@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/networkconnectivity/v1/hub.proto") public final class HubServiceGrpc extends Object
Network Connectivity Center is a hub-and-spoke abstraction for network connectivity management in Google Cloud. It reduces operational complexity through a simple, centralized connectivity management model.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HubServiceGrpc.AsyncService
Network Connectivity Center is a hub-and-spoke abstraction for network
connectivity management in Google Cloud.
|
static class |
HubServiceGrpc.HubServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service HubService.
|
static class |
HubServiceGrpc.HubServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service HubService.
|
static class |
HubServiceGrpc.HubServiceImplBase
Base class for the server implementation of the service HubService.
|
static class |
HubServiceGrpc.HubServiceStub
A stub to allow clients to do asynchronous rpc calls to service HubService.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(HubServiceGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<AcceptHubSpokeRequest,com.google.longrunning.Operation> |
getAcceptHubSpokeMethod() |
static io.grpc.MethodDescriptor<CreateHubRequest,com.google.longrunning.Operation> |
getCreateHubMethod() |
static io.grpc.MethodDescriptor<CreateSpokeRequest,com.google.longrunning.Operation> |
getCreateSpokeMethod() |
static io.grpc.MethodDescriptor<DeleteHubRequest,com.google.longrunning.Operation> |
getDeleteHubMethod() |
static io.grpc.MethodDescriptor<DeleteSpokeRequest,com.google.longrunning.Operation> |
getDeleteSpokeMethod() |
static io.grpc.MethodDescriptor<GetGroupRequest,Group> |
getGetGroupMethod() |
static io.grpc.MethodDescriptor<GetHubRequest,Hub> |
getGetHubMethod() |
static io.grpc.MethodDescriptor<GetRouteRequest,Route> |
getGetRouteMethod() |
static io.grpc.MethodDescriptor<GetRouteTableRequest,RouteTable> |
getGetRouteTableMethod() |
static io.grpc.MethodDescriptor<GetSpokeRequest,Spoke> |
getGetSpokeMethod() |
static io.grpc.MethodDescriptor<ListGroupsRequest,ListGroupsResponse> |
getListGroupsMethod() |
static io.grpc.MethodDescriptor<ListHubsRequest,ListHubsResponse> |
getListHubsMethod() |
static io.grpc.MethodDescriptor<ListHubSpokesRequest,ListHubSpokesResponse> |
getListHubSpokesMethod() |
static io.grpc.MethodDescriptor<ListRoutesRequest,ListRoutesResponse> |
getListRoutesMethod() |
static io.grpc.MethodDescriptor<ListRouteTablesRequest,ListRouteTablesResponse> |
getListRouteTablesMethod() |
static io.grpc.MethodDescriptor<ListSpokesRequest,ListSpokesResponse> |
getListSpokesMethod() |
static io.grpc.MethodDescriptor<RejectHubSpokeRequest,com.google.longrunning.Operation> |
getRejectHubSpokeMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateHubRequest,com.google.longrunning.Operation> |
getUpdateHubMethod() |
static io.grpc.MethodDescriptor<UpdateSpokeRequest,com.google.longrunning.Operation> |
getUpdateSpokeMethod() |
static HubServiceGrpc.HubServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static HubServiceGrpc.HubServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static HubServiceGrpc.HubServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<ListHubsRequest,ListHubsResponse> getListHubsMethod()
public static io.grpc.MethodDescriptor<GetHubRequest,Hub> getGetHubMethod()
public static io.grpc.MethodDescriptor<CreateHubRequest,com.google.longrunning.Operation> getCreateHubMethod()
public static io.grpc.MethodDescriptor<UpdateHubRequest,com.google.longrunning.Operation> getUpdateHubMethod()
public static io.grpc.MethodDescriptor<DeleteHubRequest,com.google.longrunning.Operation> getDeleteHubMethod()
public static io.grpc.MethodDescriptor<ListHubSpokesRequest,ListHubSpokesResponse> getListHubSpokesMethod()
public static io.grpc.MethodDescriptor<ListSpokesRequest,ListSpokesResponse> getListSpokesMethod()
public static io.grpc.MethodDescriptor<GetSpokeRequest,Spoke> getGetSpokeMethod()
public static io.grpc.MethodDescriptor<CreateSpokeRequest,com.google.longrunning.Operation> getCreateSpokeMethod()
public static io.grpc.MethodDescriptor<UpdateSpokeRequest,com.google.longrunning.Operation> getUpdateSpokeMethod()
public static io.grpc.MethodDescriptor<RejectHubSpokeRequest,com.google.longrunning.Operation> getRejectHubSpokeMethod()
public static io.grpc.MethodDescriptor<AcceptHubSpokeRequest,com.google.longrunning.Operation> getAcceptHubSpokeMethod()
public static io.grpc.MethodDescriptor<DeleteSpokeRequest,com.google.longrunning.Operation> getDeleteSpokeMethod()
public static io.grpc.MethodDescriptor<GetRouteTableRequest,RouteTable> getGetRouteTableMethod()
public static io.grpc.MethodDescriptor<GetRouteRequest,Route> getGetRouteMethod()
public static io.grpc.MethodDescriptor<ListRoutesRequest,ListRoutesResponse> getListRoutesMethod()
public static io.grpc.MethodDescriptor<ListRouteTablesRequest,ListRouteTablesResponse> getListRouteTablesMethod()
public static io.grpc.MethodDescriptor<GetGroupRequest,Group> getGetGroupMethod()
public static io.grpc.MethodDescriptor<ListGroupsRequest,ListGroupsResponse> getListGroupsMethod()
public static HubServiceGrpc.HubServiceStub newStub(io.grpc.Channel channel)
public static HubServiceGrpc.HubServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static HubServiceGrpc.HubServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(HubServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 Google LLC. All rights reserved.