- 0.63.0 (latest)
- 0.62.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
public static final class DimensionMetadata.Builder extends GeneratedMessageV3.Builder<DimensionMetadata.Builder> implements DimensionMetadataOrBuilder
Explains a dimension.
Protobuf type google.analytics.data.v1beta.DimensionMetadata
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DimensionMetadata.BuilderImplements
DimensionMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllDeprecatedApiNames(Iterable<String> values)
public DimensionMetadata.Builder addAllDeprecatedApiNames(Iterable<String> values)
Still usable but deprecated names for this dimension. If populated, this
dimension is available by either apiName
or one of deprecatedApiNames
for a period of time. After the deprecation period, the dimension will be
available only by apiName
.
repeated string deprecated_api_names = 4;
Name | Description |
values | Iterable<String> The deprecatedApiNames to add. |
Type | Description |
DimensionMetadata.Builder | This builder for chaining. |
addDeprecatedApiNames(String value)
public DimensionMetadata.Builder addDeprecatedApiNames(String value)
Still usable but deprecated names for this dimension. If populated, this
dimension is available by either apiName
or one of deprecatedApiNames
for a period of time. After the deprecation period, the dimension will be
available only by apiName
.
repeated string deprecated_api_names = 4;
Name | Description |
value | String The deprecatedApiNames to add. |
Type | Description |
DimensionMetadata.Builder | This builder for chaining. |
addDeprecatedApiNamesBytes(ByteString value)
public DimensionMetadata.Builder addDeprecatedApiNamesBytes(ByteString value)
Still usable but deprecated names for this dimension. If populated, this
dimension is available by either apiName
or one of deprecatedApiNames
for a period of time. After the deprecation period, the dimension will be
available only by apiName
.
repeated string deprecated_api_names = 4;
Name | Description |
value | ByteString The bytes of the deprecatedApiNames to add. |
Type | Description |
DimensionMetadata.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DimensionMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DimensionMetadata.Builder |
build()
public DimensionMetadata build()
Type | Description |
DimensionMetadata |
buildPartial()
public DimensionMetadata buildPartial()
Type | Description |
DimensionMetadata |
clear()
public DimensionMetadata.Builder clear()
Type | Description |
DimensionMetadata.Builder |
clearApiName()
public DimensionMetadata.Builder clearApiName()
This dimension's name. Useable in Dimension's name
. For
example, eventName
.
string api_name = 1;
Type | Description |
DimensionMetadata.Builder | This builder for chaining. |
clearCategory()
public DimensionMetadata.Builder clearCategory()
The display name of the category that this dimension belongs to. Similar dimensions and metrics are categorized together.
string category = 7;
Type | Description |
DimensionMetadata.Builder | This builder for chaining. |
clearCustomDefinition()
public DimensionMetadata.Builder clearCustomDefinition()
True if the dimension is a custom dimension for this property.
bool custom_definition = 5;
Type | Description |
DimensionMetadata.Builder | This builder for chaining. |
clearDeprecatedApiNames()
public DimensionMetadata.Builder clearDeprecatedApiNames()
Still usable but deprecated names for this dimension. If populated, this
dimension is available by either apiName
or one of deprecatedApiNames
for a period of time. After the deprecation period, the dimension will be
available only by apiName
.
repeated string deprecated_api_names = 4;
Type | Description |
DimensionMetadata.Builder | This builder for chaining. |
clearDescription()
public DimensionMetadata.Builder clearDescription()
Description of how this dimension is used and calculated.
string description = 3;
Type | Description |
DimensionMetadata.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public DimensionMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
DimensionMetadata.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public DimensionMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
DimensionMetadata.Builder |
clearUiName()
public DimensionMetadata.Builder clearUiName()
This dimension's name within the Google Analytics user interface. For
example, Event name
.
string ui_name = 2;
Type | Description |
DimensionMetadata.Builder | This builder for chaining. |
clone()
public DimensionMetadata.Builder clone()
Type | Description |
DimensionMetadata.Builder |
getApiName()
public String getApiName()
This dimension's name. Useable in Dimension's name
. For
example, eventName
.
string api_name = 1;
Type | Description |
String | The apiName. |
getApiNameBytes()
public ByteString getApiNameBytes()
This dimension's name. Useable in Dimension's name
. For
example, eventName
.
string api_name = 1;
Type | Description |
ByteString | The bytes for apiName. |
getCategory()
public String getCategory()
The display name of the category that this dimension belongs to. Similar dimensions and metrics are categorized together.
string category = 7;
Type | Description |
String | The category. |
getCategoryBytes()
public ByteString getCategoryBytes()
The display name of the category that this dimension belongs to. Similar dimensions and metrics are categorized together.
string category = 7;
Type | Description |
ByteString | The bytes for category. |
getCustomDefinition()
public boolean getCustomDefinition()
True if the dimension is a custom dimension for this property.
bool custom_definition = 5;
Type | Description |
boolean | The customDefinition. |
getDefaultInstanceForType()
public DimensionMetadata getDefaultInstanceForType()
Type | Description |
DimensionMetadata |
getDeprecatedApiNames(int index)
public String getDeprecatedApiNames(int index)
Still usable but deprecated names for this dimension. If populated, this
dimension is available by either apiName
or one of deprecatedApiNames
for a period of time. After the deprecation period, the dimension will be
available only by apiName
.
repeated string deprecated_api_names = 4;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The deprecatedApiNames at the given index. |
getDeprecatedApiNamesBytes(int index)
public ByteString getDeprecatedApiNamesBytes(int index)
Still usable but deprecated names for this dimension. If populated, this
dimension is available by either apiName
or one of deprecatedApiNames
for a period of time. After the deprecation period, the dimension will be
available only by apiName
.
repeated string deprecated_api_names = 4;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the deprecatedApiNames at the given index. |
getDeprecatedApiNamesCount()
public int getDeprecatedApiNamesCount()
Still usable but deprecated names for this dimension. If populated, this
dimension is available by either apiName
or one of deprecatedApiNames
for a period of time. After the deprecation period, the dimension will be
available only by apiName
.
repeated string deprecated_api_names = 4;
Type | Description |
int | The count of deprecatedApiNames. |
getDeprecatedApiNamesList()
public ProtocolStringList getDeprecatedApiNamesList()
Still usable but deprecated names for this dimension. If populated, this
dimension is available by either apiName
or one of deprecatedApiNames
for a period of time. After the deprecation period, the dimension will be
available only by apiName
.
repeated string deprecated_api_names = 4;
Type | Description |
ProtocolStringList | A list containing the deprecatedApiNames. |
getDescription()
public String getDescription()
Description of how this dimension is used and calculated.
string description = 3;
Type | Description |
String | The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()
Description of how this dimension is used and calculated.
string description = 3;
Type | Description |
ByteString | The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getUiName()
public String getUiName()
This dimension's name within the Google Analytics user interface. For
example, Event name
.
string ui_name = 2;
Type | Description |
String | The uiName. |
getUiNameBytes()
public ByteString getUiNameBytes()
This dimension's name within the Google Analytics user interface. For
example, Event name
.
string ui_name = 2;
Type | Description |
ByteString | The bytes for uiName. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(DimensionMetadata other)
public DimensionMetadata.Builder mergeFrom(DimensionMetadata other)
Name | Description |
other | DimensionMetadata |
Type | Description |
DimensionMetadata.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DimensionMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DimensionMetadata.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public DimensionMetadata.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
DimensionMetadata.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DimensionMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
DimensionMetadata.Builder |
setApiName(String value)
public DimensionMetadata.Builder setApiName(String value)
This dimension's name. Useable in Dimension's name
. For
example, eventName
.
string api_name = 1;
Name | Description |
value | String The apiName to set. |
Type | Description |
DimensionMetadata.Builder | This builder for chaining. |
setApiNameBytes(ByteString value)
public DimensionMetadata.Builder setApiNameBytes(ByteString value)
This dimension's name. Useable in Dimension's name
. For
example, eventName
.
string api_name = 1;
Name | Description |
value | ByteString The bytes for apiName to set. |
Type | Description |
DimensionMetadata.Builder | This builder for chaining. |
setCategory(String value)
public DimensionMetadata.Builder setCategory(String value)
The display name of the category that this dimension belongs to. Similar dimensions and metrics are categorized together.
string category = 7;
Name | Description |
value | String The category to set. |
Type | Description |
DimensionMetadata.Builder | This builder for chaining. |
setCategoryBytes(ByteString value)
public DimensionMetadata.Builder setCategoryBytes(ByteString value)
The display name of the category that this dimension belongs to. Similar dimensions and metrics are categorized together.
string category = 7;
Name | Description |
value | ByteString The bytes for category to set. |
Type | Description |
DimensionMetadata.Builder | This builder for chaining. |
setCustomDefinition(boolean value)
public DimensionMetadata.Builder setCustomDefinition(boolean value)
True if the dimension is a custom dimension for this property.
bool custom_definition = 5;
Name | Description |
value | boolean The customDefinition to set. |
Type | Description |
DimensionMetadata.Builder | This builder for chaining. |
setDeprecatedApiNames(int index, String value)
public DimensionMetadata.Builder setDeprecatedApiNames(int index, String value)
Still usable but deprecated names for this dimension. If populated, this
dimension is available by either apiName
or one of deprecatedApiNames
for a period of time. After the deprecation period, the dimension will be
available only by apiName
.
repeated string deprecated_api_names = 4;
Name | Description |
index | int The index to set the value at. |
value | String The deprecatedApiNames to set. |
Type | Description |
DimensionMetadata.Builder | This builder for chaining. |
setDescription(String value)
public DimensionMetadata.Builder setDescription(String value)
Description of how this dimension is used and calculated.
string description = 3;
Name | Description |
value | String The description to set. |
Type | Description |
DimensionMetadata.Builder | This builder for chaining. |
setDescriptionBytes(ByteString value)
public DimensionMetadata.Builder setDescriptionBytes(ByteString value)
Description of how this dimension is used and calculated.
string description = 3;
Name | Description |
value | ByteString The bytes for description to set. |
Type | Description |
DimensionMetadata.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public DimensionMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DimensionMetadata.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DimensionMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
DimensionMetadata.Builder |
setUiName(String value)
public DimensionMetadata.Builder setUiName(String value)
This dimension's name within the Google Analytics user interface. For
example, Event name
.
string ui_name = 2;
Name | Description |
value | String The uiName to set. |
Type | Description |
DimensionMetadata.Builder | This builder for chaining. |
setUiNameBytes(ByteString value)
public DimensionMetadata.Builder setUiNameBytes(ByteString value)
This dimension's name within the Google Analytics user interface. For
example, Event name
.
string ui_name = 2;
Name | Description |
value | ByteString The bytes for uiName to set. |
Type | Description |
DimensionMetadata.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final DimensionMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
DimensionMetadata.Builder |