Class AddLocalInventoriesResponse.Builder (2.85.0)

public static final class AddLocalInventoriesResponse.Builder extends GeneratedMessage.Builder<AddLocalInventoriesResponse.Builder> implements AddLocalInventoriesResponseOrBuilder

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

Protobuf type google.cloud.retail.v2alpha.AddLocalInventoriesResponse

Static Methods

getDescriptor()

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

Methods

build()

public AddLocalInventoriesResponse build()
Returns
Type Description
AddLocalInventoriesResponse

buildPartial()

public AddLocalInventoriesResponse buildPartial()
Returns
Type Description
AddLocalInventoriesResponse

clear()

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

getDefaultInstanceForType()

public AddLocalInventoriesResponse getDefaultInstanceForType()
Returns
Type Description
AddLocalInventoriesResponse

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(AddLocalInventoriesResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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