public final class ApiHubGrpc
This service provides all methods related to the API hub.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
Type |
Description |
String |
|
Static Methods
bindService(ApiHubGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(ApiHubGrpc.AsyncService service)
Returns |
Type |
Description |
io.grpc.ServerServiceDefinition |
|
getCreateApiMethod()
public static MethodDescriptor<CreateApiRequest,Api> getCreateApiMethod()
getCreateAttributeMethod()
public static MethodDescriptor<CreateAttributeRequest,Attribute> getCreateAttributeMethod()
getCreateDeploymentMethod()
public static MethodDescriptor<CreateDeploymentRequest,Deployment> getCreateDeploymentMethod()
getCreateExternalApiMethod()
public static MethodDescriptor<CreateExternalApiRequest,ExternalApi> getCreateExternalApiMethod()
getCreateSpecMethod()
public static MethodDescriptor<CreateSpecRequest,Spec> getCreateSpecMethod()
getCreateVersionMethod()
public static MethodDescriptor<CreateVersionRequest,Version> getCreateVersionMethod()
getDeleteApiMethod()
public static MethodDescriptor<DeleteApiRequest,Empty> getDeleteApiMethod()
getDeleteAttributeMethod()
public static MethodDescriptor<DeleteAttributeRequest,Empty> getDeleteAttributeMethod()
getDeleteDeploymentMethod()
public static MethodDescriptor<DeleteDeploymentRequest,Empty> getDeleteDeploymentMethod()
getDeleteExternalApiMethod()
public static MethodDescriptor<DeleteExternalApiRequest,Empty> getDeleteExternalApiMethod()
getDeleteSpecMethod()
public static MethodDescriptor<DeleteSpecRequest,Empty> getDeleteSpecMethod()
getDeleteVersionMethod()
public static MethodDescriptor<DeleteVersionRequest,Empty> getDeleteVersionMethod()
getGetApiMethod()
public static MethodDescriptor<GetApiRequest,Api> getGetApiMethod()
getGetApiOperationMethod()
public static MethodDescriptor<GetApiOperationRequest,ApiOperation> getGetApiOperationMethod()
getGetAttributeMethod()
public static MethodDescriptor<GetAttributeRequest,Attribute> getGetAttributeMethod()
getGetDefinitionMethod()
public static MethodDescriptor<GetDefinitionRequest,Definition> getGetDefinitionMethod()
getGetDeploymentMethod()
public static MethodDescriptor<GetDeploymentRequest,Deployment> getGetDeploymentMethod()
getGetExternalApiMethod()
public static MethodDescriptor<GetExternalApiRequest,ExternalApi> getGetExternalApiMethod()
getGetSpecContentsMethod()
public static MethodDescriptor<GetSpecContentsRequest,SpecContents> getGetSpecContentsMethod()
getGetSpecMethod()
public static MethodDescriptor<GetSpecRequest,Spec> getGetSpecMethod()
getGetVersionMethod()
public static MethodDescriptor<GetVersionRequest,Version> getGetVersionMethod()
getListApiOperationsMethod()
public static MethodDescriptor<ListApiOperationsRequest,ListApiOperationsResponse> getListApiOperationsMethod()
getListApisMethod()
public static MethodDescriptor<ListApisRequest,ListApisResponse> getListApisMethod()
getListAttributesMethod()
public static MethodDescriptor<ListAttributesRequest,ListAttributesResponse> getListAttributesMethod()
getListDeploymentsMethod()
public static MethodDescriptor<ListDeploymentsRequest,ListDeploymentsResponse> getListDeploymentsMethod()
getListExternalApisMethod()
public static MethodDescriptor<ListExternalApisRequest,ListExternalApisResponse> getListExternalApisMethod()
getListSpecsMethod()
public static MethodDescriptor<ListSpecsRequest,ListSpecsResponse> getListSpecsMethod()
getListVersionsMethod()
public static MethodDescriptor<ListVersionsRequest,ListVersionsResponse> getListVersionsMethod()
getSearchResourcesMethod()
public static MethodDescriptor<SearchResourcesRequest,SearchResourcesResponse> getSearchResourcesMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
Type |
Description |
io.grpc.ServiceDescriptor |
|
getUpdateApiMethod()
public static MethodDescriptor<UpdateApiRequest,Api> getUpdateApiMethod()
getUpdateAttributeMethod()
public static MethodDescriptor<UpdateAttributeRequest,Attribute> getUpdateAttributeMethod()
getUpdateDeploymentMethod()
public static MethodDescriptor<UpdateDeploymentRequest,Deployment> getUpdateDeploymentMethod()
getUpdateExternalApiMethod()
public static MethodDescriptor<UpdateExternalApiRequest,ExternalApi> getUpdateExternalApiMethod()
getUpdateSpecMethod()
public static MethodDescriptor<UpdateSpecRequest,Spec> getUpdateSpecMethod()
getUpdateVersionMethod()
public static MethodDescriptor<UpdateVersionRequest,Version> getUpdateVersionMethod()
newBlockingStub(Channel channel)
public static ApiHubGrpc.ApiHubBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newFutureStub(Channel channel)
public static ApiHubGrpc.ApiHubFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newStub(Channel channel)
public static ApiHubGrpc.ApiHubStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|