public final class NetworkServicesGrpc
Service describing handlers for resources.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
Type |
Description |
String |
|
Static Methods
bindService(NetworkServicesGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(NetworkServicesGrpc.AsyncService service)
Returns |
Type |
Description |
io.grpc.ServerServiceDefinition |
|
getCreateEndpointPolicyMethod()
public static MethodDescriptor<CreateEndpointPolicyRequest,Operation> getCreateEndpointPolicyMethod()
getCreateGatewayMethod()
public static MethodDescriptor<CreateGatewayRequest,Operation> getCreateGatewayMethod()
getCreateGrpcRouteMethod()
public static MethodDescriptor<CreateGrpcRouteRequest,Operation> getCreateGrpcRouteMethod()
getCreateHttpRouteMethod()
public static MethodDescriptor<CreateHttpRouteRequest,Operation> getCreateHttpRouteMethod()
getCreateMeshMethod()
public static MethodDescriptor<CreateMeshRequest,Operation> getCreateMeshMethod()
getCreateServiceBindingMethod()
public static MethodDescriptor<CreateServiceBindingRequest,Operation> getCreateServiceBindingMethod()
getCreateTcpRouteMethod()
public static MethodDescriptor<CreateTcpRouteRequest,Operation> getCreateTcpRouteMethod()
getCreateTlsRouteMethod()
public static MethodDescriptor<CreateTlsRouteRequest,Operation> getCreateTlsRouteMethod()
getDeleteEndpointPolicyMethod()
public static MethodDescriptor<DeleteEndpointPolicyRequest,Operation> getDeleteEndpointPolicyMethod()
getDeleteGatewayMethod()
public static MethodDescriptor<DeleteGatewayRequest,Operation> getDeleteGatewayMethod()
getDeleteGrpcRouteMethod()
public static MethodDescriptor<DeleteGrpcRouteRequest,Operation> getDeleteGrpcRouteMethod()
getDeleteHttpRouteMethod()
public static MethodDescriptor<DeleteHttpRouteRequest,Operation> getDeleteHttpRouteMethod()
getDeleteMeshMethod()
public static MethodDescriptor<DeleteMeshRequest,Operation> getDeleteMeshMethod()
getDeleteServiceBindingMethod()
public static MethodDescriptor<DeleteServiceBindingRequest,Operation> getDeleteServiceBindingMethod()
getDeleteTcpRouteMethod()
public static MethodDescriptor<DeleteTcpRouteRequest,Operation> getDeleteTcpRouteMethod()
getDeleteTlsRouteMethod()
public static MethodDescriptor<DeleteTlsRouteRequest,Operation> getDeleteTlsRouteMethod()
getGetEndpointPolicyMethod()
public static MethodDescriptor<GetEndpointPolicyRequest,EndpointPolicy> getGetEndpointPolicyMethod()
getGetGatewayMethod()
public static MethodDescriptor<GetGatewayRequest,Gateway> getGetGatewayMethod()
getGetGrpcRouteMethod()
public static MethodDescriptor<GetGrpcRouteRequest,GrpcRoute> getGetGrpcRouteMethod()
getGetHttpRouteMethod()
public static MethodDescriptor<GetHttpRouteRequest,HttpRoute> getGetHttpRouteMethod()
getGetMeshMethod()
public static MethodDescriptor<GetMeshRequest,Mesh> getGetMeshMethod()
getGetServiceBindingMethod()
public static MethodDescriptor<GetServiceBindingRequest,ServiceBinding> getGetServiceBindingMethod()
getGetTcpRouteMethod()
public static MethodDescriptor<GetTcpRouteRequest,TcpRoute> getGetTcpRouteMethod()
getGetTlsRouteMethod()
public static MethodDescriptor<GetTlsRouteRequest,TlsRoute> getGetTlsRouteMethod()
getListEndpointPoliciesMethod()
public static MethodDescriptor<ListEndpointPoliciesRequest,ListEndpointPoliciesResponse> getListEndpointPoliciesMethod()
getListGatewaysMethod()
public static MethodDescriptor<ListGatewaysRequest,ListGatewaysResponse> getListGatewaysMethod()
getListGrpcRoutesMethod()
public static MethodDescriptor<ListGrpcRoutesRequest,ListGrpcRoutesResponse> getListGrpcRoutesMethod()
getListHttpRoutesMethod()
public static MethodDescriptor<ListHttpRoutesRequest,ListHttpRoutesResponse> getListHttpRoutesMethod()
getListMeshesMethod()
public static MethodDescriptor<ListMeshesRequest,ListMeshesResponse> getListMeshesMethod()
getListServiceBindingsMethod()
public static MethodDescriptor<ListServiceBindingsRequest,ListServiceBindingsResponse> getListServiceBindingsMethod()
getListTcpRoutesMethod()
public static MethodDescriptor<ListTcpRoutesRequest,ListTcpRoutesResponse> getListTcpRoutesMethod()
getListTlsRoutesMethod()
public static MethodDescriptor<ListTlsRoutesRequest,ListTlsRoutesResponse> getListTlsRoutesMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
Type |
Description |
io.grpc.ServiceDescriptor |
|
getUpdateEndpointPolicyMethod()
public static MethodDescriptor<UpdateEndpointPolicyRequest,Operation> getUpdateEndpointPolicyMethod()
getUpdateGatewayMethod()
public static MethodDescriptor<UpdateGatewayRequest,Operation> getUpdateGatewayMethod()
getUpdateGrpcRouteMethod()
public static MethodDescriptor<UpdateGrpcRouteRequest,Operation> getUpdateGrpcRouteMethod()
getUpdateHttpRouteMethod()
public static MethodDescriptor<UpdateHttpRouteRequest,Operation> getUpdateHttpRouteMethod()
getUpdateMeshMethod()
public static MethodDescriptor<UpdateMeshRequest,Operation> getUpdateMeshMethod()
getUpdateTcpRouteMethod()
public static MethodDescriptor<UpdateTcpRouteRequest,Operation> getUpdateTcpRouteMethod()
getUpdateTlsRouteMethod()
public static MethodDescriptor<UpdateTlsRouteRequest,Operation> getUpdateTlsRouteMethod()
newBlockingStub(Channel channel)
public static NetworkServicesGrpc.NetworkServicesBlockingStub 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 NetworkServicesGrpc.NetworkServicesFutureStub 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 NetworkServicesGrpc.NetworkServicesStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|