Uses of Class
com.google.cloud.contentwarehouse.v1.DocumentSchemaServiceClient.ListDocumentSchemasPagedResponse
-
Packages that use DocumentSchemaServiceClient.ListDocumentSchemasPagedResponse Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse APIcom.google.cloud.contentwarehouse.v1.stub -
-
Uses of DocumentSchemaServiceClient.ListDocumentSchemasPagedResponse in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return DocumentSchemaServiceClient.ListDocumentSchemasPagedResponse Modifier and Type Method Description DocumentSchemaServiceClient.ListDocumentSchemasPagedResponse
DocumentSchemaServiceClient. listDocumentSchemas(ListDocumentSchemasRequest request)
Lists document schemas.DocumentSchemaServiceClient.ListDocumentSchemasPagedResponse
DocumentSchemaServiceClient. listDocumentSchemas(LocationName parent)
Lists document schemas.DocumentSchemaServiceClient.ListDocumentSchemasPagedResponse
DocumentSchemaServiceClient. listDocumentSchemas(String parent)
Lists document schemas.Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type DocumentSchemaServiceClient.ListDocumentSchemasPagedResponse 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)
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. -
Uses of DocumentSchemaServiceClient.ListDocumentSchemasPagedResponse in com.google.cloud.contentwarehouse.v1.stub
-