Uses of Class
com.google.cloud.retail.v2alpha.BatchRemoveCatalogAttributesResponse
-
Packages that use BatchRemoveCatalogAttributesResponse Package Description com.google.cloud.retail.v2alpha A client to Retail APIcom.google.cloud.retail.v2alpha.stub -
-
Uses of BatchRemoveCatalogAttributesResponse in com.google.cloud.retail.v2alpha
Methods in com.google.cloud.retail.v2alpha that return BatchRemoveCatalogAttributesResponse Modifier and Type Method Description BatchRemoveCatalogAttributesResponse
CatalogServiceClient. batchRemoveCatalogAttributes(BatchRemoveCatalogAttributesRequest request)
Removes all specified [CatalogAttribute][google.cloud.retail.v2alpha.CatalogAttribute]s from the [AttributesConfig][google.cloud.retail.v2alpha.AttributesConfig].BatchRemoveCatalogAttributesResponse
CatalogServiceGrpc.CatalogServiceBlockingStub. batchRemoveCatalogAttributes(BatchRemoveCatalogAttributesRequest request)
Removes all specified [CatalogAttribute][google.cloud.retail.v2alpha.CatalogAttribute]s from the [AttributesConfig][google.cloud.retail.v2alpha.AttributesConfig].BatchRemoveCatalogAttributesResponse
BatchRemoveCatalogAttributesResponse.Builder. build()
BatchRemoveCatalogAttributesResponse
BatchRemoveCatalogAttributesResponse.Builder. buildPartial()
static BatchRemoveCatalogAttributesResponse
BatchRemoveCatalogAttributesResponse. getDefaultInstance()
BatchRemoveCatalogAttributesResponse
BatchRemoveCatalogAttributesResponse.Builder. getDefaultInstanceForType()
BatchRemoveCatalogAttributesResponse
BatchRemoveCatalogAttributesResponse. getDefaultInstanceForType()
static BatchRemoveCatalogAttributesResponse
BatchRemoveCatalogAttributesResponse. parseDelimitedFrom(InputStream input)
static BatchRemoveCatalogAttributesResponse
BatchRemoveCatalogAttributesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchRemoveCatalogAttributesResponse
BatchRemoveCatalogAttributesResponse. parseFrom(byte[] data)
static BatchRemoveCatalogAttributesResponse
BatchRemoveCatalogAttributesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchRemoveCatalogAttributesResponse
BatchRemoveCatalogAttributesResponse. parseFrom(com.google.protobuf.ByteString data)
static BatchRemoveCatalogAttributesResponse
BatchRemoveCatalogAttributesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchRemoveCatalogAttributesResponse
BatchRemoveCatalogAttributesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchRemoveCatalogAttributesResponse
BatchRemoveCatalogAttributesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchRemoveCatalogAttributesResponse
BatchRemoveCatalogAttributesResponse. parseFrom(InputStream input)
static BatchRemoveCatalogAttributesResponse
BatchRemoveCatalogAttributesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchRemoveCatalogAttributesResponse
BatchRemoveCatalogAttributesResponse. parseFrom(ByteBuffer data)
static BatchRemoveCatalogAttributesResponse
BatchRemoveCatalogAttributesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.retail.v2alpha that return types with arguments of type BatchRemoveCatalogAttributesResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<BatchRemoveCatalogAttributesResponse>
CatalogServiceGrpc.CatalogServiceFutureStub. batchRemoveCatalogAttributes(BatchRemoveCatalogAttributesRequest request)
Removes all specified [CatalogAttribute][google.cloud.retail.v2alpha.CatalogAttribute]s from the [AttributesConfig][google.cloud.retail.v2alpha.AttributesConfig].com.google.api.gax.rpc.UnaryCallable<BatchRemoveCatalogAttributesRequest,BatchRemoveCatalogAttributesResponse>
CatalogServiceClient. batchRemoveCatalogAttributesCallable()
Removes all specified [CatalogAttribute][google.cloud.retail.v2alpha.CatalogAttribute]s from the [AttributesConfig][google.cloud.retail.v2alpha.AttributesConfig].com.google.api.gax.rpc.UnaryCallSettings<BatchRemoveCatalogAttributesRequest,BatchRemoveCatalogAttributesResponse>
CatalogServiceSettings. batchRemoveCatalogAttributesSettings()
Returns the object with the settings used for calls to batchRemoveCatalogAttributes.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchRemoveCatalogAttributesRequest,BatchRemoveCatalogAttributesResponse>
CatalogServiceSettings.Builder. batchRemoveCatalogAttributesSettings()
Returns the builder for the settings used for calls to batchRemoveCatalogAttributes.static io.grpc.MethodDescriptor<BatchRemoveCatalogAttributesRequest,BatchRemoveCatalogAttributesResponse>
CatalogServiceGrpc. getBatchRemoveCatalogAttributesMethod()
com.google.protobuf.Parser<BatchRemoveCatalogAttributesResponse>
BatchRemoveCatalogAttributesResponse. getParserForType()
static com.google.protobuf.Parser<BatchRemoveCatalogAttributesResponse>
BatchRemoveCatalogAttributesResponse. parser()
Methods in com.google.cloud.retail.v2alpha with parameters of type BatchRemoveCatalogAttributesResponse Modifier and Type Method Description BatchRemoveCatalogAttributesResponse.Builder
BatchRemoveCatalogAttributesResponse.Builder. mergeFrom(BatchRemoveCatalogAttributesResponse other)
static BatchRemoveCatalogAttributesResponse.Builder
BatchRemoveCatalogAttributesResponse. newBuilder(BatchRemoveCatalogAttributesResponse prototype)
Method parameters in com.google.cloud.retail.v2alpha with type arguments of type BatchRemoveCatalogAttributesResponse Modifier and Type Method Description default void
CatalogServiceGrpc.AsyncService. batchRemoveCatalogAttributes(BatchRemoveCatalogAttributesRequest request, io.grpc.stub.StreamObserver<BatchRemoveCatalogAttributesResponse> responseObserver)
Removes all specified [CatalogAttribute][google.cloud.retail.v2alpha.CatalogAttribute]s from the [AttributesConfig][google.cloud.retail.v2alpha.AttributesConfig].void
CatalogServiceGrpc.CatalogServiceStub. batchRemoveCatalogAttributes(BatchRemoveCatalogAttributesRequest request, io.grpc.stub.StreamObserver<BatchRemoveCatalogAttributesResponse> responseObserver)
Removes all specified [CatalogAttribute][google.cloud.retail.v2alpha.CatalogAttribute]s from the [AttributesConfig][google.cloud.retail.v2alpha.AttributesConfig]. -
Uses of BatchRemoveCatalogAttributesResponse in com.google.cloud.retail.v2alpha.stub
Methods in com.google.cloud.retail.v2alpha.stub that return types with arguments of type BatchRemoveCatalogAttributesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchRemoveCatalogAttributesRequest,BatchRemoveCatalogAttributesResponse>
CatalogServiceStub. batchRemoveCatalogAttributesCallable()
com.google.api.gax.rpc.UnaryCallable<BatchRemoveCatalogAttributesRequest,BatchRemoveCatalogAttributesResponse>
GrpcCatalogServiceStub. batchRemoveCatalogAttributesCallable()
com.google.api.gax.rpc.UnaryCallable<BatchRemoveCatalogAttributesRequest,BatchRemoveCatalogAttributesResponse>
HttpJsonCatalogServiceStub. batchRemoveCatalogAttributesCallable()
com.google.api.gax.rpc.UnaryCallSettings<BatchRemoveCatalogAttributesRequest,BatchRemoveCatalogAttributesResponse>
CatalogServiceStubSettings. batchRemoveCatalogAttributesSettings()
Returns the object with the settings used for calls to batchRemoveCatalogAttributes.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchRemoveCatalogAttributesRequest,BatchRemoveCatalogAttributesResponse>
CatalogServiceStubSettings.Builder. batchRemoveCatalogAttributesSettings()
Returns the builder for the settings used for calls to batchRemoveCatalogAttributes.
-