Uses of Class
com.google.cloud.recommendationengine.v1beta1.DeleteCatalogItemRequest
-
Packages that use DeleteCatalogItemRequest Package Description com.google.cloud.recommendationengine.v1beta1 A client to Recommendations AIcom.google.cloud.recommendationengine.v1beta1.stub -
-
Uses of DeleteCatalogItemRequest in com.google.cloud.recommendationengine.v1beta1
Methods in com.google.cloud.recommendationengine.v1beta1 that return DeleteCatalogItemRequest Modifier and Type Method Description DeleteCatalogItemRequest
DeleteCatalogItemRequest.Builder. build()
DeleteCatalogItemRequest
DeleteCatalogItemRequest.Builder. buildPartial()
static DeleteCatalogItemRequest
DeleteCatalogItemRequest. getDefaultInstance()
DeleteCatalogItemRequest
DeleteCatalogItemRequest.Builder. getDefaultInstanceForType()
DeleteCatalogItemRequest
DeleteCatalogItemRequest. getDefaultInstanceForType()
static DeleteCatalogItemRequest
DeleteCatalogItemRequest. parseDelimitedFrom(InputStream input)
static DeleteCatalogItemRequest
DeleteCatalogItemRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteCatalogItemRequest
DeleteCatalogItemRequest. parseFrom(byte[] data)
static DeleteCatalogItemRequest
DeleteCatalogItemRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteCatalogItemRequest
DeleteCatalogItemRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteCatalogItemRequest
DeleteCatalogItemRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteCatalogItemRequest
DeleteCatalogItemRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteCatalogItemRequest
DeleteCatalogItemRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteCatalogItemRequest
DeleteCatalogItemRequest. parseFrom(InputStream input)
static DeleteCatalogItemRequest
DeleteCatalogItemRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteCatalogItemRequest
DeleteCatalogItemRequest. parseFrom(ByteBuffer data)
static DeleteCatalogItemRequest
DeleteCatalogItemRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.recommendationengine.v1beta1 that return types with arguments of type DeleteCatalogItemRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteCatalogItemRequest,com.google.protobuf.Empty>
CatalogServiceClient. deleteCatalogItemCallable()
Deletes a catalog item.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteCatalogItemRequest,com.google.protobuf.Empty>
CatalogServiceSettings.Builder. deleteCatalogItemSettings()
Returns the builder for the settings used for calls to deleteCatalogItem.com.google.api.gax.rpc.UnaryCallSettings<DeleteCatalogItemRequest,com.google.protobuf.Empty>
CatalogServiceSettings. deleteCatalogItemSettings()
Returns the object with the settings used for calls to deleteCatalogItem.static io.grpc.MethodDescriptor<DeleteCatalogItemRequest,com.google.protobuf.Empty>
CatalogServiceGrpc. getDeleteCatalogItemMethod()
com.google.protobuf.Parser<DeleteCatalogItemRequest>
DeleteCatalogItemRequest. getParserForType()
static com.google.protobuf.Parser<DeleteCatalogItemRequest>
DeleteCatalogItemRequest. parser()
Methods in com.google.cloud.recommendationengine.v1beta1 with parameters of type DeleteCatalogItemRequest Modifier and Type Method Description void
CatalogServiceClient. deleteCatalogItem(DeleteCatalogItemRequest request)
Deletes a catalog item.default void
CatalogServiceGrpc.AsyncService. deleteCatalogItem(DeleteCatalogItemRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a catalog item.com.google.protobuf.Empty
CatalogServiceGrpc.CatalogServiceBlockingStub. deleteCatalogItem(DeleteCatalogItemRequest request)
Deletes a catalog item.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
CatalogServiceGrpc.CatalogServiceFutureStub. deleteCatalogItem(DeleteCatalogItemRequest request)
Deletes a catalog item.void
CatalogServiceGrpc.CatalogServiceStub. deleteCatalogItem(DeleteCatalogItemRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a catalog item.DeleteCatalogItemRequest.Builder
DeleteCatalogItemRequest.Builder. mergeFrom(DeleteCatalogItemRequest other)
static DeleteCatalogItemRequest.Builder
DeleteCatalogItemRequest. newBuilder(DeleteCatalogItemRequest prototype)
-
Uses of DeleteCatalogItemRequest in com.google.cloud.recommendationengine.v1beta1.stub
Methods in com.google.cloud.recommendationengine.v1beta1.stub that return types with arguments of type DeleteCatalogItemRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteCatalogItemRequest,com.google.protobuf.Empty>
CatalogServiceStub. deleteCatalogItemCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteCatalogItemRequest,com.google.protobuf.Empty>
GrpcCatalogServiceStub. deleteCatalogItemCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteCatalogItemRequest,com.google.protobuf.Empty>
HttpJsonCatalogServiceStub. deleteCatalogItemCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteCatalogItemRequest,com.google.protobuf.Empty>
CatalogServiceStubSettings.Builder. deleteCatalogItemSettings()
Returns the builder for the settings used for calls to deleteCatalogItem.com.google.api.gax.rpc.UnaryCallSettings<DeleteCatalogItemRequest,com.google.protobuf.Empty>
CatalogServiceStubSettings. deleteCatalogItemSettings()
Returns the object with the settings used for calls to deleteCatalogItem.
-