Class DocumentSchemaServiceStub
- java.lang.Object
-
- com.google.cloud.contentwarehouse.v1.stub.DocumentSchemaServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcDocumentSchemaServiceStub
,HttpJsonDocumentSchemaServiceStub
@Generated("by gapic-generator-java") public abstract class DocumentSchemaServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the DocumentSchemaService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description DocumentSchemaServiceStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
close()
com.google.api.gax.rpc.UnaryCallable<CreateDocumentSchemaRequest,DocumentSchema>
createDocumentSchemaCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteDocumentSchemaRequest,com.google.protobuf.Empty>
deleteDocumentSchemaCallable()
com.google.api.gax.rpc.UnaryCallable<GetDocumentSchemaRequest,DocumentSchema>
getDocumentSchemaCallable()
com.google.api.gax.rpc.UnaryCallable<ListDocumentSchemasRequest,ListDocumentSchemasResponse>
listDocumentSchemasCallable()
com.google.api.gax.rpc.UnaryCallable<ListDocumentSchemasRequest,DocumentSchemaServiceClient.ListDocumentSchemasPagedResponse>
listDocumentSchemasPagedCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateDocumentSchemaRequest,DocumentSchema>
updateDocumentSchemaCallable()
-
-
-
Method Detail
-
createDocumentSchemaCallable
public com.google.api.gax.rpc.UnaryCallable<CreateDocumentSchemaRequest,DocumentSchema> createDocumentSchemaCallable()
-
updateDocumentSchemaCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateDocumentSchemaRequest,DocumentSchema> updateDocumentSchemaCallable()
-
getDocumentSchemaCallable
public com.google.api.gax.rpc.UnaryCallable<GetDocumentSchemaRequest,DocumentSchema> getDocumentSchemaCallable()
-
deleteDocumentSchemaCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteDocumentSchemaRequest,com.google.protobuf.Empty> deleteDocumentSchemaCallable()
-
listDocumentSchemasPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListDocumentSchemasRequest,DocumentSchemaServiceClient.ListDocumentSchemasPagedResponse> listDocumentSchemasPagedCallable()
-
listDocumentSchemasCallable
public com.google.api.gax.rpc.UnaryCallable<ListDocumentSchemasRequest,ListDocumentSchemasResponse> listDocumentSchemasCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-