Class HubServiceGrpc
- java.lang.Object
-
- com.google.cloud.networkconnectivity.v1alpha1.HubServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/networkconnectivity/v1alpha1/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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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 servicestatic HubServiceGrpc.HubServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic HubServiceGrpc.HubServiceStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListHubsMethod
public static io.grpc.MethodDescriptor<ListHubsRequest,ListHubsResponse> getListHubsMethod()
-
getGetHubMethod
public static io.grpc.MethodDescriptor<GetHubRequest,Hub> getGetHubMethod()
-
getCreateHubMethod
public static io.grpc.MethodDescriptor<CreateHubRequest,com.google.longrunning.Operation> getCreateHubMethod()
-
getUpdateHubMethod
public static io.grpc.MethodDescriptor<UpdateHubRequest,com.google.longrunning.Operation> getUpdateHubMethod()
-
getDeleteHubMethod
public static io.grpc.MethodDescriptor<DeleteHubRequest,com.google.longrunning.Operation> getDeleteHubMethod()
-
getListSpokesMethod
public static io.grpc.MethodDescriptor<ListSpokesRequest,ListSpokesResponse> getListSpokesMethod()
-
getGetSpokeMethod
public static io.grpc.MethodDescriptor<GetSpokeRequest,Spoke> getGetSpokeMethod()
-
getCreateSpokeMethod
public static io.grpc.MethodDescriptor<CreateSpokeRequest,com.google.longrunning.Operation> getCreateSpokeMethod()
-
getUpdateSpokeMethod
public static io.grpc.MethodDescriptor<UpdateSpokeRequest,com.google.longrunning.Operation> getUpdateSpokeMethod()
-
getDeleteSpokeMethod
public static io.grpc.MethodDescriptor<DeleteSpokeRequest,com.google.longrunning.Operation> getDeleteSpokeMethod()
-
newStub
public static HubServiceGrpc.HubServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static HubServiceGrpc.HubServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static HubServiceGrpc.HubServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(HubServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-