public interface UpdateBusinessIdentityRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBusinessIdentity()
public abstract BusinessIdentity getBusinessIdentity()
Required. The new version of the business identity.
.google.shopping.merchant.accounts.v1.BusinessIdentity business_identity = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
BusinessIdentity |
The businessIdentity. |
getBusinessIdentityOrBuilder()
public abstract BusinessIdentityOrBuilder getBusinessIdentityOrBuilder()
Required. The new version of the business identity.
.google.shopping.merchant.accounts.v1.BusinessIdentity business_identity = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
BusinessIdentityOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()
Optional. List of fields being updated.
The following fields are supported (in both snake_case
and
lowerCamelCase
):
black_owned
latino_owned
promotions_consent
small_business
veteran_owned
women_owned
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. List of fields being updated.
The following fields are supported (in both snake_case
and
lowerCamelCase
):
black_owned
latino_owned
promotions_consent
small_business
veteran_owned
women_owned
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasBusinessIdentity()
public abstract boolean hasBusinessIdentity()
Required. The new version of the business identity.
.google.shopping.merchant.accounts.v1.BusinessIdentity business_identity = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the businessIdentity field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
Optional. List of fields being updated.
The following fields are supported (in both snake_case
and
lowerCamelCase
):
black_owned
latino_owned
promotions_consent
small_business
veteran_owned
women_owned
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |