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 UpdateSynonymSetRequestUpdateSynonymSetRequest.Builder. build()UpdateSynonymSetRequestUpdateSynonymSetRequest.Builder. buildPartial()static UpdateSynonymSetRequestUpdateSynonymSetRequest. getDefaultInstance()UpdateSynonymSetRequestUpdateSynonymSetRequest.Builder. getDefaultInstanceForType()UpdateSynonymSetRequestUpdateSynonymSetRequest. getDefaultInstanceForType()static UpdateSynonymSetRequestUpdateSynonymSetRequest. parseDelimitedFrom(InputStream input)static UpdateSynonymSetRequestUpdateSynonymSetRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSynonymSetRequestUpdateSynonymSetRequest. parseFrom(byte[] data)static UpdateSynonymSetRequestUpdateSynonymSetRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSynonymSetRequestUpdateSynonymSetRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateSynonymSetRequestUpdateSynonymSetRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSynonymSetRequestUpdateSynonymSetRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateSynonymSetRequestUpdateSynonymSetRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSynonymSetRequestUpdateSynonymSetRequest. parseFrom(InputStream input)static UpdateSynonymSetRequestUpdateSynonymSetRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSynonymSetRequestUpdateSynonymSetRequest. parseFrom(ByteBuffer data)static UpdateSynonymSetRequestUpdateSynonymSetRequest. 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.BuilderUpdateSynonymSetRequest.Builder. mergeFrom(UpdateSynonymSetRequest other)static UpdateSynonymSetRequest.BuilderUpdateSynonymSetRequest. newBuilder(UpdateSynonymSetRequest prototype)SynonymSetSynonymSetServiceClient. updateSynonymSet(UpdateSynonymSetRequest request)Remove the existing SynonymSet for the context and replaces it with a new one.default voidSynonymSetServiceGrpc.AsyncService. updateSynonymSet(UpdateSynonymSetRequest request, io.grpc.stub.StreamObserver<SynonymSet> responseObserver)Remove the existing SynonymSet for the context and replaces it with a new one.SynonymSetSynonymSetServiceGrpc.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.voidSynonymSetServiceGrpc.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.
-