public interface UpdateBusinessIdentityRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBusinessIdentity()
public abstract BusinessIdentity getBusinessIdentity()
Required. The new version of the business identity.
.google.shopping.merchant.accounts.v1beta.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.v1beta.BusinessIdentity business_identity = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
BusinessIdentityOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()
Required. List of fields being updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. List of fields being updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasBusinessIdentity()
public abstract boolean hasBusinessIdentity()
Required. The new version of the business identity.
.google.shopping.merchant.accounts.v1beta.BusinessIdentity business_identity = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the businessIdentity field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
Required. List of fields being updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |