public interface CreateCustomDimensionRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomDimension()
public abstract CustomDimension getCustomDimension()Required. The CustomDimension to create.
.google.analytics.admin.v1beta.CustomDimension custom_dimension = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CustomDimension |
The customDimension. |
getCustomDimensionOrBuilder()
public abstract CustomDimensionOrBuilder getCustomDimensionOrBuilder()Required. The CustomDimension to create.
.google.analytics.admin.v1beta.CustomDimension custom_dimension = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CustomDimensionOrBuilder |
|
getParent()
public abstract String getParent()Required. Example format: properties/1234
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. Example format: properties/1234
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasCustomDimension()
public abstract boolean hasCustomDimension()Required. The CustomDimension to create.
.google.analytics.admin.v1beta.CustomDimension custom_dimension = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the customDimension field is set. |