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 DocumentSchemaServiceSettingsDocumentSchemaServiceSettings. 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 DocumentSchemaServiceStubSettingsDocumentSchemaServiceStubSettings.Builder. build()Methods in com.google.cloud.contentwarehouse.v1.stub with parameters of type DocumentSchemaServiceStubSettings Modifier and Type Method Description static GrpcDocumentSchemaServiceStubGrpcDocumentSchemaServiceStub. create(DocumentSchemaServiceStubSettings settings)static HttpJsonDocumentSchemaServiceStubHttpJsonDocumentSchemaServiceStub. 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.
-