Uses of Class
com.google.cloud.contentwarehouse.v1.ListSynonymSetsRequest
-
Packages that use ListSynonymSetsRequest Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse APIcom.google.cloud.contentwarehouse.v1.stub -
-
Uses of ListSynonymSetsRequest in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return ListSynonymSetsRequest Modifier and Type Method Description ListSynonymSetsRequest
ListSynonymSetsRequest.Builder. build()
ListSynonymSetsRequest
ListSynonymSetsRequest.Builder. buildPartial()
static ListSynonymSetsRequest
ListSynonymSetsRequest. getDefaultInstance()
ListSynonymSetsRequest
ListSynonymSetsRequest.Builder. getDefaultInstanceForType()
ListSynonymSetsRequest
ListSynonymSetsRequest. getDefaultInstanceForType()
static ListSynonymSetsRequest
ListSynonymSetsRequest. parseDelimitedFrom(InputStream input)
static ListSynonymSetsRequest
ListSynonymSetsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSynonymSetsRequest
ListSynonymSetsRequest. parseFrom(byte[] data)
static ListSynonymSetsRequest
ListSynonymSetsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSynonymSetsRequest
ListSynonymSetsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListSynonymSetsRequest
ListSynonymSetsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSynonymSetsRequest
ListSynonymSetsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListSynonymSetsRequest
ListSynonymSetsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSynonymSetsRequest
ListSynonymSetsRequest. parseFrom(InputStream input)
static ListSynonymSetsRequest
ListSynonymSetsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSynonymSetsRequest
ListSynonymSetsRequest. parseFrom(ByteBuffer data)
static ListSynonymSetsRequest
ListSynonymSetsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type ListSynonymSetsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListSynonymSetsRequest,ListSynonymSetsResponse>
SynonymSetServiceGrpc. getListSynonymSetsMethod()
com.google.protobuf.Parser<ListSynonymSetsRequest>
ListSynonymSetsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListSynonymSetsRequest,ListSynonymSetsResponse>
SynonymSetServiceClient. listSynonymSetsCallable()
Returns all SynonymSets (for all contexts) for the specified location.com.google.api.gax.rpc.UnaryCallable<ListSynonymSetsRequest,SynonymSetServiceClient.ListSynonymSetsPagedResponse>
SynonymSetServiceClient. listSynonymSetsPagedCallable()
Returns all SynonymSets (for all contexts) for the specified location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSynonymSetsRequest,ListSynonymSetsResponse,SynonymSetServiceClient.ListSynonymSetsPagedResponse>
SynonymSetServiceSettings.Builder. listSynonymSetsSettings()
Returns the builder for the settings used for calls to listSynonymSets.com.google.api.gax.rpc.PagedCallSettings<ListSynonymSetsRequest,ListSynonymSetsResponse,SynonymSetServiceClient.ListSynonymSetsPagedResponse>
SynonymSetServiceSettings. listSynonymSetsSettings()
Returns the object with the settings used for calls to listSynonymSets.static com.google.protobuf.Parser<ListSynonymSetsRequest>
ListSynonymSetsRequest. parser()
Methods in com.google.cloud.contentwarehouse.v1 with parameters of type ListSynonymSetsRequest Modifier and Type Method Description SynonymSetServiceClient.ListSynonymSetsPagedResponse
SynonymSetServiceClient. listSynonymSets(ListSynonymSetsRequest request)
Returns all SynonymSets (for all contexts) for the specified location.default void
SynonymSetServiceGrpc.AsyncService. listSynonymSets(ListSynonymSetsRequest request, io.grpc.stub.StreamObserver<ListSynonymSetsResponse> responseObserver)
Returns all SynonymSets (for all contexts) for the specified location.ListSynonymSetsResponse
SynonymSetServiceGrpc.SynonymSetServiceBlockingStub. listSynonymSets(ListSynonymSetsRequest request)
Returns all SynonymSets (for all contexts) for the specified location.com.google.common.util.concurrent.ListenableFuture<ListSynonymSetsResponse>
SynonymSetServiceGrpc.SynonymSetServiceFutureStub. listSynonymSets(ListSynonymSetsRequest request)
Returns all SynonymSets (for all contexts) for the specified location.void
SynonymSetServiceGrpc.SynonymSetServiceStub. listSynonymSets(ListSynonymSetsRequest request, io.grpc.stub.StreamObserver<ListSynonymSetsResponse> responseObserver)
Returns all SynonymSets (for all contexts) for the specified location.ListSynonymSetsRequest.Builder
ListSynonymSetsRequest.Builder. mergeFrom(ListSynonymSetsRequest other)
static ListSynonymSetsRequest.Builder
ListSynonymSetsRequest. newBuilder(ListSynonymSetsRequest prototype)
Method parameters in com.google.cloud.contentwarehouse.v1 with type arguments of type ListSynonymSetsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<SynonymSetServiceClient.ListSynonymSetsPagedResponse>
SynonymSetServiceClient.ListSynonymSetsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSynonymSetsRequest,ListSynonymSetsResponse,SynonymSet> context, com.google.api.core.ApiFuture<ListSynonymSetsResponse> futureResponse)
protected SynonymSetServiceClient.ListSynonymSetsPage
SynonymSetServiceClient.ListSynonymSetsPage. createPage(com.google.api.gax.rpc.PageContext<ListSynonymSetsRequest,ListSynonymSetsResponse,SynonymSet> context, ListSynonymSetsResponse response)
com.google.api.core.ApiFuture<SynonymSetServiceClient.ListSynonymSetsPage>
SynonymSetServiceClient.ListSynonymSetsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSynonymSetsRequest,ListSynonymSetsResponse,SynonymSet> context, com.google.api.core.ApiFuture<ListSynonymSetsResponse> futureResponse)
-
Uses of ListSynonymSetsRequest in com.google.cloud.contentwarehouse.v1.stub
Methods in com.google.cloud.contentwarehouse.v1.stub that return types with arguments of type ListSynonymSetsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSynonymSetsRequest,ListSynonymSetsResponse>
GrpcSynonymSetServiceStub. listSynonymSetsCallable()
com.google.api.gax.rpc.UnaryCallable<ListSynonymSetsRequest,ListSynonymSetsResponse>
HttpJsonSynonymSetServiceStub. listSynonymSetsCallable()
com.google.api.gax.rpc.UnaryCallable<ListSynonymSetsRequest,ListSynonymSetsResponse>
SynonymSetServiceStub. listSynonymSetsCallable()
com.google.api.gax.rpc.UnaryCallable<ListSynonymSetsRequest,SynonymSetServiceClient.ListSynonymSetsPagedResponse>
GrpcSynonymSetServiceStub. listSynonymSetsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListSynonymSetsRequest,SynonymSetServiceClient.ListSynonymSetsPagedResponse>
HttpJsonSynonymSetServiceStub. listSynonymSetsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListSynonymSetsRequest,SynonymSetServiceClient.ListSynonymSetsPagedResponse>
SynonymSetServiceStub. listSynonymSetsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListSynonymSetsRequest,ListSynonymSetsResponse,SynonymSetServiceClient.ListSynonymSetsPagedResponse>
SynonymSetServiceStubSettings.Builder. listSynonymSetsSettings()
Returns the builder for the settings used for calls to listSynonymSets.com.google.api.gax.rpc.PagedCallSettings<ListSynonymSetsRequest,ListSynonymSetsResponse,SynonymSetServiceClient.ListSynonymSetsPagedResponse>
SynonymSetServiceStubSettings. listSynonymSetsSettings()
Returns the object with the settings used for calls to listSynonymSets.
-