Package com.google.pubsub.v1
Class SchemaServiceGrpc
- java.lang.Object
-
- com.google.pubsub.v1.SchemaServiceGrpc
-
@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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(SchemaServiceGrpc.AsyncService service)
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 servicestatic SchemaServiceGrpc.SchemaServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic SchemaServiceGrpc.SchemaServiceStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateSchemaMethod
public static io.grpc.MethodDescriptor<CreateSchemaRequest,Schema> getCreateSchemaMethod()
-
getGetSchemaMethod
public static io.grpc.MethodDescriptor<GetSchemaRequest,Schema> getGetSchemaMethod()
-
getListSchemasMethod
public static io.grpc.MethodDescriptor<ListSchemasRequest,ListSchemasResponse> getListSchemasMethod()
-
getListSchemaRevisionsMethod
public static io.grpc.MethodDescriptor<ListSchemaRevisionsRequest,ListSchemaRevisionsResponse> getListSchemaRevisionsMethod()
-
getCommitSchemaMethod
public static io.grpc.MethodDescriptor<CommitSchemaRequest,Schema> getCommitSchemaMethod()
-
getRollbackSchemaMethod
public static io.grpc.MethodDescriptor<RollbackSchemaRequest,Schema> getRollbackSchemaMethod()
-
getDeleteSchemaRevisionMethod
public static io.grpc.MethodDescriptor<DeleteSchemaRevisionRequest,Schema> getDeleteSchemaRevisionMethod()
-
getDeleteSchemaMethod
public static io.grpc.MethodDescriptor<DeleteSchemaRequest,com.google.protobuf.Empty> getDeleteSchemaMethod()
-
getValidateSchemaMethod
public static io.grpc.MethodDescriptor<ValidateSchemaRequest,ValidateSchemaResponse> getValidateSchemaMethod()
-
getValidateMessageMethod
public static io.grpc.MethodDescriptor<ValidateMessageRequest,ValidateMessageResponse> getValidateMessageMethod()
-
newStub
public static SchemaServiceGrpc.SchemaServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static SchemaServiceGrpc.SchemaServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static SchemaServiceGrpc.SchemaServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(SchemaServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-