Class SchemaServiceStub (1.129.1)

public abstract class SchemaServiceStub implements BackgroundResource

Base stub class for the SchemaService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > SchemaServiceStub

Implements

BackgroundResource

Constructors

SchemaServiceStub()

public SchemaServiceStub()

Methods

close()

public abstract void close()

commitSchemaCallable()

public UnaryCallable<CommitSchemaRequest,Schema> commitSchemaCallable()
Returns
Type Description
UnaryCallable<CommitSchemaRequest,Schema>

createSchemaCallable()

public UnaryCallable<CreateSchemaRequest,Schema> createSchemaCallable()
Returns
Type Description
UnaryCallable<CreateSchemaRequest,Schema>

deleteSchemaCallable()

public UnaryCallable<DeleteSchemaRequest,Empty> deleteSchemaCallable()
Returns
Type Description
UnaryCallable<DeleteSchemaRequest,Empty>

deleteSchemaRevisionCallable()

public UnaryCallable<DeleteSchemaRevisionRequest,Schema> deleteSchemaRevisionCallable()
Returns
Type Description
UnaryCallable<DeleteSchemaRevisionRequest,Schema>

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getSchemaCallable()

public UnaryCallable<GetSchemaRequest,Schema> getSchemaCallable()
Returns
Type Description
UnaryCallable<GetSchemaRequest,Schema>

listSchemaRevisionsCallable()

public UnaryCallable<ListSchemaRevisionsRequest,ListSchemaRevisionsResponse> listSchemaRevisionsCallable()
Returns
Type Description
UnaryCallable<ListSchemaRevisionsRequest,ListSchemaRevisionsResponse>

listSchemaRevisionsPagedCallable()

public UnaryCallable<ListSchemaRevisionsRequest,SchemaServiceClient.ListSchemaRevisionsPagedResponse> listSchemaRevisionsPagedCallable()
Returns
Type Description
UnaryCallable<ListSchemaRevisionsRequest,ListSchemaRevisionsPagedResponse>

listSchemasCallable()

public UnaryCallable<ListSchemasRequest,ListSchemasResponse> listSchemasCallable()
Returns
Type Description
UnaryCallable<ListSchemasRequest,ListSchemasResponse>

listSchemasPagedCallable()

public UnaryCallable<ListSchemasRequest,SchemaServiceClient.ListSchemasPagedResponse> listSchemasPagedCallable()
Returns
Type Description
UnaryCallable<ListSchemasRequest,ListSchemasPagedResponse>

rollbackSchemaCallable()

public UnaryCallable<RollbackSchemaRequest,Schema> rollbackSchemaCallable()
Returns
Type Description
UnaryCallable<RollbackSchemaRequest,Schema>

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

validateMessageCallable()

public UnaryCallable<ValidateMessageRequest,ValidateMessageResponse> validateMessageCallable()
Returns
Type Description
UnaryCallable<ValidateMessageRequest,ValidateMessageResponse>

validateSchemaCallable()

public UnaryCallable<ValidateSchemaRequest,ValidateSchemaResponse> validateSchemaCallable()
Returns
Type Description
UnaryCallable<ValidateSchemaRequest,ValidateSchemaResponse>