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 ListDocumentSchemasRequestListDocumentSchemasRequest.Builder. build()ListDocumentSchemasRequestListDocumentSchemasRequest.Builder. buildPartial()static ListDocumentSchemasRequestListDocumentSchemasRequest. getDefaultInstance()ListDocumentSchemasRequestListDocumentSchemasRequest.Builder. getDefaultInstanceForType()ListDocumentSchemasRequestListDocumentSchemasRequest. getDefaultInstanceForType()static ListDocumentSchemasRequestListDocumentSchemasRequest. parseDelimitedFrom(InputStream input)static ListDocumentSchemasRequestListDocumentSchemasRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDocumentSchemasRequestListDocumentSchemasRequest. parseFrom(byte[] data)static ListDocumentSchemasRequestListDocumentSchemasRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDocumentSchemasRequestListDocumentSchemasRequest. parseFrom(com.google.protobuf.ByteString data)static ListDocumentSchemasRequestListDocumentSchemasRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDocumentSchemasRequestListDocumentSchemasRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListDocumentSchemasRequestListDocumentSchemasRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDocumentSchemasRequestListDocumentSchemasRequest. parseFrom(InputStream input)static ListDocumentSchemasRequestListDocumentSchemasRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDocumentSchemasRequestListDocumentSchemasRequest. parseFrom(ByteBuffer data)static ListDocumentSchemasRequestListDocumentSchemasRequest. 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.ListDocumentSchemasPagedResponseDocumentSchemaServiceClient. listDocumentSchemas(ListDocumentSchemasRequest request)Lists document schemas.default voidDocumentSchemaServiceGrpc.AsyncService. listDocumentSchemas(ListDocumentSchemasRequest request, io.grpc.stub.StreamObserver<ListDocumentSchemasResponse> responseObserver)Lists document schemas.ListDocumentSchemasResponseDocumentSchemaServiceGrpc.DocumentSchemaServiceBlockingStub. listDocumentSchemas(ListDocumentSchemasRequest request)Lists document schemas.com.google.common.util.concurrent.ListenableFuture<ListDocumentSchemasResponse>DocumentSchemaServiceGrpc.DocumentSchemaServiceFutureStub. listDocumentSchemas(ListDocumentSchemasRequest request)Lists document schemas.voidDocumentSchemaServiceGrpc.DocumentSchemaServiceStub. listDocumentSchemas(ListDocumentSchemasRequest request, io.grpc.stub.StreamObserver<ListDocumentSchemasResponse> responseObserver)Lists document schemas.ListDocumentSchemasRequest.BuilderListDocumentSchemasRequest.Builder. mergeFrom(ListDocumentSchemasRequest other)static ListDocumentSchemasRequest.BuilderListDocumentSchemasRequest. 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.ListDocumentSchemasPageDocumentSchemaServiceClient.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
-