public interface UpdateCustomMetricRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomMetric()
public abstract CustomMetric getCustomMetric()The CustomMetric to update
.google.analytics.admin.v1alpha.CustomMetric custom_metric = 1;
| Returns | |
|---|---|
| Type | Description |
CustomMetric |
The customMetric. |
getCustomMetricOrBuilder()
public abstract CustomMetricOrBuilder getCustomMetricOrBuilder()The CustomMetric to update
.google.analytics.admin.v1alpha.CustomMetric custom_metric = 1;
| Returns | |
|---|---|
| Type | Description |
CustomMetricOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()Required. The list of fields to be updated. Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Required. The list of fields to be updated. Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasCustomMetric()
public abstract boolean hasCustomMetric()The CustomMetric to update
.google.analytics.admin.v1alpha.CustomMetric custom_metric = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the customMetric field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Required. The list of fields to be updated. Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |