public interface ComparisonMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getApiName()
public abstract 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 abstract 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. |
getDescription()
public abstract String getDescription()This comparison's description.
string description = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()This comparison's description.
string description = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for description. |
getUiName()
public abstract String getUiName()This comparison's name within the Google Analytics user interface.
string ui_name = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The uiName. |
getUiNameBytes()
public abstract ByteString getUiNameBytes()This comparison's name within the Google Analytics user interface.
string ui_name = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for uiName. |