Interface UpdateCalculatedMetricRequestOrBuilder (0.70.0)

publicinterfaceUpdateCalculatedMetricRequestOrBuilderextendsMessageOrBuilder

Methods

getCalculatedMetric()

publicabstractCalculatedMetricgetCalculatedMetric()

Required. The CalculatedMetric to update

.google.analytics.admin.v1alpha.CalculatedMetric calculated_metric = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CalculatedMetric

The calculatedMetric.

getCalculatedMetricOrBuilder()

publicabstractCalculatedMetricOrBuildergetCalculatedMetricOrBuilder()

Required. The CalculatedMetric to update

.google.analytics.admin.v1alpha.CalculatedMetric calculated_metric = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CalculatedMetricOrBuilder

getUpdateMask()

publicabstractFieldMaskgetUpdateMask()

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
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

publicabstractFieldMaskOrBuildergetUpdateMaskOrBuilder()

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
TypeDescription
FieldMaskOrBuilder

hasCalculatedMetric()

publicabstractbooleanhasCalculatedMetric()

Required. The CalculatedMetric to update

.google.analytics.admin.v1alpha.CalculatedMetric calculated_metric = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the calculatedMetric field is set.

hasUpdateMask()

publicabstractbooleanhasUpdateMask()

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
TypeDescription
boolean

Whether the updateMask field is set.