public final class DimensionCompatibility extends com.google.protobuf.GeneratedMessageV3 implements DimensionCompatibilityOrBuilder
The compatibility for a single dimension.Protobuf type
google.analytics.data.v1beta.DimensionCompatibility| Modifier and Type | Class and Description |
|---|---|
static class |
DimensionCompatibility.Builder
The compatibility for a single dimension.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
COMPATIBILITY_FIELD_NUMBER |
static int |
DIMENSION_METADATA_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Compatibility |
getCompatibility()
The compatibility of this dimension.
|
int |
getCompatibilityValue()
The compatibility of this dimension.
|
static DimensionCompatibility |
getDefaultInstance() |
DimensionCompatibility |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
DimensionMetadata |
getDimensionMetadata()
The dimension metadata contains the API name for this compatibility
information.
|
DimensionMetadataOrBuilder |
getDimensionMetadataOrBuilder()
The dimension metadata contains the API name for this compatibility
information.
|
com.google.protobuf.Parser<DimensionCompatibility> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCompatibility()
The compatibility of this dimension.
|
boolean |
hasDimensionMetadata()
The dimension metadata contains the API name for this compatibility
information.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static DimensionCompatibility.Builder |
newBuilder() |
static DimensionCompatibility.Builder |
newBuilder(DimensionCompatibility prototype) |
DimensionCompatibility.Builder |
newBuilderForType() |
protected DimensionCompatibility.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static DimensionCompatibility |
parseDelimitedFrom(InputStream input) |
static DimensionCompatibility |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DimensionCompatibility |
parseFrom(byte[] data) |
static DimensionCompatibility |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DimensionCompatibility |
parseFrom(ByteBuffer data) |
static DimensionCompatibility |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DimensionCompatibility |
parseFrom(com.google.protobuf.ByteString data) |
static DimensionCompatibility |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DimensionCompatibility |
parseFrom(com.google.protobuf.CodedInputStream input) |
static DimensionCompatibility |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DimensionCompatibility |
parseFrom(InputStream input) |
static DimensionCompatibility |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<DimensionCompatibility> |
parser() |
DimensionCompatibility.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int DIMENSION_METADATA_FIELD_NUMBER
public static final int COMPATIBILITY_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasDimensionMetadata()
The dimension metadata contains the API name for this compatibility information. The dimension metadata also contains other helpful information like the UI name and description.
optional .google.analytics.data.v1beta.DimensionMetadata dimension_metadata = 1;hasDimensionMetadata in interface DimensionCompatibilityOrBuilderpublic DimensionMetadata getDimensionMetadata()
The dimension metadata contains the API name for this compatibility information. The dimension metadata also contains other helpful information like the UI name and description.
optional .google.analytics.data.v1beta.DimensionMetadata dimension_metadata = 1;getDimensionMetadata in interface DimensionCompatibilityOrBuilderpublic DimensionMetadataOrBuilder getDimensionMetadataOrBuilder()
The dimension metadata contains the API name for this compatibility information. The dimension metadata also contains other helpful information like the UI name and description.
optional .google.analytics.data.v1beta.DimensionMetadata dimension_metadata = 1;getDimensionMetadataOrBuilder in interface DimensionCompatibilityOrBuilderpublic boolean hasCompatibility()
The compatibility of this dimension. If the compatibility is COMPATIBLE, this dimension can be successfully added to the report.
optional .google.analytics.data.v1beta.Compatibility compatibility = 2;hasCompatibility in interface DimensionCompatibilityOrBuilderpublic int getCompatibilityValue()
The compatibility of this dimension. If the compatibility is COMPATIBLE, this dimension can be successfully added to the report.
optional .google.analytics.data.v1beta.Compatibility compatibility = 2;getCompatibilityValue in interface DimensionCompatibilityOrBuilderpublic Compatibility getCompatibility()
The compatibility of this dimension. If the compatibility is COMPATIBLE, this dimension can be successfully added to the report.
optional .google.analytics.data.v1beta.Compatibility compatibility = 2;getCompatibility in interface DimensionCompatibilityOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static DimensionCompatibility parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DimensionCompatibility parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DimensionCompatibility parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DimensionCompatibility parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DimensionCompatibility parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DimensionCompatibility parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DimensionCompatibility parseFrom(InputStream input) throws IOException
IOExceptionpublic static DimensionCompatibility parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DimensionCompatibility parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static DimensionCompatibility parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DimensionCompatibility parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static DimensionCompatibility parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic DimensionCompatibility.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static DimensionCompatibility.Builder newBuilder()
public static DimensionCompatibility.Builder newBuilder(DimensionCompatibility prototype)
public DimensionCompatibility.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected DimensionCompatibility.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static DimensionCompatibility getDefaultInstance()
public static com.google.protobuf.Parser<DimensionCompatibility> parser()
public com.google.protobuf.Parser<DimensionCompatibility> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public DimensionCompatibility getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Google LLC. All rights reserved.