Interface UpdateCalculatedMetricRequestOrBuilder (0.51.0)

public interface UpdateCalculatedMetricRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCalculatedMetric()

public abstract CalculatedMetric getCalculatedMetric()

Required. The CalculatedMetric to update

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

Returns
TypeDescription
CalculatedMetric

The calculatedMetric.

getCalculatedMetricOrBuilder()

public abstract CalculatedMetricOrBuilder getCalculatedMetricOrBuilder()

Required. The CalculatedMetric to update

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

Returns
TypeDescription
CalculatedMetricOrBuilder

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

hasCalculatedMetric()

public abstract boolean hasCalculatedMetric()

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()

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

Whether the updateMask field is set.