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