Class SchemaServiceStub
- java.lang.Object
-
- com.google.cloud.discoveryengine.v1.stub.SchemaServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcSchemaServiceStub
,HttpJsonSchemaServiceStub
@Generated("by gapic-generator-java") public abstract class SchemaServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the SchemaService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description SchemaServiceStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
close()
com.google.api.gax.rpc.UnaryCallable<CreateSchemaRequest,com.google.longrunning.Operation>
createSchemaCallable()
com.google.api.gax.rpc.OperationCallable<CreateSchemaRequest,Schema,CreateSchemaMetadata>
createSchemaOperationCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteSchemaRequest,com.google.longrunning.Operation>
deleteSchemaCallable()
com.google.api.gax.rpc.OperationCallable<DeleteSchemaRequest,com.google.protobuf.Empty,DeleteSchemaMetadata>
deleteSchemaOperationCallable()
com.google.api.gax.httpjson.longrunning.stub.OperationsStub
getHttpJsonOperationsStub()
com.google.longrunning.stub.OperationsStub
getOperationsStub()
com.google.api.gax.rpc.UnaryCallable<GetSchemaRequest,Schema>
getSchemaCallable()
com.google.api.gax.rpc.UnaryCallable<ListSchemasRequest,ListSchemasResponse>
listSchemasCallable()
com.google.api.gax.rpc.UnaryCallable<ListSchemasRequest,SchemaServiceClient.ListSchemasPagedResponse>
listSchemasPagedCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateSchemaRequest,com.google.longrunning.Operation>
updateSchemaCallable()
com.google.api.gax.rpc.OperationCallable<UpdateSchemaRequest,Schema,UpdateSchemaMetadata>
updateSchemaOperationCallable()
-
-
-
Method Detail
-
getOperationsStub
public com.google.longrunning.stub.OperationsStub getOperationsStub()
-
getHttpJsonOperationsStub
public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub()
-
getSchemaCallable
public com.google.api.gax.rpc.UnaryCallable<GetSchemaRequest,Schema> getSchemaCallable()
-
listSchemasPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListSchemasRequest,SchemaServiceClient.ListSchemasPagedResponse> listSchemasPagedCallable()
-
listSchemasCallable
public com.google.api.gax.rpc.UnaryCallable<ListSchemasRequest,ListSchemasResponse> listSchemasCallable()
-
createSchemaOperationCallable
public com.google.api.gax.rpc.OperationCallable<CreateSchemaRequest,Schema,CreateSchemaMetadata> createSchemaOperationCallable()
-
createSchemaCallable
public com.google.api.gax.rpc.UnaryCallable<CreateSchemaRequest,com.google.longrunning.Operation> createSchemaCallable()
-
updateSchemaOperationCallable
public com.google.api.gax.rpc.OperationCallable<UpdateSchemaRequest,Schema,UpdateSchemaMetadata> updateSchemaOperationCallable()
-
updateSchemaCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateSchemaRequest,com.google.longrunning.Operation> updateSchemaCallable()
-
deleteSchemaOperationCallable
public com.google.api.gax.rpc.OperationCallable<DeleteSchemaRequest,com.google.protobuf.Empty,DeleteSchemaMetadata> deleteSchemaOperationCallable()
-
deleteSchemaCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteSchemaRequest,com.google.longrunning.Operation> deleteSchemaCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-