@Generated(value="by gRPC proto compiler", comments="Source: google/pubsub/v1/schema.proto") public final class SchemaServiceGrpc extends Object
Service for doing schema-related operations.
Modifier and Type | Class and Description |
---|---|
static interface |
SchemaServiceGrpc.AsyncService
Service for doing schema-related operations.
|
static class |
SchemaServiceGrpc.SchemaServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service SchemaService.
|
static class |
SchemaServiceGrpc.SchemaServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service SchemaService.
|
static class |
SchemaServiceGrpc.SchemaServiceImplBase
Base class for the server implementation of the service SchemaService.
|
static class |
SchemaServiceGrpc.SchemaServiceStub
A stub to allow clients to do asynchronous rpc calls to service SchemaService.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static MethodDescriptor<CreateSchemaRequest,Schema> getCreateSchemaMethod()
public static MethodDescriptor<GetSchemaRequest,Schema> getGetSchemaMethod()
public static MethodDescriptor<ListSchemasRequest,ListSchemasResponse> getListSchemasMethod()
public static MethodDescriptor<ListSchemaRevisionsRequest,ListSchemaRevisionsResponse> getListSchemaRevisionsMethod()
public static MethodDescriptor<CommitSchemaRequest,Schema> getCommitSchemaMethod()
public static MethodDescriptor<RollbackSchemaRequest,Schema> getRollbackSchemaMethod()
public static MethodDescriptor<DeleteSchemaRevisionRequest,Schema> getDeleteSchemaRevisionMethod()
public static MethodDescriptor<DeleteSchemaRequest,com.google.protobuf.Empty> getDeleteSchemaMethod()
public static MethodDescriptor<ValidateSchemaRequest,ValidateSchemaResponse> getValidateSchemaMethod()
public static MethodDescriptor<ValidateMessageRequest,ValidateMessageResponse> getValidateMessageMethod()
public static SchemaServiceGrpc.SchemaServiceStub newStub(Channel channel)
public static SchemaServiceGrpc.SchemaServiceBlockingStub newBlockingStub(Channel channel)
public static SchemaServiceGrpc.SchemaServiceFutureStub newFutureStub(Channel channel)
public static final ServerServiceDefinition bindService(SchemaServiceGrpc.AsyncService service)
public static ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.