public static final class SchemaServiceGrpc.SchemaServiceFutureStub extends AbstractFutureStub<SchemaServiceGrpc.SchemaServiceFutureStub>
Service for doing schema-related operations.
AbstractStub.StubFactory<T extends AbstractStub<T>>
Modifier and Type | Method and Description |
---|---|
protected SchemaServiceGrpc.SchemaServiceFutureStub |
build(Channel channel,
CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<Schema> |
commitSchema(CommitSchemaRequest request)
Commits a new schema revision to an existing schema.
|
com.google.common.util.concurrent.ListenableFuture<Schema> |
createSchema(CreateSchemaRequest request)
Creates a schema.
|
com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> |
deleteSchema(DeleteSchemaRequest request)
Deletes a schema.
|
com.google.common.util.concurrent.ListenableFuture<Schema> |
deleteSchemaRevision(DeleteSchemaRevisionRequest request)
Deletes a specific schema revision.
|
com.google.common.util.concurrent.ListenableFuture<Schema> |
getSchema(GetSchemaRequest request)
Gets a schema.
|
com.google.common.util.concurrent.ListenableFuture<ListSchemaRevisionsResponse> |
listSchemaRevisions(ListSchemaRevisionsRequest request)
Lists all schema revisions for the named schema.
|
com.google.common.util.concurrent.ListenableFuture<ListSchemasResponse> |
listSchemas(ListSchemasRequest request)
Lists schemas in a project.
|
com.google.common.util.concurrent.ListenableFuture<Schema> |
rollbackSchema(RollbackSchemaRequest request)
Creates a new schema revision that is a copy of the provided revision_id.
|
com.google.common.util.concurrent.ListenableFuture<ValidateMessageResponse> |
validateMessage(ValidateMessageRequest request)
Validates a message against a schema.
|
com.google.common.util.concurrent.ListenableFuture<ValidateSchemaResponse> |
validateSchema(ValidateSchemaRequest request)
Validates a schema.
|
newStub, newStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
protected SchemaServiceGrpc.SchemaServiceFutureStub build(Channel channel, CallOptions callOptions)
build
in class AbstractStub<SchemaServiceGrpc.SchemaServiceFutureStub>
public com.google.common.util.concurrent.ListenableFuture<Schema> createSchema(CreateSchemaRequest request)
Creates a schema.
public com.google.common.util.concurrent.ListenableFuture<Schema> getSchema(GetSchemaRequest request)
Gets a schema.
public com.google.common.util.concurrent.ListenableFuture<ListSchemasResponse> listSchemas(ListSchemasRequest request)
Lists schemas in a project.
public com.google.common.util.concurrent.ListenableFuture<ListSchemaRevisionsResponse> listSchemaRevisions(ListSchemaRevisionsRequest request)
Lists all schema revisions for the named schema.
public com.google.common.util.concurrent.ListenableFuture<Schema> commitSchema(CommitSchemaRequest request)
Commits a new schema revision to an existing schema.
public com.google.common.util.concurrent.ListenableFuture<Schema> rollbackSchema(RollbackSchemaRequest request)
Creates a new schema revision that is a copy of the provided revision_id.
public com.google.common.util.concurrent.ListenableFuture<Schema> deleteSchemaRevision(DeleteSchemaRevisionRequest request)
Deletes a specific schema revision.
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> deleteSchema(DeleteSchemaRequest request)
Deletes a schema.
public com.google.common.util.concurrent.ListenableFuture<ValidateSchemaResponse> validateSchema(ValidateSchemaRequest request)
Validates a schema.
public com.google.common.util.concurrent.ListenableFuture<ValidateMessageResponse> validateMessage(ValidateMessageRequest request)
Validates a message against a schema.
Copyright © 2023 Google LLC. All rights reserved.