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