public static final class ComparisonMetadata.Builder extends GeneratedMessage.Builder<ComparisonMetadata.Builder> implements ComparisonMetadataOrBuilderThe metadata for a single comparison.
Protobuf type google.analytics.data.v1beta.ComparisonMetadata
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ComparisonMetadata.BuilderImplements
ComparisonMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
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. |
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. |
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 GeneratedMessage.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 |
|
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 |
StringThe 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 |
ByteStringThe 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 |
StringThe 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 |
ByteStringThe bytes for description to set. |
| Returns | |
|---|---|
| Type | Description |
ComparisonMetadata.Builder |
This builder for chaining. |
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 |
StringThe 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 |
ByteStringThe bytes for uiName to set. |
| Returns | |
|---|---|
| Type | Description |
ComparisonMetadata.Builder |
This builder for chaining. |