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