Uses of Class
com.google.cloud.contentwarehouse.v1.GetDocumentSchemaRequest
-
Packages that use GetDocumentSchemaRequest Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse APIcom.google.cloud.contentwarehouse.v1.stub -
-
Uses of GetDocumentSchemaRequest in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return GetDocumentSchemaRequest Modifier and Type Method Description GetDocumentSchemaRequest
GetDocumentSchemaRequest.Builder. build()
GetDocumentSchemaRequest
GetDocumentSchemaRequest.Builder. buildPartial()
static GetDocumentSchemaRequest
GetDocumentSchemaRequest. getDefaultInstance()
GetDocumentSchemaRequest
GetDocumentSchemaRequest.Builder. getDefaultInstanceForType()
GetDocumentSchemaRequest
GetDocumentSchemaRequest. getDefaultInstanceForType()
static GetDocumentSchemaRequest
GetDocumentSchemaRequest. parseDelimitedFrom(InputStream input)
static GetDocumentSchemaRequest
GetDocumentSchemaRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDocumentSchemaRequest
GetDocumentSchemaRequest. parseFrom(byte[] data)
static GetDocumentSchemaRequest
GetDocumentSchemaRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDocumentSchemaRequest
GetDocumentSchemaRequest. parseFrom(com.google.protobuf.ByteString data)
static GetDocumentSchemaRequest
GetDocumentSchemaRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDocumentSchemaRequest
GetDocumentSchemaRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetDocumentSchemaRequest
GetDocumentSchemaRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDocumentSchemaRequest
GetDocumentSchemaRequest. parseFrom(InputStream input)
static GetDocumentSchemaRequest
GetDocumentSchemaRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDocumentSchemaRequest
GetDocumentSchemaRequest. parseFrom(ByteBuffer data)
static GetDocumentSchemaRequest
GetDocumentSchemaRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type GetDocumentSchemaRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetDocumentSchemaRequest,DocumentSchema>
DocumentSchemaServiceClient. getDocumentSchemaCallable()
Gets a document schema.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDocumentSchemaRequest,DocumentSchema>
DocumentSchemaServiceSettings.Builder. getDocumentSchemaSettings()
Returns the builder for the settings used for calls to getDocumentSchema.com.google.api.gax.rpc.UnaryCallSettings<GetDocumentSchemaRequest,DocumentSchema>
DocumentSchemaServiceSettings. getDocumentSchemaSettings()
Returns the object with the settings used for calls to getDocumentSchema.static io.grpc.MethodDescriptor<GetDocumentSchemaRequest,DocumentSchema>
DocumentSchemaServiceGrpc. getGetDocumentSchemaMethod()
com.google.protobuf.Parser<GetDocumentSchemaRequest>
GetDocumentSchemaRequest. getParserForType()
static com.google.protobuf.Parser<GetDocumentSchemaRequest>
GetDocumentSchemaRequest. parser()
Methods in com.google.cloud.contentwarehouse.v1 with parameters of type GetDocumentSchemaRequest Modifier and Type Method Description DocumentSchema
DocumentSchemaServiceClient. getDocumentSchema(GetDocumentSchemaRequest request)
Gets a document schema.default void
DocumentSchemaServiceGrpc.AsyncService. getDocumentSchema(GetDocumentSchemaRequest request, io.grpc.stub.StreamObserver<DocumentSchema> responseObserver)
Gets a document schema.DocumentSchema
DocumentSchemaServiceGrpc.DocumentSchemaServiceBlockingStub. getDocumentSchema(GetDocumentSchemaRequest request)
Gets a document schema.com.google.common.util.concurrent.ListenableFuture<DocumentSchema>
DocumentSchemaServiceGrpc.DocumentSchemaServiceFutureStub. getDocumentSchema(GetDocumentSchemaRequest request)
Gets a document schema.void
DocumentSchemaServiceGrpc.DocumentSchemaServiceStub. getDocumentSchema(GetDocumentSchemaRequest request, io.grpc.stub.StreamObserver<DocumentSchema> responseObserver)
Gets a document schema.GetDocumentSchemaRequest.Builder
GetDocumentSchemaRequest.Builder. mergeFrom(GetDocumentSchemaRequest other)
static GetDocumentSchemaRequest.Builder
GetDocumentSchemaRequest. newBuilder(GetDocumentSchemaRequest prototype)
-
Uses of GetDocumentSchemaRequest in com.google.cloud.contentwarehouse.v1.stub
Methods in com.google.cloud.contentwarehouse.v1.stub that return types with arguments of type GetDocumentSchemaRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetDocumentSchemaRequest,DocumentSchema>
DocumentSchemaServiceStub. getDocumentSchemaCallable()
com.google.api.gax.rpc.UnaryCallable<GetDocumentSchemaRequest,DocumentSchema>
GrpcDocumentSchemaServiceStub. getDocumentSchemaCallable()
com.google.api.gax.rpc.UnaryCallable<GetDocumentSchemaRequest,DocumentSchema>
HttpJsonDocumentSchemaServiceStub. getDocumentSchemaCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDocumentSchemaRequest,DocumentSchema>
DocumentSchemaServiceStubSettings.Builder. getDocumentSchemaSettings()
Returns the builder for the settings used for calls to getDocumentSchema.com.google.api.gax.rpc.UnaryCallSettings<GetDocumentSchemaRequest,DocumentSchema>
DocumentSchemaServiceStubSettings. getDocumentSchemaSettings()
Returns the object with the settings used for calls to getDocumentSchema.
-