Class ApiGatewayServiceGrpc (2.72.0)

publicfinalclass ApiGatewayServiceGrpc

The API Gateway Service is the interface for managing API Gateways.

Inheritance

java.lang.Object > ApiGatewayServiceGrpc

Static Fields

SERVICE_NAME

publicstaticfinalStringSERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(ApiGatewayServiceGrpc.AsyncService service)

publicstaticfinalServerServiceDefinitionbindService(ApiGatewayServiceGrpc.AsyncServiceservice)
Parameter
Name Description
service ApiGatewayServiceGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getCreateApiConfigMethod()

publicstaticMethodDescriptor<CreateApiConfigRequest,Operation>getCreateApiConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateApiConfigRequest,Operation>

getCreateApiMethod()

publicstaticMethodDescriptor<CreateApiRequest,Operation>getCreateApiMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateApiRequest,Operation>

getCreateGatewayMethod()

publicstaticMethodDescriptor<CreateGatewayRequest,Operation>getCreateGatewayMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateGatewayRequest,Operation>

getDeleteApiConfigMethod()

publicstaticMethodDescriptor<DeleteApiConfigRequest,Operation>getDeleteApiConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteApiConfigRequest,Operation>

getDeleteApiMethod()

publicstaticMethodDescriptor<DeleteApiRequest,Operation>getDeleteApiMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteApiRequest,Operation>

getDeleteGatewayMethod()

publicstaticMethodDescriptor<DeleteGatewayRequest,Operation>getDeleteGatewayMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteGatewayRequest,Operation>

getGetApiConfigMethod()

publicstaticMethodDescriptor<GetApiConfigRequest,ApiConfig>getGetApiConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetApiConfigRequest,ApiConfig>

getGetApiMethod()

publicstaticMethodDescriptor<GetApiRequest,Api>getGetApiMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetApiRequest,Api>

getGetGatewayMethod()

publicstaticMethodDescriptor<GetGatewayRequest,Gateway>getGetGatewayMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetGatewayRequest,Gateway>

getListApiConfigsMethod()

publicstaticMethodDescriptor<ListApiConfigsRequest,ListApiConfigsResponse>getListApiConfigsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListApiConfigsRequest,ListApiConfigsResponse>

getListApisMethod()

publicstaticMethodDescriptor<ListApisRequest,ListApisResponse>getListApisMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListApisRequest,ListApisResponse>

getListGatewaysMethod()

publicstaticMethodDescriptor<ListGatewaysRequest,ListGatewaysResponse>getListGatewaysMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListGatewaysRequest,ListGatewaysResponse>

getServiceDescriptor()

publicstaticServiceDescriptorgetServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getUpdateApiConfigMethod()

publicstaticMethodDescriptor<UpdateApiConfigRequest,Operation>getUpdateApiConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateApiConfigRequest,Operation>

getUpdateApiMethod()

publicstaticMethodDescriptor<UpdateApiRequest,Operation>getUpdateApiMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateApiRequest,Operation>

getUpdateGatewayMethod()

publicstaticMethodDescriptor<UpdateGatewayRequest,Operation>getUpdateGatewayMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateGatewayRequest,Operation>

newBlockingStub(Channel channel)

publicstaticApiGatewayServiceGrpc.ApiGatewayServiceBlockingStubnewBlockingStub(Channelchannel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
ApiGatewayServiceGrpc.ApiGatewayServiceBlockingStub

newBlockingV2Stub(Channel channel)

publicstaticApiGatewayServiceGrpc.ApiGatewayServiceBlockingV2StubnewBlockingV2Stub(Channelchannel)

Creates a new blocking-style stub that supports all types of calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
ApiGatewayServiceGrpc.ApiGatewayServiceBlockingV2Stub

newFutureStub(Channel channel)

publicstaticApiGatewayServiceGrpc.ApiGatewayServiceFutureStubnewFutureStub(Channelchannel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
ApiGatewayServiceGrpc.ApiGatewayServiceFutureStub

newStub(Channel channel)

publicstaticApiGatewayServiceGrpc.ApiGatewayServiceStubnewStub(Channelchannel)

Creates a new async stub that supports all call types for the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
ApiGatewayServiceGrpc.ApiGatewayServiceStub

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.