All Methods Static Methods Concrete Methods
Modifier and Type |
Method |
Description |
static io.grpc.ServerServiceDefinition |
bindService(RegistryGrpc.AsyncService service) |
|
static io.grpc.MethodDescriptor<CreateApiDeploymentRequest,ApiDeployment> |
getCreateApiDeploymentMethod() |
|
static io.grpc.MethodDescriptor<CreateApiRequest,Api> |
getCreateApiMethod() |
|
static io.grpc.MethodDescriptor<CreateApiSpecRequest,ApiSpec> |
getCreateApiSpecMethod() |
|
static io.grpc.MethodDescriptor<CreateApiVersionRequest,ApiVersion> |
getCreateApiVersionMethod() |
|
static io.grpc.MethodDescriptor<CreateArtifactRequest,Artifact> |
getCreateArtifactMethod() |
|
static io.grpc.MethodDescriptor<DeleteApiDeploymentRequest,com.google.protobuf.Empty> |
getDeleteApiDeploymentMethod() |
|
static io.grpc.MethodDescriptor<DeleteApiDeploymentRevisionRequest,ApiDeployment> |
getDeleteApiDeploymentRevisionMethod() |
|
static io.grpc.MethodDescriptor<DeleteApiRequest,com.google.protobuf.Empty> |
getDeleteApiMethod() |
|
static io.grpc.MethodDescriptor<DeleteApiSpecRequest,com.google.protobuf.Empty> |
getDeleteApiSpecMethod() |
|
static io.grpc.MethodDescriptor<DeleteApiSpecRevisionRequest,ApiSpec> |
getDeleteApiSpecRevisionMethod() |
|
static io.grpc.MethodDescriptor<DeleteApiVersionRequest,com.google.protobuf.Empty> |
getDeleteApiVersionMethod() |
|
static io.grpc.MethodDescriptor<DeleteArtifactRequest,com.google.protobuf.Empty> |
getDeleteArtifactMethod() |
|
static io.grpc.MethodDescriptor<GetApiDeploymentRequest,ApiDeployment> |
getGetApiDeploymentMethod() |
|
static io.grpc.MethodDescriptor<GetApiRequest,Api> |
getGetApiMethod() |
|
static io.grpc.MethodDescriptor<GetApiSpecContentsRequest,com.google.api.HttpBody> |
getGetApiSpecContentsMethod() |
|
static io.grpc.MethodDescriptor<GetApiSpecRequest,ApiSpec> |
getGetApiSpecMethod() |
|
static io.grpc.MethodDescriptor<GetApiVersionRequest,ApiVersion> |
getGetApiVersionMethod() |
|
static io.grpc.MethodDescriptor<GetArtifactContentsRequest,com.google.api.HttpBody> |
getGetArtifactContentsMethod() |
|
static io.grpc.MethodDescriptor<GetArtifactRequest,Artifact> |
getGetArtifactMethod() |
|
static io.grpc.MethodDescriptor<ListApiDeploymentRevisionsRequest,ListApiDeploymentRevisionsResponse> |
getListApiDeploymentRevisionsMethod() |
|
static io.grpc.MethodDescriptor<ListApiDeploymentsRequest,ListApiDeploymentsResponse> |
getListApiDeploymentsMethod() |
|
static io.grpc.MethodDescriptor<ListApisRequest,ListApisResponse> |
getListApisMethod() |
|
static io.grpc.MethodDescriptor<ListApiSpecRevisionsRequest,ListApiSpecRevisionsResponse> |
getListApiSpecRevisionsMethod() |
|
static io.grpc.MethodDescriptor<ListApiSpecsRequest,ListApiSpecsResponse> |
getListApiSpecsMethod() |
|
static io.grpc.MethodDescriptor<ListApiVersionsRequest,ListApiVersionsResponse> |
getListApiVersionsMethod() |
|
static io.grpc.MethodDescriptor<ListArtifactsRequest,ListArtifactsResponse> |
getListArtifactsMethod() |
|
static io.grpc.MethodDescriptor<ReplaceArtifactRequest,Artifact> |
getReplaceArtifactMethod() |
|
static io.grpc.MethodDescriptor<RollbackApiDeploymentRequest,ApiDeployment> |
getRollbackApiDeploymentMethod() |
|
static io.grpc.MethodDescriptor<RollbackApiSpecRequest,ApiSpec> |
getRollbackApiSpecMethod() |
|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
|
static io.grpc.MethodDescriptor<TagApiDeploymentRevisionRequest,ApiDeployment> |
getTagApiDeploymentRevisionMethod() |
|
static io.grpc.MethodDescriptor<TagApiSpecRevisionRequest,ApiSpec> |
getTagApiSpecRevisionMethod() |
|
static io.grpc.MethodDescriptor<UpdateApiDeploymentRequest,ApiDeployment> |
getUpdateApiDeploymentMethod() |
|
static io.grpc.MethodDescriptor<UpdateApiRequest,Api> |
getUpdateApiMethod() |
|
static io.grpc.MethodDescriptor<UpdateApiSpecRequest,ApiSpec> |
getUpdateApiSpecMethod() |
|
static io.grpc.MethodDescriptor<UpdateApiVersionRequest,ApiVersion> |
getUpdateApiVersionMethod() |
|
static RegistryGrpc.RegistryBlockingStub |
newBlockingStub(io.grpc.Channel channel) |
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static RegistryGrpc.RegistryFutureStub |
newFutureStub(io.grpc.Channel channel) |
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static RegistryGrpc.RegistryStub |
newStub(io.grpc.Channel channel) |
Creates a new async stub that supports all call types for the service
|