Uses of Class
com.google.cloud.retail.v2.AddFulfillmentPlacesMetadata
-
Packages that use AddFulfillmentPlacesMetadata Package Description com.google.cloud.retail.v2 A client to Retail APIcom.google.cloud.retail.v2.stub -
-
Uses of AddFulfillmentPlacesMetadata in com.google.cloud.retail.v2
Methods in com.google.cloud.retail.v2 that return AddFulfillmentPlacesMetadata Modifier and Type Method Description AddFulfillmentPlacesMetadata
AddFulfillmentPlacesMetadata.Builder. build()
AddFulfillmentPlacesMetadata
AddFulfillmentPlacesMetadata.Builder. buildPartial()
static AddFulfillmentPlacesMetadata
AddFulfillmentPlacesMetadata. getDefaultInstance()
AddFulfillmentPlacesMetadata
AddFulfillmentPlacesMetadata.Builder. getDefaultInstanceForType()
AddFulfillmentPlacesMetadata
AddFulfillmentPlacesMetadata. getDefaultInstanceForType()
static AddFulfillmentPlacesMetadata
AddFulfillmentPlacesMetadata. parseDelimitedFrom(InputStream input)
static AddFulfillmentPlacesMetadata
AddFulfillmentPlacesMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddFulfillmentPlacesMetadata
AddFulfillmentPlacesMetadata. parseFrom(byte[] data)
static AddFulfillmentPlacesMetadata
AddFulfillmentPlacesMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddFulfillmentPlacesMetadata
AddFulfillmentPlacesMetadata. parseFrom(com.google.protobuf.ByteString data)
static AddFulfillmentPlacesMetadata
AddFulfillmentPlacesMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddFulfillmentPlacesMetadata
AddFulfillmentPlacesMetadata. parseFrom(com.google.protobuf.CodedInputStream input)
static AddFulfillmentPlacesMetadata
AddFulfillmentPlacesMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddFulfillmentPlacesMetadata
AddFulfillmentPlacesMetadata. parseFrom(InputStream input)
static AddFulfillmentPlacesMetadata
AddFulfillmentPlacesMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddFulfillmentPlacesMetadata
AddFulfillmentPlacesMetadata. parseFrom(ByteBuffer data)
static AddFulfillmentPlacesMetadata
AddFulfillmentPlacesMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.retail.v2 that return types with arguments of type AddFulfillmentPlacesMetadata Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<AddFulfillmentPlacesResponse,AddFulfillmentPlacesMetadata>
ProductServiceClient. addFulfillmentPlacesAsync(AddFulfillmentPlacesRequest request)
It is recommended to use the [ProductService.AddLocalInventories][google.cloud.retail.v2.ProductService.AddLocalInventories] method instead of [ProductService.AddFulfillmentPlaces][google.cloud.retail.v2.ProductService.AddFulfillmentPlaces].com.google.api.gax.longrunning.OperationFuture<AddFulfillmentPlacesResponse,AddFulfillmentPlacesMetadata>
ProductServiceClient. addFulfillmentPlacesAsync(ProductName product)
It is recommended to use the [ProductService.AddLocalInventories][google.cloud.retail.v2.ProductService.AddLocalInventories] method instead of [ProductService.AddFulfillmentPlaces][google.cloud.retail.v2.ProductService.AddFulfillmentPlaces].com.google.api.gax.longrunning.OperationFuture<AddFulfillmentPlacesResponse,AddFulfillmentPlacesMetadata>
ProductServiceClient. addFulfillmentPlacesAsync(String product)
It is recommended to use the [ProductService.AddLocalInventories][google.cloud.retail.v2.ProductService.AddLocalInventories] method instead of [ProductService.AddFulfillmentPlaces][google.cloud.retail.v2.ProductService.AddFulfillmentPlaces].com.google.api.gax.rpc.OperationCallable<AddFulfillmentPlacesRequest,AddFulfillmentPlacesResponse,AddFulfillmentPlacesMetadata>
ProductServiceClient. addFulfillmentPlacesOperationCallable()
It is recommended to use the [ProductService.AddLocalInventories][google.cloud.retail.v2.ProductService.AddLocalInventories] method instead of [ProductService.AddFulfillmentPlaces][google.cloud.retail.v2.ProductService.AddFulfillmentPlaces].com.google.api.gax.rpc.OperationCallSettings<AddFulfillmentPlacesRequest,AddFulfillmentPlacesResponse,AddFulfillmentPlacesMetadata>
ProductServiceSettings. addFulfillmentPlacesOperationSettings()
Returns the object with the settings used for calls to addFulfillmentPlaces.com.google.api.gax.rpc.OperationCallSettings.Builder<AddFulfillmentPlacesRequest,AddFulfillmentPlacesResponse,AddFulfillmentPlacesMetadata>
ProductServiceSettings.Builder. addFulfillmentPlacesOperationSettings()
Returns the builder for the settings used for calls to addFulfillmentPlaces.com.google.protobuf.Parser<AddFulfillmentPlacesMetadata>
AddFulfillmentPlacesMetadata. getParserForType()
static com.google.protobuf.Parser<AddFulfillmentPlacesMetadata>
AddFulfillmentPlacesMetadata. parser()
Methods in com.google.cloud.retail.v2 with parameters of type AddFulfillmentPlacesMetadata Modifier and Type Method Description AddFulfillmentPlacesMetadata.Builder
AddFulfillmentPlacesMetadata.Builder. mergeFrom(AddFulfillmentPlacesMetadata other)
static AddFulfillmentPlacesMetadata.Builder
AddFulfillmentPlacesMetadata. newBuilder(AddFulfillmentPlacesMetadata prototype)
-
Uses of AddFulfillmentPlacesMetadata in com.google.cloud.retail.v2.stub
-