Class InsertRegionalInventoryRequest.Builder (0.4.0)

public static final class InsertRegionalInventoryRequest.Builder extends GeneratedMessageV3.Builder<InsertRegionalInventoryRequest.Builder> implements InsertRegionalInventoryRequestOrBuilder

Request message for the InsertRegionalInventory method.

Protobuf type google.shopping.merchant.inventories.v1beta.InsertRegionalInventoryRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public InsertRegionalInventoryRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
InsertRegionalInventoryRequest.Builder
Overrides

build()

public InsertRegionalInventoryRequest build()
Returns
TypeDescription
InsertRegionalInventoryRequest

buildPartial()

public InsertRegionalInventoryRequest buildPartial()
Returns
TypeDescription
InsertRegionalInventoryRequest

clear()

public InsertRegionalInventoryRequest.Builder clear()
Returns
TypeDescription
InsertRegionalInventoryRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public InsertRegionalInventoryRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
InsertRegionalInventoryRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public InsertRegionalInventoryRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
InsertRegionalInventoryRequest.Builder
Overrides

clearParent()

public InsertRegionalInventoryRequest.Builder clearParent()

Required. The account and product where this inventory will be inserted. Format: accounts/{account}/products/{product}

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
InsertRegionalInventoryRequest.Builder

This builder for chaining.

clearRegionalInventory()

public InsertRegionalInventoryRequest.Builder clearRegionalInventory()

Required. Regional inventory information to add to the product. If the product already has a RegionalInventory resource for the same region, full replacement of the RegionalInventory resource is performed.

.google.shopping.merchant.inventories.v1beta.RegionalInventory regional_inventory = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
InsertRegionalInventoryRequest.Builder

clone()

public InsertRegionalInventoryRequest.Builder clone()
Returns
TypeDescription
InsertRegionalInventoryRequest.Builder
Overrides

getDefaultInstanceForType()

public InsertRegionalInventoryRequest getDefaultInstanceForType()
Returns
TypeDescription
InsertRegionalInventoryRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getParent()

public String getParent()

Required. The account and product where this inventory will be inserted. Format: accounts/{account}/products/{product}

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The account and product where this inventory will be inserted. Format: accounts/{account}/products/{product}

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for parent.

getRegionalInventory()

public RegionalInventory getRegionalInventory()

Required. Regional inventory information to add to the product. If the product already has a RegionalInventory resource for the same region, full replacement of the RegionalInventory resource is performed.

.google.shopping.merchant.inventories.v1beta.RegionalInventory regional_inventory = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
RegionalInventory

The regionalInventory.

getRegionalInventoryBuilder()

public RegionalInventory.Builder getRegionalInventoryBuilder()

Required. Regional inventory information to add to the product. If the product already has a RegionalInventory resource for the same region, full replacement of the RegionalInventory resource is performed.

.google.shopping.merchant.inventories.v1beta.RegionalInventory regional_inventory = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
RegionalInventory.Builder

getRegionalInventoryOrBuilder()

public RegionalInventoryOrBuilder getRegionalInventoryOrBuilder()

Required. Regional inventory information to add to the product. If the product already has a RegionalInventory resource for the same region, full replacement of the RegionalInventory resource is performed.

.google.shopping.merchant.inventories.v1beta.RegionalInventory regional_inventory = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
RegionalInventoryOrBuilder

hasRegionalInventory()

public boolean hasRegionalInventory()

Required. Regional inventory information to add to the product. If the product already has a RegionalInventory resource for the same region, full replacement of the RegionalInventory resource is performed.

.google.shopping.merchant.inventories.v1beta.RegionalInventory regional_inventory = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the regionalInventory field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public InsertRegionalInventoryRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InsertRegionalInventoryRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public InsertRegionalInventoryRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
InsertRegionalInventoryRequest.Builder
Overrides

mergeFrom(InsertRegionalInventoryRequest other)

public InsertRegionalInventoryRequest.Builder mergeFrom(InsertRegionalInventoryRequest other)
Parameter
NameDescription
otherInsertRegionalInventoryRequest
Returns
TypeDescription
InsertRegionalInventoryRequest.Builder

mergeRegionalInventory(RegionalInventory value)

public InsertRegionalInventoryRequest.Builder mergeRegionalInventory(RegionalInventory value)

Required. Regional inventory information to add to the product. If the product already has a RegionalInventory resource for the same region, full replacement of the RegionalInventory resource is performed.

.google.shopping.merchant.inventories.v1beta.RegionalInventory regional_inventory = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueRegionalInventory
Returns
TypeDescription
InsertRegionalInventoryRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final InsertRegionalInventoryRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
InsertRegionalInventoryRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public InsertRegionalInventoryRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
InsertRegionalInventoryRequest.Builder
Overrides

setParent(String value)

public InsertRegionalInventoryRequest.Builder setParent(String value)

Required. The account and product where this inventory will be inserted. Format: accounts/{account}/products/{product}

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
InsertRegionalInventoryRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public InsertRegionalInventoryRequest.Builder setParentBytes(ByteString value)

Required. The account and product where this inventory will be inserted. Format: accounts/{account}/products/{product}

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
InsertRegionalInventoryRequest.Builder

This builder for chaining.

setRegionalInventory(RegionalInventory value)

public InsertRegionalInventoryRequest.Builder setRegionalInventory(RegionalInventory value)

Required. Regional inventory information to add to the product. If the product already has a RegionalInventory resource for the same region, full replacement of the RegionalInventory resource is performed.

.google.shopping.merchant.inventories.v1beta.RegionalInventory regional_inventory = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueRegionalInventory
Returns
TypeDescription
InsertRegionalInventoryRequest.Builder

setRegionalInventory(RegionalInventory.Builder builderForValue)

public InsertRegionalInventoryRequest.Builder setRegionalInventory(RegionalInventory.Builder builderForValue)

Required. Regional inventory information to add to the product. If the product already has a RegionalInventory resource for the same region, full replacement of the RegionalInventory resource is performed.

.google.shopping.merchant.inventories.v1beta.RegionalInventory regional_inventory = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValueRegionalInventory.Builder
Returns
TypeDescription
InsertRegionalInventoryRequest.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public InsertRegionalInventoryRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
InsertRegionalInventoryRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final InsertRegionalInventoryRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
InsertRegionalInventoryRequest.Builder
Overrides