Interface UpdateBusinessInfoRequestOrBuilder (1.0.0)

public interface UpdateBusinessInfoRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBusinessInfo()

public abstract BusinessInfo getBusinessInfo()

Required. The new version of the business info.

.google.shopping.merchant.accounts.v1.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.v1.BusinessInfo business_info = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
BusinessInfoOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Optional. List of fields being updated.

The following fields are supported (in both snake_case and lowerCamelCase):

  • address
  • customer_service
  • korean_business_registration_number

.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):

  • address
  • customer_service
  • korean_business_registration_number

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMaskOrBuilder

hasBusinessInfo()

public abstract boolean hasBusinessInfo()

Required. The new version of the business info.

.google.shopping.merchant.accounts.v1.BusinessInfo business_info = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the businessInfo 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):

  • address
  • customer_service
  • korean_business_registration_number

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the updateMask field is set.