- 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 ComparisonMetadata.Builder extends GeneratedMessageV3.Builder<ComparisonMetadata.Builder> implements ComparisonMetadataOrBuilder
The metadata for a single comparison.
Protobuf type google.analytics.data.v1beta.ComparisonMetadata
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ComparisonMetadata.BuilderImplements
ComparisonMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ComparisonMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ComparisonMetadata.Builder |
build()
public ComparisonMetadata build()
Returns | |
---|---|
Type | Description |
ComparisonMetadata |
buildPartial()
public ComparisonMetadata buildPartial()
Returns | |
---|---|
Type | Description |
ComparisonMetadata |
clear()
public ComparisonMetadata.Builder clear()
Returns | |
---|---|
Type | Description |
ComparisonMetadata.Builder |
clearApiName()
public ComparisonMetadata.Builder clearApiName()
This comparison's resource name. Useable in Comparison's
comparison
field. For example, 'comparisons/1234'.
string api_name = 1;
Returns | |
---|---|
Type | Description |
ComparisonMetadata.Builder |
This builder for chaining. |
clearDescription()
public ComparisonMetadata.Builder clearDescription()
This comparison's description.
string description = 3;
Returns | |
---|---|
Type | Description |
ComparisonMetadata.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public ComparisonMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
ComparisonMetadata.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ComparisonMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
ComparisonMetadata.Builder |
clearUiName()
public ComparisonMetadata.Builder clearUiName()
This comparison's name within the Google Analytics user interface.
string ui_name = 2;
Returns | |
---|---|
Type | Description |
ComparisonMetadata.Builder |
This builder for chaining. |
clone()
public ComparisonMetadata.Builder clone()
Returns | |
---|---|
Type | Description |
ComparisonMetadata.Builder |
getApiName()
public String getApiName()
This comparison's resource name. Useable in Comparison's
comparison
field. For example, 'comparisons/1234'.
string api_name = 1;
Returns | |
---|---|
Type | Description |
String |
The apiName. |
getApiNameBytes()
public ByteString getApiNameBytes()
This comparison's resource name. Useable in Comparison's
comparison
field. For example, 'comparisons/1234'.
string api_name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for apiName. |
getDefaultInstanceForType()
public ComparisonMetadata getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ComparisonMetadata |
getDescription()
public String getDescription()
This comparison's description.
string description = 3;
Returns | |
---|---|
Type | Description |
String |
The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()
This comparison's description.
string description = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getUiName()
public String getUiName()
This comparison's name within the Google Analytics user interface.
string ui_name = 2;
Returns | |
---|---|
Type | Description |
String |
The uiName. |
getUiNameBytes()
public ByteString getUiNameBytes()
This comparison's name within the Google Analytics user interface.
string ui_name = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for uiName. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(ComparisonMetadata other)
public ComparisonMetadata.Builder mergeFrom(ComparisonMetadata other)
Parameter | |
---|---|
Name | Description |
other |
ComparisonMetadata |
Returns | |
---|---|
Type | Description |
ComparisonMetadata.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ComparisonMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ComparisonMetadata.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ComparisonMetadata.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
ComparisonMetadata.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ComparisonMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ComparisonMetadata.Builder |
setApiName(String value)
public ComparisonMetadata.Builder setApiName(String value)
This comparison's resource name. Useable in Comparison's
comparison
field. For example, 'comparisons/1234'.
string api_name = 1;
Parameter | |
---|---|
Name | Description |
value |
String The apiName to set. |
Returns | |
---|---|
Type | Description |
ComparisonMetadata.Builder |
This builder for chaining. |
setApiNameBytes(ByteString value)
public ComparisonMetadata.Builder setApiNameBytes(ByteString value)
This comparison's resource name. Useable in Comparison's
comparison
field. For example, 'comparisons/1234'.
string api_name = 1;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for apiName to set. |
Returns | |
---|---|
Type | Description |
ComparisonMetadata.Builder |
This builder for chaining. |
setDescription(String value)
public ComparisonMetadata.Builder setDescription(String value)
This comparison's description.
string description = 3;
Parameter | |
---|---|
Name | Description |
value |
String The description to set. |
Returns | |
---|---|
Type | Description |
ComparisonMetadata.Builder |
This builder for chaining. |
setDescriptionBytes(ByteString value)
public ComparisonMetadata.Builder setDescriptionBytes(ByteString value)
This comparison's description.
string description = 3;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for description to set. |
Returns | |
---|---|
Type | Description |
ComparisonMetadata.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public ComparisonMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ComparisonMetadata.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ComparisonMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
ComparisonMetadata.Builder |
setUiName(String value)
public ComparisonMetadata.Builder setUiName(String value)
This comparison's name within the Google Analytics user interface.
string ui_name = 2;
Parameter | |
---|---|
Name | Description |
value |
String The uiName to set. |
Returns | |
---|---|
Type | Description |
ComparisonMetadata.Builder |
This builder for chaining. |
setUiNameBytes(ByteString value)
public ComparisonMetadata.Builder setUiNameBytes(ByteString value)
This comparison's name within the Google Analytics user interface.
string ui_name = 2;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for uiName to set. |
Returns | |
---|---|
Type | Description |
ComparisonMetadata.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final ComparisonMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ComparisonMetadata.Builder |