Uses of Class
com.google.cloud.retail.v2beta.SetInventoryResponse
-
Packages that use SetInventoryResponse Package Description com.google.cloud.retail.v2beta A client to Retail APIcom.google.cloud.retail.v2beta.stub -
-
Uses of SetInventoryResponse in com.google.cloud.retail.v2beta
Methods in com.google.cloud.retail.v2beta that return SetInventoryResponse Modifier and Type Method Description SetInventoryResponse
SetInventoryResponse.Builder. build()
SetInventoryResponse
SetInventoryResponse.Builder. buildPartial()
static SetInventoryResponse
SetInventoryResponse. getDefaultInstance()
SetInventoryResponse
SetInventoryResponse.Builder. getDefaultInstanceForType()
SetInventoryResponse
SetInventoryResponse. getDefaultInstanceForType()
static SetInventoryResponse
SetInventoryResponse. parseDelimitedFrom(InputStream input)
static SetInventoryResponse
SetInventoryResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetInventoryResponse
SetInventoryResponse. parseFrom(byte[] data)
static SetInventoryResponse
SetInventoryResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetInventoryResponse
SetInventoryResponse. parseFrom(com.google.protobuf.ByteString data)
static SetInventoryResponse
SetInventoryResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetInventoryResponse
SetInventoryResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static SetInventoryResponse
SetInventoryResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetInventoryResponse
SetInventoryResponse. parseFrom(InputStream input)
static SetInventoryResponse
SetInventoryResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetInventoryResponse
SetInventoryResponse. parseFrom(ByteBuffer data)
static SetInventoryResponse
SetInventoryResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.retail.v2beta that return types with arguments of type SetInventoryResponse Modifier and Type Method Description com.google.protobuf.Parser<SetInventoryResponse>
SetInventoryResponse. getParserForType()
static com.google.protobuf.Parser<SetInventoryResponse>
SetInventoryResponse. parser()
com.google.api.gax.longrunning.OperationFuture<SetInventoryResponse,SetInventoryMetadata>
ProductServiceClient. setInventoryAsync(Product inventory, com.google.protobuf.FieldMask setMask)
Updates inventory information for a [Product][google.cloud.retail.v2beta.Product] while respecting the last update timestamps of each inventory field.com.google.api.gax.longrunning.OperationFuture<SetInventoryResponse,SetInventoryMetadata>
ProductServiceClient. setInventoryAsync(SetInventoryRequest request)
Updates inventory information for a [Product][google.cloud.retail.v2beta.Product] while respecting the last update timestamps of each inventory field.com.google.api.gax.rpc.OperationCallable<SetInventoryRequest,SetInventoryResponse,SetInventoryMetadata>
ProductServiceClient. setInventoryOperationCallable()
Updates inventory information for a [Product][google.cloud.retail.v2beta.Product] while respecting the last update timestamps of each inventory field.com.google.api.gax.rpc.OperationCallSettings.Builder<SetInventoryRequest,SetInventoryResponse,SetInventoryMetadata>
ProductServiceSettings.Builder. setInventoryOperationSettings()
Returns the builder for the settings used for calls to setInventory.com.google.api.gax.rpc.OperationCallSettings<SetInventoryRequest,SetInventoryResponse,SetInventoryMetadata>
ProductServiceSettings. setInventoryOperationSettings()
Returns the object with the settings used for calls to setInventory.Methods in com.google.cloud.retail.v2beta with parameters of type SetInventoryResponse Modifier and Type Method Description SetInventoryResponse.Builder
SetInventoryResponse.Builder. mergeFrom(SetInventoryResponse other)
static SetInventoryResponse.Builder
SetInventoryResponse. newBuilder(SetInventoryResponse prototype)
-
Uses of SetInventoryResponse in com.google.cloud.retail.v2beta.stub
Methods in com.google.cloud.retail.v2beta.stub that return types with arguments of type SetInventoryResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<SetInventoryRequest,SetInventoryResponse,SetInventoryMetadata>
GrpcProductServiceStub. setInventoryOperationCallable()
com.google.api.gax.rpc.OperationCallable<SetInventoryRequest,SetInventoryResponse,SetInventoryMetadata>
HttpJsonProductServiceStub. setInventoryOperationCallable()
com.google.api.gax.rpc.OperationCallable<SetInventoryRequest,SetInventoryResponse,SetInventoryMetadata>
ProductServiceStub. setInventoryOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<SetInventoryRequest,SetInventoryResponse,SetInventoryMetadata>
ProductServiceStubSettings.Builder. setInventoryOperationSettings()
Returns the builder for the settings used for calls to setInventory.com.google.api.gax.rpc.OperationCallSettings<SetInventoryRequest,SetInventoryResponse,SetInventoryMetadata>
ProductServiceStubSettings. setInventoryOperationSettings()
Returns the object with the settings used for calls to setInventory.
-