@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 class |
SchemaServiceGrpc.SchemaServiceBlockingStub
Service for doing schema-related operations.
|
static class |
SchemaServiceGrpc.SchemaServiceFutureStub
Service for doing schema-related operations.
|
static class |
SchemaServiceGrpc.SchemaServiceImplBase
Service for doing schema-related operations.
|
static class |
SchemaServiceGrpc.SchemaServiceStub
Service for doing schema-related operations.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<CommitSchemaRequest,Schema> |
getCommitSchemaMethod() |
static io.grpc.MethodDescriptor<CreateSchemaRequest,Schema> |
getCreateSchemaMethod() |
static io.grpc.MethodDescriptor<DeleteSchemaRequest,com.google.protobuf.Empty> |
getDeleteSchemaMethod() |
static io.grpc.MethodDescriptor<DeleteSchemaRevisionRequest,Schema> |
getDeleteSchemaRevisionMethod() |
static io.grpc.MethodDescriptor<GetSchemaRequest,Schema> |
getGetSchemaMethod() |
static io.grpc.MethodDescriptor<ListSchemaRevisionsRequest,ListSchemaRevisionsResponse> |
getListSchemaRevisionsMethod() |
static io.grpc.MethodDescriptor<ListSchemasRequest,ListSchemasResponse> |
getListSchemasMethod() |
static io.grpc.MethodDescriptor<RollbackSchemaRequest,Schema> |
getRollbackSchemaMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<ValidateMessageRequest,ValidateMessageResponse> |
getValidateMessageMethod() |
static io.grpc.MethodDescriptor<ValidateSchemaRequest,ValidateSchemaResponse> |
getValidateSchemaMethod() |
static SchemaServiceGrpc.SchemaServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static SchemaServiceGrpc.SchemaServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static SchemaServiceGrpc.SchemaServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<CreateSchemaRequest,Schema> getCreateSchemaMethod()
public static io.grpc.MethodDescriptor<GetSchemaRequest,Schema> getGetSchemaMethod()
public static io.grpc.MethodDescriptor<ListSchemasRequest,ListSchemasResponse> getListSchemasMethod()
public static io.grpc.MethodDescriptor<ListSchemaRevisionsRequest,ListSchemaRevisionsResponse> getListSchemaRevisionsMethod()
public static io.grpc.MethodDescriptor<CommitSchemaRequest,Schema> getCommitSchemaMethod()
public static io.grpc.MethodDescriptor<RollbackSchemaRequest,Schema> getRollbackSchemaMethod()
public static io.grpc.MethodDescriptor<DeleteSchemaRevisionRequest,Schema> getDeleteSchemaRevisionMethod()
public static io.grpc.MethodDescriptor<DeleteSchemaRequest,com.google.protobuf.Empty> getDeleteSchemaMethod()
public static io.grpc.MethodDescriptor<ValidateSchemaRequest,ValidateSchemaResponse> getValidateSchemaMethod()
public static io.grpc.MethodDescriptor<ValidateMessageRequest,ValidateMessageResponse> getValidateMessageMethod()
public static SchemaServiceGrpc.SchemaServiceStub newStub(io.grpc.Channel channel)
public static SchemaServiceGrpc.SchemaServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static SchemaServiceGrpc.SchemaServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.