Uses of Class
com.google.cloud.contentwarehouse.v1.stub.DocumentSchemaServiceStubSettings
-
Packages that use DocumentSchemaServiceStubSettings Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse APIcom.google.cloud.contentwarehouse.v1.stub -
-
Uses of DocumentSchemaServiceStubSettings in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 with parameters of type DocumentSchemaServiceStubSettings Modifier and Type Method Description static DocumentSchemaServiceSettings
DocumentSchemaServiceSettings. create(DocumentSchemaServiceStubSettings stub)
-
Uses of DocumentSchemaServiceStubSettings in com.google.cloud.contentwarehouse.v1.stub
Methods in com.google.cloud.contentwarehouse.v1.stub that return DocumentSchemaServiceStubSettings Modifier and Type Method Description DocumentSchemaServiceStubSettings
DocumentSchemaServiceStubSettings.Builder. build()
Methods in com.google.cloud.contentwarehouse.v1.stub with parameters of type DocumentSchemaServiceStubSettings Modifier and Type Method Description static GrpcDocumentSchemaServiceStub
GrpcDocumentSchemaServiceStub. create(DocumentSchemaServiceStubSettings settings)
static HttpJsonDocumentSchemaServiceStub
HttpJsonDocumentSchemaServiceStub. create(DocumentSchemaServiceStubSettings settings)
Constructors in com.google.cloud.contentwarehouse.v1.stub with parameters of type DocumentSchemaServiceStubSettings Constructor Description Builder(DocumentSchemaServiceStubSettings settings)
GrpcDocumentSchemaServiceStub(DocumentSchemaServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcDocumentSchemaServiceStub, using the given settings.GrpcDocumentSchemaServiceStub(DocumentSchemaServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcDocumentSchemaServiceStub, using the given settings.HttpJsonDocumentSchemaServiceStub(DocumentSchemaServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonDocumentSchemaServiceStub, using the given settings.HttpJsonDocumentSchemaServiceStub(DocumentSchemaServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonDocumentSchemaServiceStub, using the given settings.
-