Uses of Class
com.google.cloud.retail.v2alpha.BatchRemoveCatalogAttributesRequest
-
Packages that use BatchRemoveCatalogAttributesRequest Package Description com.google.cloud.retail.v2alpha A client to Retail APIcom.google.cloud.retail.v2alpha.stub -
-
Uses of BatchRemoveCatalogAttributesRequest in com.google.cloud.retail.v2alpha
Methods in com.google.cloud.retail.v2alpha that return BatchRemoveCatalogAttributesRequest Modifier and Type Method Description BatchRemoveCatalogAttributesRequest
BatchRemoveCatalogAttributesRequest.Builder. build()
BatchRemoveCatalogAttributesRequest
BatchRemoveCatalogAttributesRequest.Builder. buildPartial()
static BatchRemoveCatalogAttributesRequest
BatchRemoveCatalogAttributesRequest. getDefaultInstance()
BatchRemoveCatalogAttributesRequest
BatchRemoveCatalogAttributesRequest.Builder. getDefaultInstanceForType()
BatchRemoveCatalogAttributesRequest
BatchRemoveCatalogAttributesRequest. getDefaultInstanceForType()
static BatchRemoveCatalogAttributesRequest
BatchRemoveCatalogAttributesRequest. parseDelimitedFrom(InputStream input)
static BatchRemoveCatalogAttributesRequest
BatchRemoveCatalogAttributesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchRemoveCatalogAttributesRequest
BatchRemoveCatalogAttributesRequest. parseFrom(byte[] data)
static BatchRemoveCatalogAttributesRequest
BatchRemoveCatalogAttributesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchRemoveCatalogAttributesRequest
BatchRemoveCatalogAttributesRequest. parseFrom(com.google.protobuf.ByteString data)
static BatchRemoveCatalogAttributesRequest
BatchRemoveCatalogAttributesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchRemoveCatalogAttributesRequest
BatchRemoveCatalogAttributesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchRemoveCatalogAttributesRequest
BatchRemoveCatalogAttributesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchRemoveCatalogAttributesRequest
BatchRemoveCatalogAttributesRequest. parseFrom(InputStream input)
static BatchRemoveCatalogAttributesRequest
BatchRemoveCatalogAttributesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchRemoveCatalogAttributesRequest
BatchRemoveCatalogAttributesRequest. parseFrom(ByteBuffer data)
static BatchRemoveCatalogAttributesRequest
BatchRemoveCatalogAttributesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.retail.v2alpha that return types with arguments of type BatchRemoveCatalogAttributesRequest Modifier and Type Method Description 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<BatchRemoveCatalogAttributesRequest>
BatchRemoveCatalogAttributesRequest. getParserForType()
static com.google.protobuf.Parser<BatchRemoveCatalogAttributesRequest>
BatchRemoveCatalogAttributesRequest. parser()
Methods in com.google.cloud.retail.v2alpha with parameters of type BatchRemoveCatalogAttributesRequest 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].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].BatchRemoveCatalogAttributesResponse
CatalogServiceGrpc.CatalogServiceBlockingStub. batchRemoveCatalogAttributes(BatchRemoveCatalogAttributesRequest request)
Removes all specified [CatalogAttribute][google.cloud.retail.v2alpha.CatalogAttribute]s from the [AttributesConfig][google.cloud.retail.v2alpha.AttributesConfig].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].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].BatchRemoveCatalogAttributesRequest.Builder
BatchRemoveCatalogAttributesRequest.Builder. mergeFrom(BatchRemoveCatalogAttributesRequest other)
static BatchRemoveCatalogAttributesRequest.Builder
BatchRemoveCatalogAttributesRequest. newBuilder(BatchRemoveCatalogAttributesRequest prototype)
-
Uses of BatchRemoveCatalogAttributesRequest in com.google.cloud.retail.v2alpha.stub
Methods in com.google.cloud.retail.v2alpha.stub that return types with arguments of type BatchRemoveCatalogAttributesRequest 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.
-