Uses of Class
com.google.cloud.retail.v2beta.RemoveLocalInventoriesResponse
-
Packages that use RemoveLocalInventoriesResponse Package Description com.google.cloud.retail.v2beta A client to Retail APIcom.google.cloud.retail.v2beta.stub -
-
Uses of RemoveLocalInventoriesResponse in com.google.cloud.retail.v2beta
Methods in com.google.cloud.retail.v2beta that return RemoveLocalInventoriesResponse Modifier and Type Method Description RemoveLocalInventoriesResponse
RemoveLocalInventoriesResponse.Builder. build()
RemoveLocalInventoriesResponse
RemoveLocalInventoriesResponse.Builder. buildPartial()
static RemoveLocalInventoriesResponse
RemoveLocalInventoriesResponse. getDefaultInstance()
RemoveLocalInventoriesResponse
RemoveLocalInventoriesResponse.Builder. getDefaultInstanceForType()
RemoveLocalInventoriesResponse
RemoveLocalInventoriesResponse. getDefaultInstanceForType()
static RemoveLocalInventoriesResponse
RemoveLocalInventoriesResponse. parseDelimitedFrom(InputStream input)
static RemoveLocalInventoriesResponse
RemoveLocalInventoriesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RemoveLocalInventoriesResponse
RemoveLocalInventoriesResponse. parseFrom(byte[] data)
static RemoveLocalInventoriesResponse
RemoveLocalInventoriesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RemoveLocalInventoriesResponse
RemoveLocalInventoriesResponse. parseFrom(com.google.protobuf.ByteString data)
static RemoveLocalInventoriesResponse
RemoveLocalInventoriesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RemoveLocalInventoriesResponse
RemoveLocalInventoriesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static RemoveLocalInventoriesResponse
RemoveLocalInventoriesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RemoveLocalInventoriesResponse
RemoveLocalInventoriesResponse. parseFrom(InputStream input)
static RemoveLocalInventoriesResponse
RemoveLocalInventoriesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RemoveLocalInventoriesResponse
RemoveLocalInventoriesResponse. parseFrom(ByteBuffer data)
static RemoveLocalInventoriesResponse
RemoveLocalInventoriesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.retail.v2beta that return types with arguments of type RemoveLocalInventoriesResponse Modifier and Type Method Description com.google.protobuf.Parser<RemoveLocalInventoriesResponse>
RemoveLocalInventoriesResponse. getParserForType()
static com.google.protobuf.Parser<RemoveLocalInventoriesResponse>
RemoveLocalInventoriesResponse. parser()
com.google.api.gax.longrunning.OperationFuture<RemoveLocalInventoriesResponse,RemoveLocalInventoriesMetadata>
ProductServiceClient. removeLocalInventoriesAsync(ProductName product)
Remove local inventory information for a [Product][google.cloud.retail.v2beta.Product] at a list of places at a removal timestamp.com.google.api.gax.longrunning.OperationFuture<RemoveLocalInventoriesResponse,RemoveLocalInventoriesMetadata>
ProductServiceClient. removeLocalInventoriesAsync(RemoveLocalInventoriesRequest request)
Remove local inventory information for a [Product][google.cloud.retail.v2beta.Product] at a list of places at a removal timestamp.com.google.api.gax.longrunning.OperationFuture<RemoveLocalInventoriesResponse,RemoveLocalInventoriesMetadata>
ProductServiceClient. removeLocalInventoriesAsync(String product)
Remove local inventory information for a [Product][google.cloud.retail.v2beta.Product] at a list of places at a removal timestamp.com.google.api.gax.rpc.OperationCallable<RemoveLocalInventoriesRequest,RemoveLocalInventoriesResponse,RemoveLocalInventoriesMetadata>
ProductServiceClient. removeLocalInventoriesOperationCallable()
Remove local inventory information for a [Product][google.cloud.retail.v2beta.Product] at a list of places at a removal timestamp.com.google.api.gax.rpc.OperationCallSettings.Builder<RemoveLocalInventoriesRequest,RemoveLocalInventoriesResponse,RemoveLocalInventoriesMetadata>
ProductServiceSettings.Builder. removeLocalInventoriesOperationSettings()
Returns the builder for the settings used for calls to removeLocalInventories.com.google.api.gax.rpc.OperationCallSettings<RemoveLocalInventoriesRequest,RemoveLocalInventoriesResponse,RemoveLocalInventoriesMetadata>
ProductServiceSettings. removeLocalInventoriesOperationSettings()
Returns the object with the settings used for calls to removeLocalInventories.Methods in com.google.cloud.retail.v2beta with parameters of type RemoveLocalInventoriesResponse Modifier and Type Method Description RemoveLocalInventoriesResponse.Builder
RemoveLocalInventoriesResponse.Builder. mergeFrom(RemoveLocalInventoriesResponse other)
static RemoveLocalInventoriesResponse.Builder
RemoveLocalInventoriesResponse. newBuilder(RemoveLocalInventoriesResponse prototype)
-
Uses of RemoveLocalInventoriesResponse in com.google.cloud.retail.v2beta.stub
-