public interface UpdateBusinessInfoRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBusinessInfo()
public abstract BusinessInfo getBusinessInfo()
Required. The new version of the business info.
.google.shopping.merchant.accounts.v1beta.BusinessInfo business_info = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
BusinessInfo |
The businessInfo. |
getBusinessInfoOrBuilder()
public abstract BusinessInfoOrBuilder getBusinessInfoOrBuilder()
Required. The new version of the business info.
.google.shopping.merchant.accounts.v1beta.BusinessInfo business_info = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
BusinessInfoOrBuilder |
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 |
hasBusinessInfo()
public abstract boolean hasBusinessInfo()
Required. The new version of the business info.
.google.shopping.merchant.accounts.v1beta.BusinessInfo business_info = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the businessInfo 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. |