Uses of Class
com.google.cloud.contentwarehouse.v1.DeleteSynonymSetRequest
-
Packages that use DeleteSynonymSetRequest Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse APIcom.google.cloud.contentwarehouse.v1.stub -
-
Uses of DeleteSynonymSetRequest in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return DeleteSynonymSetRequest Modifier and Type Method Description DeleteSynonymSetRequest
DeleteSynonymSetRequest.Builder. build()
DeleteSynonymSetRequest
DeleteSynonymSetRequest.Builder. buildPartial()
static DeleteSynonymSetRequest
DeleteSynonymSetRequest. getDefaultInstance()
DeleteSynonymSetRequest
DeleteSynonymSetRequest.Builder. getDefaultInstanceForType()
DeleteSynonymSetRequest
DeleteSynonymSetRequest. getDefaultInstanceForType()
static DeleteSynonymSetRequest
DeleteSynonymSetRequest. parseDelimitedFrom(InputStream input)
static DeleteSynonymSetRequest
DeleteSynonymSetRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteSynonymSetRequest
DeleteSynonymSetRequest. parseFrom(byte[] data)
static DeleteSynonymSetRequest
DeleteSynonymSetRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteSynonymSetRequest
DeleteSynonymSetRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteSynonymSetRequest
DeleteSynonymSetRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteSynonymSetRequest
DeleteSynonymSetRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteSynonymSetRequest
DeleteSynonymSetRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteSynonymSetRequest
DeleteSynonymSetRequest. parseFrom(InputStream input)
static DeleteSynonymSetRequest
DeleteSynonymSetRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteSynonymSetRequest
DeleteSynonymSetRequest. parseFrom(ByteBuffer data)
static DeleteSynonymSetRequest
DeleteSynonymSetRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type DeleteSynonymSetRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteSynonymSetRequest,com.google.protobuf.Empty>
SynonymSetServiceClient. deleteSynonymSetCallable()
Deletes a SynonymSet for a given context.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteSynonymSetRequest,com.google.protobuf.Empty>
SynonymSetServiceSettings.Builder. deleteSynonymSetSettings()
Returns the builder for the settings used for calls to deleteSynonymSet.com.google.api.gax.rpc.UnaryCallSettings<DeleteSynonymSetRequest,com.google.protobuf.Empty>
SynonymSetServiceSettings. deleteSynonymSetSettings()
Returns the object with the settings used for calls to deleteSynonymSet.static io.grpc.MethodDescriptor<DeleteSynonymSetRequest,com.google.protobuf.Empty>
SynonymSetServiceGrpc. getDeleteSynonymSetMethod()
com.google.protobuf.Parser<DeleteSynonymSetRequest>
DeleteSynonymSetRequest. getParserForType()
static com.google.protobuf.Parser<DeleteSynonymSetRequest>
DeleteSynonymSetRequest. parser()
Methods in com.google.cloud.contentwarehouse.v1 with parameters of type DeleteSynonymSetRequest Modifier and Type Method Description void
SynonymSetServiceClient. deleteSynonymSet(DeleteSynonymSetRequest request)
Deletes a SynonymSet for a given context.default void
SynonymSetServiceGrpc.AsyncService. deleteSynonymSet(DeleteSynonymSetRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a SynonymSet for a given context.com.google.protobuf.Empty
SynonymSetServiceGrpc.SynonymSetServiceBlockingStub. deleteSynonymSet(DeleteSynonymSetRequest request)
Deletes a SynonymSet for a given context.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
SynonymSetServiceGrpc.SynonymSetServiceFutureStub. deleteSynonymSet(DeleteSynonymSetRequest request)
Deletes a SynonymSet for a given context.void
SynonymSetServiceGrpc.SynonymSetServiceStub. deleteSynonymSet(DeleteSynonymSetRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a SynonymSet for a given context.DeleteSynonymSetRequest.Builder
DeleteSynonymSetRequest.Builder. mergeFrom(DeleteSynonymSetRequest other)
static DeleteSynonymSetRequest.Builder
DeleteSynonymSetRequest. newBuilder(DeleteSynonymSetRequest prototype)
-
Uses of DeleteSynonymSetRequest in com.google.cloud.contentwarehouse.v1.stub
Methods in com.google.cloud.contentwarehouse.v1.stub that return types with arguments of type DeleteSynonymSetRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteSynonymSetRequest,com.google.protobuf.Empty>
GrpcSynonymSetServiceStub. deleteSynonymSetCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteSynonymSetRequest,com.google.protobuf.Empty>
HttpJsonSynonymSetServiceStub. deleteSynonymSetCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteSynonymSetRequest,com.google.protobuf.Empty>
SynonymSetServiceStub. deleteSynonymSetCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteSynonymSetRequest,com.google.protobuf.Empty>
SynonymSetServiceStubSettings.Builder. deleteSynonymSetSettings()
Returns the builder for the settings used for calls to deleteSynonymSet.com.google.api.gax.rpc.UnaryCallSettings<DeleteSynonymSetRequest,com.google.protobuf.Empty>
SynonymSetServiceStubSettings. deleteSynonymSetSettings()
Returns the object with the settings used for calls to deleteSynonymSet.
-