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