Class SetInventoryResponse.Builder (2.85.0)

public static final class SetInventoryResponse.Builder extends GeneratedMessage.Builder<SetInventoryResponse.Builder> implements SetInventoryResponseOrBuilder

Response of the SetInventoryRequest. Currently empty because there is no meaningful response populated from the ProductService.SetInventory method.

Protobuf type google.cloud.retail.v2beta.SetInventoryResponse

Static Methods

getDescriptor()

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

Methods

build()

public SetInventoryResponse build()
Returns
Type Description
SetInventoryResponse

buildPartial()

public SetInventoryResponse buildPartial()
Returns
Type Description
SetInventoryResponse

clear()

public SetInventoryResponse.Builder clear()
Returns
Type Description
SetInventoryResponse.Builder
Overrides

getDefaultInstanceForType()

public SetInventoryResponse getDefaultInstanceForType()
Returns
Type Description
SetInventoryResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(SetInventoryResponse other)

public SetInventoryResponse.Builder mergeFrom(SetInventoryResponse other)
Parameter
Name Description
other SetInventoryResponse
Returns
Type Description
SetInventoryResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SetInventoryResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SetInventoryResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public SetInventoryResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
SetInventoryResponse.Builder
Overrides