@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<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<GetHubRequest,Hub> |
getGetHubMethod() |
static io.grpc.MethodDescriptor<GetSpokeRequest,Spoke> |
getGetSpokeMethod() |
static io.grpc.MethodDescriptor<ListHubsRequest,ListHubsResponse> |
getListHubsMethod() |
static io.grpc.MethodDescriptor<ListSpokesRequest,ListSpokesResponse> |
getListSpokesMethod() |
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<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<DeleteSpokeRequest,com.google.longrunning.Operation> getDeleteSpokeMethod()
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 © 2023 Google LLC. All rights reserved.