Interface UpdatePropertyRequestOrBuilder (0.24.0)

public interface UpdatePropertyRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProperty()

public abstract Property getProperty()

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

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

Returns
TypeDescription
Property

The property.

getPropertyOrBuilder()

public abstract PropertyOrBuilder getPropertyOrBuilder()

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

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

Returns
TypeDescription
PropertyOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

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

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

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

public abstract boolean hasProperty()

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

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

Returns
TypeDescription
boolean

Whether the property field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

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.