Interface UpdateAccountRequestOrBuilder (0.70.0)

publicinterfaceUpdateAccountRequestOrBuilderextendsMessageOrBuilder

Methods

getAccount()

publicabstractAccountgetAccount()

Required. The account to update. The account's name field is used to identify the account.

.google.analytics.admin.v1alpha.Account account = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Account

The account.

getAccountOrBuilder()

publicabstractAccountOrBuildergetAccountOrBuilder()

Required. The account to update. The account's name field is used to identify the account.

.google.analytics.admin.v1alpha.Account account = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AccountOrBuilder

getUpdateMask()

publicabstractFieldMaskgetUpdateMask()

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

hasAccount()

publicabstractbooleanhasAccount()

Required. The account to update. The account's name field is used to identify the account.

.google.analytics.admin.v1alpha.Account account = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the account field is set.

hasUpdateMask()

publicabstractbooleanhasUpdateMask()

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