Uses of Class
com.google.cloud.retail.v2alpha.PurgeProductsResponse
-
Packages that use PurgeProductsResponse Package Description com.google.cloud.retail.v2alpha A client to Retail APIcom.google.cloud.retail.v2alpha.stub -
-
Uses of PurgeProductsResponse in com.google.cloud.retail.v2alpha
Methods in com.google.cloud.retail.v2alpha that return PurgeProductsResponse Modifier and Type Method Description PurgeProductsResponse
PurgeProductsResponse.Builder. build()
PurgeProductsResponse
PurgeProductsResponse.Builder. buildPartial()
static PurgeProductsResponse
PurgeProductsResponse. getDefaultInstance()
PurgeProductsResponse
PurgeProductsResponse.Builder. getDefaultInstanceForType()
PurgeProductsResponse
PurgeProductsResponse. getDefaultInstanceForType()
static PurgeProductsResponse
PurgeProductsResponse. parseDelimitedFrom(InputStream input)
static PurgeProductsResponse
PurgeProductsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PurgeProductsResponse
PurgeProductsResponse. parseFrom(byte[] data)
static PurgeProductsResponse
PurgeProductsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PurgeProductsResponse
PurgeProductsResponse. parseFrom(com.google.protobuf.ByteString data)
static PurgeProductsResponse
PurgeProductsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PurgeProductsResponse
PurgeProductsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static PurgeProductsResponse
PurgeProductsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PurgeProductsResponse
PurgeProductsResponse. parseFrom(InputStream input)
static PurgeProductsResponse
PurgeProductsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PurgeProductsResponse
PurgeProductsResponse. parseFrom(ByteBuffer data)
static PurgeProductsResponse
PurgeProductsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.retail.v2alpha that return types with arguments of type PurgeProductsResponse Modifier and Type Method Description com.google.protobuf.Parser<PurgeProductsResponse>
PurgeProductsResponse. getParserForType()
static com.google.protobuf.Parser<PurgeProductsResponse>
PurgeProductsResponse. parser()
com.google.api.gax.longrunning.OperationFuture<PurgeProductsResponse,PurgeProductsMetadata>
ProductServiceClient. purgeProductsAsync(PurgeProductsRequest request)
Permanently deletes all selected [Product][google.cloud.retail.v2alpha.Product]s under a branch.com.google.api.gax.rpc.OperationCallable<PurgeProductsRequest,PurgeProductsResponse,PurgeProductsMetadata>
ProductServiceClient. purgeProductsOperationCallable()
Permanently deletes all selected [Product][google.cloud.retail.v2alpha.Product]s under a branch.com.google.api.gax.rpc.OperationCallSettings.Builder<PurgeProductsRequest,PurgeProductsResponse,PurgeProductsMetadata>
ProductServiceSettings.Builder. purgeProductsOperationSettings()
Returns the builder for the settings used for calls to purgeProducts.com.google.api.gax.rpc.OperationCallSettings<PurgeProductsRequest,PurgeProductsResponse,PurgeProductsMetadata>
ProductServiceSettings. purgeProductsOperationSettings()
Returns the object with the settings used for calls to purgeProducts.Methods in com.google.cloud.retail.v2alpha with parameters of type PurgeProductsResponse Modifier and Type Method Description PurgeProductsResponse.Builder
PurgeProductsResponse.Builder. mergeFrom(PurgeProductsResponse other)
static PurgeProductsResponse.Builder
PurgeProductsResponse. newBuilder(PurgeProductsResponse prototype)
-
Uses of PurgeProductsResponse in com.google.cloud.retail.v2alpha.stub
Methods in com.google.cloud.retail.v2alpha.stub that return types with arguments of type PurgeProductsResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<PurgeProductsRequest,PurgeProductsResponse,PurgeProductsMetadata>
GrpcProductServiceStub. purgeProductsOperationCallable()
com.google.api.gax.rpc.OperationCallable<PurgeProductsRequest,PurgeProductsResponse,PurgeProductsMetadata>
HttpJsonProductServiceStub. purgeProductsOperationCallable()
com.google.api.gax.rpc.OperationCallable<PurgeProductsRequest,PurgeProductsResponse,PurgeProductsMetadata>
ProductServiceStub. purgeProductsOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<PurgeProductsRequest,PurgeProductsResponse,PurgeProductsMetadata>
ProductServiceStubSettings.Builder. purgeProductsOperationSettings()
Returns the builder for the settings used for calls to purgeProducts.com.google.api.gax.rpc.OperationCallSettings<PurgeProductsRequest,PurgeProductsResponse,PurgeProductsMetadata>
ProductServiceStubSettings. purgeProductsOperationSettings()
Returns the object with the settings used for calls to purgeProducts.
-