Uses of Class
com.google.cloud.retail.v2beta.AddLocalInventoriesResponse
-
Packages that use AddLocalInventoriesResponse Package Description com.google.cloud.retail.v2beta A client to Retail APIcom.google.cloud.retail.v2beta.stub -
-
Uses of AddLocalInventoriesResponse in com.google.cloud.retail.v2beta
Methods in com.google.cloud.retail.v2beta that return AddLocalInventoriesResponse Modifier and Type Method Description AddLocalInventoriesResponseAddLocalInventoriesResponse.Builder. build()AddLocalInventoriesResponseAddLocalInventoriesResponse.Builder. buildPartial()static AddLocalInventoriesResponseAddLocalInventoriesResponse. getDefaultInstance()AddLocalInventoriesResponseAddLocalInventoriesResponse.Builder. getDefaultInstanceForType()AddLocalInventoriesResponseAddLocalInventoriesResponse. getDefaultInstanceForType()static AddLocalInventoriesResponseAddLocalInventoriesResponse. parseDelimitedFrom(InputStream input)static AddLocalInventoriesResponseAddLocalInventoriesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AddLocalInventoriesResponseAddLocalInventoriesResponse. parseFrom(byte[] data)static AddLocalInventoriesResponseAddLocalInventoriesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AddLocalInventoriesResponseAddLocalInventoriesResponse. parseFrom(com.google.protobuf.ByteString data)static AddLocalInventoriesResponseAddLocalInventoriesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AddLocalInventoriesResponseAddLocalInventoriesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static AddLocalInventoriesResponseAddLocalInventoriesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AddLocalInventoriesResponseAddLocalInventoriesResponse. parseFrom(InputStream input)static AddLocalInventoriesResponseAddLocalInventoriesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AddLocalInventoriesResponseAddLocalInventoriesResponse. parseFrom(ByteBuffer data)static AddLocalInventoriesResponseAddLocalInventoriesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.retail.v2beta that return types with arguments of type AddLocalInventoriesResponse Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<AddLocalInventoriesResponse,AddLocalInventoriesMetadata>ProductServiceClient. addLocalInventoriesAsync(AddLocalInventoriesRequest request)Updates local inventory information for a [Product][google.cloud.retail.v2beta.Product] at a list of places, while respecting the last update timestamps of each inventory field.com.google.api.gax.longrunning.OperationFuture<AddLocalInventoriesResponse,AddLocalInventoriesMetadata>ProductServiceClient. addLocalInventoriesAsync(ProductName product)Updates local inventory information for a [Product][google.cloud.retail.v2beta.Product] at a list of places, while respecting the last update timestamps of each inventory field.com.google.api.gax.longrunning.OperationFuture<AddLocalInventoriesResponse,AddLocalInventoriesMetadata>ProductServiceClient. addLocalInventoriesAsync(String product)Updates local inventory information for a [Product][google.cloud.retail.v2beta.Product] at a list of places, while respecting the last update timestamps of each inventory field.com.google.api.gax.rpc.OperationCallable<AddLocalInventoriesRequest,AddLocalInventoriesResponse,AddLocalInventoriesMetadata>ProductServiceClient. addLocalInventoriesOperationCallable()Updates local inventory information for a [Product][google.cloud.retail.v2beta.Product] at a list of places, while respecting the last update timestamps of each inventory field.com.google.api.gax.rpc.OperationCallSettings<AddLocalInventoriesRequest,AddLocalInventoriesResponse,AddLocalInventoriesMetadata>ProductServiceSettings. addLocalInventoriesOperationSettings()Returns the object with the settings used for calls to addLocalInventories.com.google.api.gax.rpc.OperationCallSettings.Builder<AddLocalInventoriesRequest,AddLocalInventoriesResponse,AddLocalInventoriesMetadata>ProductServiceSettings.Builder. addLocalInventoriesOperationSettings()Returns the builder for the settings used for calls to addLocalInventories.com.google.protobuf.Parser<AddLocalInventoriesResponse>AddLocalInventoriesResponse. getParserForType()static com.google.protobuf.Parser<AddLocalInventoriesResponse>AddLocalInventoriesResponse. parser()Methods in com.google.cloud.retail.v2beta with parameters of type AddLocalInventoriesResponse Modifier and Type Method Description AddLocalInventoriesResponse.BuilderAddLocalInventoriesResponse.Builder. mergeFrom(AddLocalInventoriesResponse other)static AddLocalInventoriesResponse.BuilderAddLocalInventoriesResponse. newBuilder(AddLocalInventoriesResponse prototype) -
Uses of AddLocalInventoriesResponse in com.google.cloud.retail.v2beta.stub
-