Uses of Class
com.google.cloud.contentwarehouse.v1.ListDocumentSchemasRequest
-
Packages that use ListDocumentSchemasRequest Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse APIcom.google.cloud.contentwarehouse.v1.stub -
-
Uses of ListDocumentSchemasRequest in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return ListDocumentSchemasRequest Modifier and Type Method Description ListDocumentSchemasRequest
ListDocumentSchemasRequest.Builder. build()
ListDocumentSchemasRequest
ListDocumentSchemasRequest.Builder. buildPartial()
static ListDocumentSchemasRequest
ListDocumentSchemasRequest. getDefaultInstance()
ListDocumentSchemasRequest
ListDocumentSchemasRequest.Builder. getDefaultInstanceForType()
ListDocumentSchemasRequest
ListDocumentSchemasRequest. getDefaultInstanceForType()
static ListDocumentSchemasRequest
ListDocumentSchemasRequest. parseDelimitedFrom(InputStream input)
static ListDocumentSchemasRequest
ListDocumentSchemasRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDocumentSchemasRequest
ListDocumentSchemasRequest. parseFrom(byte[] data)
static ListDocumentSchemasRequest
ListDocumentSchemasRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDocumentSchemasRequest
ListDocumentSchemasRequest. parseFrom(com.google.protobuf.ByteString data)
static ListDocumentSchemasRequest
ListDocumentSchemasRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDocumentSchemasRequest
ListDocumentSchemasRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListDocumentSchemasRequest
ListDocumentSchemasRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDocumentSchemasRequest
ListDocumentSchemasRequest. parseFrom(InputStream input)
static ListDocumentSchemasRequest
ListDocumentSchemasRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDocumentSchemasRequest
ListDocumentSchemasRequest. parseFrom(ByteBuffer data)
static ListDocumentSchemasRequest
ListDocumentSchemasRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type ListDocumentSchemasRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListDocumentSchemasRequest,ListDocumentSchemasResponse>
DocumentSchemaServiceGrpc. getListDocumentSchemasMethod()
com.google.protobuf.Parser<ListDocumentSchemasRequest>
ListDocumentSchemasRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListDocumentSchemasRequest,ListDocumentSchemasResponse>
DocumentSchemaServiceClient. listDocumentSchemasCallable()
Lists document schemas.com.google.api.gax.rpc.UnaryCallable<ListDocumentSchemasRequest,DocumentSchemaServiceClient.ListDocumentSchemasPagedResponse>
DocumentSchemaServiceClient. listDocumentSchemasPagedCallable()
Lists document schemas.com.google.api.gax.rpc.PagedCallSettings.Builder<ListDocumentSchemasRequest,ListDocumentSchemasResponse,DocumentSchemaServiceClient.ListDocumentSchemasPagedResponse>
DocumentSchemaServiceSettings.Builder. listDocumentSchemasSettings()
Returns the builder for the settings used for calls to listDocumentSchemas.com.google.api.gax.rpc.PagedCallSettings<ListDocumentSchemasRequest,ListDocumentSchemasResponse,DocumentSchemaServiceClient.ListDocumentSchemasPagedResponse>
DocumentSchemaServiceSettings. listDocumentSchemasSettings()
Returns the object with the settings used for calls to listDocumentSchemas.static com.google.protobuf.Parser<ListDocumentSchemasRequest>
ListDocumentSchemasRequest. parser()
Methods in com.google.cloud.contentwarehouse.v1 with parameters of type ListDocumentSchemasRequest Modifier and Type Method Description DocumentSchemaServiceClient.ListDocumentSchemasPagedResponse
DocumentSchemaServiceClient. listDocumentSchemas(ListDocumentSchemasRequest request)
Lists document schemas.default void
DocumentSchemaServiceGrpc.AsyncService. listDocumentSchemas(ListDocumentSchemasRequest request, io.grpc.stub.StreamObserver<ListDocumentSchemasResponse> responseObserver)
Lists document schemas.ListDocumentSchemasResponse
DocumentSchemaServiceGrpc.DocumentSchemaServiceBlockingStub. listDocumentSchemas(ListDocumentSchemasRequest request)
Lists document schemas.com.google.common.util.concurrent.ListenableFuture<ListDocumentSchemasResponse>
DocumentSchemaServiceGrpc.DocumentSchemaServiceFutureStub. listDocumentSchemas(ListDocumentSchemasRequest request)
Lists document schemas.void
DocumentSchemaServiceGrpc.DocumentSchemaServiceStub. listDocumentSchemas(ListDocumentSchemasRequest request, io.grpc.stub.StreamObserver<ListDocumentSchemasResponse> responseObserver)
Lists document schemas.ListDocumentSchemasRequest.Builder
ListDocumentSchemasRequest.Builder. mergeFrom(ListDocumentSchemasRequest other)
static ListDocumentSchemasRequest.Builder
ListDocumentSchemasRequest. newBuilder(ListDocumentSchemasRequest prototype)
Method parameters in com.google.cloud.contentwarehouse.v1 with type arguments of type ListDocumentSchemasRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<DocumentSchemaServiceClient.ListDocumentSchemasPagedResponse>
DocumentSchemaServiceClient.ListDocumentSchemasPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDocumentSchemasRequest,ListDocumentSchemasResponse,DocumentSchema> context, com.google.api.core.ApiFuture<ListDocumentSchemasResponse> futureResponse)
protected DocumentSchemaServiceClient.ListDocumentSchemasPage
DocumentSchemaServiceClient.ListDocumentSchemasPage. createPage(com.google.api.gax.rpc.PageContext<ListDocumentSchemasRequest,ListDocumentSchemasResponse,DocumentSchema> context, ListDocumentSchemasResponse response)
com.google.api.core.ApiFuture<DocumentSchemaServiceClient.ListDocumentSchemasPage>
DocumentSchemaServiceClient.ListDocumentSchemasPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDocumentSchemasRequest,ListDocumentSchemasResponse,DocumentSchema> context, com.google.api.core.ApiFuture<ListDocumentSchemasResponse> futureResponse)
-
Uses of ListDocumentSchemasRequest in com.google.cloud.contentwarehouse.v1.stub
-