Interface UpdatePropertyRequestOrBuilder (0.70.0)

publicinterfaceUpdatePropertyRequestOrBuilderextendsMessageOrBuilder

Methods

getProperty()

publicabstractPropertygetProperty()

Required. The property to update. The property's name field is used to identify the property to be updated.

.google.analytics.admin.v1beta.Property property = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Property

The property.

getPropertyOrBuilder()

publicabstractPropertyOrBuildergetPropertyOrBuilder()

Required. The property to update. The property's name field is used to identify the property to be updated.

.google.analytics.admin.v1beta.Property property = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PropertyOrBuilder

getUpdateMask()

publicabstractFieldMaskgetUpdateMask()

Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). 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. Field names must be in snake case (e.g., "field_to_update"). 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

hasProperty()

publicabstractbooleanhasProperty()

Required. The property to update. The property's name field is used to identify the property to be updated.

.google.analytics.admin.v1beta.Property property = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the property field is set.

hasUpdateMask()

publicabstractbooleanhasUpdateMask()

Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). 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.