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