Interface UpdateCustomDimensionRequestOrBuilder (0.51.0)

public interface UpdateCustomDimensionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCustomDimension()

public abstract CustomDimension getCustomDimension()

The CustomDimension to update

.google.analytics.admin.v1alpha.CustomDimension custom_dimension = 1;

Returns
TypeDescription
CustomDimension

The customDimension.

getCustomDimensionOrBuilder()

public abstract CustomDimensionOrBuilder getCustomDimensionOrBuilder()

The CustomDimension to update

.google.analytics.admin.v1alpha.CustomDimension custom_dimension = 1;

Returns
TypeDescription
CustomDimensionOrBuilder

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

hasCustomDimension()

public abstract boolean hasCustomDimension()

The CustomDimension to update

.google.analytics.admin.v1alpha.CustomDimension custom_dimension = 1;

Returns
TypeDescription
boolean

Whether the customDimension 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.