Uses of Class
com.google.cloud.retail.v2beta.AddFulfillmentPlacesResponse
-
Packages that use AddFulfillmentPlacesResponse Package Description com.google.cloud.retail.v2beta A client to Retail APIcom.google.cloud.retail.v2beta.stub -
-
Uses of AddFulfillmentPlacesResponse in com.google.cloud.retail.v2beta
Methods in com.google.cloud.retail.v2beta that return AddFulfillmentPlacesResponse Modifier and Type Method Description AddFulfillmentPlacesResponse
AddFulfillmentPlacesResponse.Builder. build()
AddFulfillmentPlacesResponse
AddFulfillmentPlacesResponse.Builder. buildPartial()
static AddFulfillmentPlacesResponse
AddFulfillmentPlacesResponse. getDefaultInstance()
AddFulfillmentPlacesResponse
AddFulfillmentPlacesResponse.Builder. getDefaultInstanceForType()
AddFulfillmentPlacesResponse
AddFulfillmentPlacesResponse. getDefaultInstanceForType()
static AddFulfillmentPlacesResponse
AddFulfillmentPlacesResponse. parseDelimitedFrom(InputStream input)
static AddFulfillmentPlacesResponse
AddFulfillmentPlacesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddFulfillmentPlacesResponse
AddFulfillmentPlacesResponse. parseFrom(byte[] data)
static AddFulfillmentPlacesResponse
AddFulfillmentPlacesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddFulfillmentPlacesResponse
AddFulfillmentPlacesResponse. parseFrom(com.google.protobuf.ByteString data)
static AddFulfillmentPlacesResponse
AddFulfillmentPlacesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddFulfillmentPlacesResponse
AddFulfillmentPlacesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static AddFulfillmentPlacesResponse
AddFulfillmentPlacesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddFulfillmentPlacesResponse
AddFulfillmentPlacesResponse. parseFrom(InputStream input)
static AddFulfillmentPlacesResponse
AddFulfillmentPlacesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddFulfillmentPlacesResponse
AddFulfillmentPlacesResponse. parseFrom(ByteBuffer data)
static AddFulfillmentPlacesResponse
AddFulfillmentPlacesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.retail.v2beta that return types with arguments of type AddFulfillmentPlacesResponse 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.v2beta.ProductService.AddLocalInventories] method instead of [ProductService.AddFulfillmentPlaces][google.cloud.retail.v2beta.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.v2beta.ProductService.AddLocalInventories] method instead of [ProductService.AddFulfillmentPlaces][google.cloud.retail.v2beta.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.v2beta.ProductService.AddLocalInventories] method instead of [ProductService.AddFulfillmentPlaces][google.cloud.retail.v2beta.ProductService.AddFulfillmentPlaces].com.google.api.gax.rpc.OperationCallable<AddFulfillmentPlacesRequest,AddFulfillmentPlacesResponse,AddFulfillmentPlacesMetadata>
ProductServiceClient. addFulfillmentPlacesOperationCallable()
It is recommended to use the [ProductService.AddLocalInventories][google.cloud.retail.v2beta.ProductService.AddLocalInventories] method instead of [ProductService.AddFulfillmentPlaces][google.cloud.retail.v2beta.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<AddFulfillmentPlacesResponse>
AddFulfillmentPlacesResponse. getParserForType()
static com.google.protobuf.Parser<AddFulfillmentPlacesResponse>
AddFulfillmentPlacesResponse. parser()
Methods in com.google.cloud.retail.v2beta with parameters of type AddFulfillmentPlacesResponse Modifier and Type Method Description AddFulfillmentPlacesResponse.Builder
AddFulfillmentPlacesResponse.Builder. mergeFrom(AddFulfillmentPlacesResponse other)
static AddFulfillmentPlacesResponse.Builder
AddFulfillmentPlacesResponse. newBuilder(AddFulfillmentPlacesResponse prototype)
-
Uses of AddFulfillmentPlacesResponse in com.google.cloud.retail.v2beta.stub
-