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 DeleteCatalogItemRequestDeleteCatalogItemRequest.Builder. build()DeleteCatalogItemRequestDeleteCatalogItemRequest.Builder. buildPartial()static DeleteCatalogItemRequestDeleteCatalogItemRequest. getDefaultInstance()DeleteCatalogItemRequestDeleteCatalogItemRequest.Builder. getDefaultInstanceForType()DeleteCatalogItemRequestDeleteCatalogItemRequest. getDefaultInstanceForType()static DeleteCatalogItemRequestDeleteCatalogItemRequest. parseDelimitedFrom(InputStream input)static DeleteCatalogItemRequestDeleteCatalogItemRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteCatalogItemRequestDeleteCatalogItemRequest. parseFrom(byte[] data)static DeleteCatalogItemRequestDeleteCatalogItemRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteCatalogItemRequestDeleteCatalogItemRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteCatalogItemRequestDeleteCatalogItemRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteCatalogItemRequestDeleteCatalogItemRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteCatalogItemRequestDeleteCatalogItemRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteCatalogItemRequestDeleteCatalogItemRequest. parseFrom(InputStream input)static DeleteCatalogItemRequestDeleteCatalogItemRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteCatalogItemRequestDeleteCatalogItemRequest. parseFrom(ByteBuffer data)static DeleteCatalogItemRequestDeleteCatalogItemRequest. 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 voidCatalogServiceClient. deleteCatalogItem(DeleteCatalogItemRequest request)Deletes a catalog item.default voidCatalogServiceGrpc.AsyncService. deleteCatalogItem(DeleteCatalogItemRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a catalog item.com.google.protobuf.EmptyCatalogServiceGrpc.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.voidCatalogServiceGrpc.CatalogServiceStub. deleteCatalogItem(DeleteCatalogItemRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a catalog item.DeleteCatalogItemRequest.BuilderDeleteCatalogItemRequest.Builder. mergeFrom(DeleteCatalogItemRequest other)static DeleteCatalogItemRequest.BuilderDeleteCatalogItemRequest. 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.
-