Interface CreateRegionRequestOrBuilder (0.2.0)

public interface CreateRegionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The account to create a region for. Format: accounts/{account}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The account to create a region for. Format: accounts/{account}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

getRegion()

public abstract Region getRegion()

Required. The region to create.

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

Returns
Type Description
Region

The region.

getRegionId()

public abstract String getRegionId()

Required. The identifier for the region, unique over all regions of the same account.

string region_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The regionId.

getRegionIdBytes()

public abstract ByteString getRegionIdBytes()

Required. The identifier for the region, unique over all regions of the same account.

string region_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for regionId.

getRegionOrBuilder()

public abstract RegionOrBuilder getRegionOrBuilder()

Required. The region to create.

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

Returns
Type Description
RegionOrBuilder

hasRegion()

public abstract boolean hasRegion()

Required. The region to create.

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

Returns
Type Description
boolean

Whether the region field is set.