Class BatchCreateRegionsRequest (1.2.0)

public final class BatchCreateRegionsRequest extends GeneratedMessageV3 implements BatchCreateRegionsRequestOrBuilder

Request message for the BatchCreateRegions method.

Protobuf type google.shopping.merchant.accounts.v1.BatchCreateRegionsRequest

Static Fields

PARENT_FIELD_NUMBER

public static final int PARENT_FIELD_NUMBER
Field Value
Type Description
int

REQUESTS_FIELD_NUMBER

public static final int REQUESTS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static BatchCreateRegionsRequest getDefaultInstance()
Returns
Type Description
BatchCreateRegionsRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static BatchCreateRegionsRequest.Builder newBuilder()
Returns
Type Description
BatchCreateRegionsRequest.Builder

newBuilder(BatchCreateRegionsRequest prototype)

public static BatchCreateRegionsRequest.Builder newBuilder(BatchCreateRegionsRequest prototype)
Parameter
Name Description
prototype BatchCreateRegionsRequest
Returns
Type Description
BatchCreateRegionsRequest.Builder

parseDelimitedFrom(InputStream input)

public static BatchCreateRegionsRequest parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BatchCreateRegionsRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchCreateRegionsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchCreateRegionsRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static BatchCreateRegionsRequest parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
BatchCreateRegionsRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BatchCreateRegionsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchCreateRegionsRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BatchCreateRegionsRequest parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
BatchCreateRegionsRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BatchCreateRegionsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchCreateRegionsRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BatchCreateRegionsRequest parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
BatchCreateRegionsRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchCreateRegionsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchCreateRegionsRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static BatchCreateRegionsRequest parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BatchCreateRegionsRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchCreateRegionsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchCreateRegionsRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static BatchCreateRegionsRequest parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
BatchCreateRegionsRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BatchCreateRegionsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchCreateRegionsRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<BatchCreateRegionsRequest> parser()
Returns
Type Description
Parser<BatchCreateRegionsRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public BatchCreateRegionsRequest getDefaultInstanceForType()
Returns
Type Description
BatchCreateRegionsRequest

getParent()

public String getParent()

Required. The account to create one or more regions for. Format: accounts/{account}

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

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The account to create one or more regions for. Format: accounts/{account}

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

Returns
Type Description
ByteString

The bytes for parent.

getParserForType()

public Parser<BatchCreateRegionsRequest> getParserForType()
Returns
Type Description
Parser<BatchCreateRegionsRequest>
Overrides

getRequests(int index)

public CreateRegionRequest getRequests(int index)

Required. The region(s) to create. The maximum number of regions that can be created in a batch is 100.

repeated .google.shopping.merchant.accounts.v1.CreateRegionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
CreateRegionRequest

getRequestsCount()

public int getRequestsCount()

Required. The region(s) to create. The maximum number of regions that can be created in a batch is 100.

repeated .google.shopping.merchant.accounts.v1.CreateRegionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getRequestsList()

public List<CreateRegionRequest> getRequestsList()

Required. The region(s) to create. The maximum number of regions that can be created in a batch is 100.

repeated .google.shopping.merchant.accounts.v1.CreateRegionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<CreateRegionRequest>

getRequestsOrBuilder(int index)

public CreateRegionRequestOrBuilder getRequestsOrBuilder(int index)

Required. The region(s) to create. The maximum number of regions that can be created in a batch is 100.

repeated .google.shopping.merchant.accounts.v1.CreateRegionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
CreateRegionRequestOrBuilder

getRequestsOrBuilderList()

public List<? extends CreateRegionRequestOrBuilder> getRequestsOrBuilderList()

Required. The region(s) to create. The maximum number of regions that can be created in a batch is 100.

repeated .google.shopping.merchant.accounts.v1.CreateRegionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.shopping.merchant.accounts.v1.CreateRegionRequestOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public BatchCreateRegionsRequest.Builder newBuilderForType()
Returns
Type Description
BatchCreateRegionsRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected BatchCreateRegionsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
BatchCreateRegionsRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public BatchCreateRegionsRequest.Builder toBuilder()
Returns
Type Description
BatchCreateRegionsRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException