Uses of Class
com.google.cloud.retail.v2.RemoveLocalInventoriesResponse
-
Packages that use RemoveLocalInventoriesResponse Package Description com.google.cloud.retail.v2 A client to Retail APIcom.google.cloud.retail.v2.stub -
-
Uses of RemoveLocalInventoriesResponse in com.google.cloud.retail.v2
Methods in com.google.cloud.retail.v2 that return RemoveLocalInventoriesResponse Modifier and Type Method Description RemoveLocalInventoriesResponseRemoveLocalInventoriesResponse.Builder. build()RemoveLocalInventoriesResponseRemoveLocalInventoriesResponse.Builder. buildPartial()static RemoveLocalInventoriesResponseRemoveLocalInventoriesResponse. getDefaultInstance()RemoveLocalInventoriesResponseRemoveLocalInventoriesResponse.Builder. getDefaultInstanceForType()RemoveLocalInventoriesResponseRemoveLocalInventoriesResponse. getDefaultInstanceForType()static RemoveLocalInventoriesResponseRemoveLocalInventoriesResponse. parseDelimitedFrom(InputStream input)static RemoveLocalInventoriesResponseRemoveLocalInventoriesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RemoveLocalInventoriesResponseRemoveLocalInventoriesResponse. parseFrom(byte[] data)static RemoveLocalInventoriesResponseRemoveLocalInventoriesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RemoveLocalInventoriesResponseRemoveLocalInventoriesResponse. parseFrom(com.google.protobuf.ByteString data)static RemoveLocalInventoriesResponseRemoveLocalInventoriesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RemoveLocalInventoriesResponseRemoveLocalInventoriesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static RemoveLocalInventoriesResponseRemoveLocalInventoriesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RemoveLocalInventoriesResponseRemoveLocalInventoriesResponse. parseFrom(InputStream input)static RemoveLocalInventoriesResponseRemoveLocalInventoriesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RemoveLocalInventoriesResponseRemoveLocalInventoriesResponse. parseFrom(ByteBuffer data)static RemoveLocalInventoriesResponseRemoveLocalInventoriesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.retail.v2 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.v2.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.v2.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.v2.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.v2.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.v2 with parameters of type RemoveLocalInventoriesResponse Modifier and Type Method Description RemoveLocalInventoriesResponse.BuilderRemoveLocalInventoriesResponse.Builder. mergeFrom(RemoveLocalInventoriesResponse other)static RemoveLocalInventoriesResponse.BuilderRemoveLocalInventoriesResponse. newBuilder(RemoveLocalInventoriesResponse prototype) -
Uses of RemoveLocalInventoriesResponse in com.google.cloud.retail.v2.stub
-