Interface UpdateRegionRequestOrBuilder (0.1.0)

public interface UpdateRegionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRegion()

public abstract Region getRegion()

Required. The updated region.

.google.shopping.merchant.accounts.v1beta.Region region = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Region

The region.

getRegionOrBuilder()

public abstract RegionOrBuilder getRegionOrBuilder()

Required. The updated region.

.google.shopping.merchant.accounts.v1beta.Region region = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
RegionOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Optional. The comma-separated field mask indicating the fields to update. Example: "displayName,postalCodeArea.regionCode".

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

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. The comma-separated field mask indicating the fields to update. Example: "displayName,postalCodeArea.regionCode".

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

Returns
Type Description
FieldMaskOrBuilder

hasRegion()

public abstract boolean hasRegion()

Required. The updated region.

.google.shopping.merchant.accounts.v1beta.Region region = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the region field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Optional. The comma-separated field mask indicating the fields to update. Example: "displayName,postalCodeArea.regionCode".

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

Returns
Type Description
boolean

Whether the updateMask field is set.