@Generated(value="by gapic-generator-java") public abstract class SchemaServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
Constructor and Description |
---|
SchemaServiceStub() |
Modifier and Type | Method and Description |
---|---|
abstract void |
close() |
com.google.api.gax.rpc.UnaryCallable<CommitSchemaRequest,Schema> |
commitSchemaCallable() |
com.google.api.gax.rpc.UnaryCallable<CreateSchemaRequest,Schema> |
createSchemaCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteSchemaRequest,com.google.protobuf.Empty> |
deleteSchemaCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteSchemaRevisionRequest,Schema> |
deleteSchemaRevisionCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getIamPolicyCallable() |
com.google.api.gax.rpc.UnaryCallable<GetSchemaRequest,Schema> |
getSchemaCallable() |
com.google.api.gax.rpc.UnaryCallable<ListSchemaRevisionsRequest,ListSchemaRevisionsResponse> |
listSchemaRevisionsCallable() |
com.google.api.gax.rpc.UnaryCallable<ListSchemaRevisionsRequest,SchemaServiceClient.ListSchemaRevisionsPagedResponse> |
listSchemaRevisionsPagedCallable() |
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<RollbackSchemaRequest,Schema> |
rollbackSchemaCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
setIamPolicyCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
testIamPermissionsCallable() |
com.google.api.gax.rpc.UnaryCallable<ValidateMessageRequest,ValidateMessageResponse> |
validateMessageCallable() |
com.google.api.gax.rpc.UnaryCallable<ValidateSchemaRequest,ValidateSchemaResponse> |
validateSchemaCallable() |
public com.google.api.gax.rpc.UnaryCallable<CreateSchemaRequest,Schema> createSchemaCallable()
public com.google.api.gax.rpc.UnaryCallable<GetSchemaRequest,Schema> getSchemaCallable()
public com.google.api.gax.rpc.UnaryCallable<ListSchemasRequest,SchemaServiceClient.ListSchemasPagedResponse> listSchemasPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<ListSchemasRequest,ListSchemasResponse> listSchemasCallable()
public com.google.api.gax.rpc.UnaryCallable<ListSchemaRevisionsRequest,SchemaServiceClient.ListSchemaRevisionsPagedResponse> listSchemaRevisionsPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<ListSchemaRevisionsRequest,ListSchemaRevisionsResponse> listSchemaRevisionsCallable()
public com.google.api.gax.rpc.UnaryCallable<CommitSchemaRequest,Schema> commitSchemaCallable()
public com.google.api.gax.rpc.UnaryCallable<RollbackSchemaRequest,Schema> rollbackSchemaCallable()
public com.google.api.gax.rpc.UnaryCallable<DeleteSchemaRevisionRequest,Schema> deleteSchemaRevisionCallable()
public com.google.api.gax.rpc.UnaryCallable<DeleteSchemaRequest,com.google.protobuf.Empty> deleteSchemaCallable()
public com.google.api.gax.rpc.UnaryCallable<ValidateSchemaRequest,ValidateSchemaResponse> validateSchemaCallable()
public com.google.api.gax.rpc.UnaryCallable<ValidateMessageRequest,ValidateMessageResponse> validateMessageCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicyCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicyCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsCallable()
public abstract void close()
close
in interface AutoCloseable
Copyright © 2023 Google LLC. All rights reserved.