Class HubServiceGrpc.HubServiceBlockingStub

  • Enclosing class:
    HubServiceGrpc

    public static final class HubServiceGrpc.HubServiceBlockingStub
    extends io.grpc.stub.AbstractBlockingStub<HubServiceGrpc.HubServiceBlockingStub>
    A stub to allow clients to do synchronous rpc calls to service HubService.
     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.
     
    • Method Detail

      • getHub

        public Hub getHub​(GetHubRequest request)
         Gets details of a single Hub.
         
      • createHub

        public com.google.longrunning.Operation createHub​(CreateHubRequest request)
         Creates a new Hub in a given project and location.
         
      • updateHub

        public com.google.longrunning.Operation updateHub​(UpdateHubRequest request)
         Updates the parameters of a single Hub.
         
      • deleteHub

        public com.google.longrunning.Operation deleteHub​(DeleteHubRequest request)
         Deletes a single Hub.
         
      • createSpoke

        public com.google.longrunning.Operation createSpoke​(CreateSpokeRequest request)
         Creates a new Spoke in a given project and location.
         
      • updateSpoke

        public com.google.longrunning.Operation updateSpoke​(UpdateSpokeRequest request)
         Updates the parameters of a single Spoke.
         
      • deleteSpoke

        public com.google.longrunning.Operation deleteSpoke​(DeleteSpokeRequest request)
         Deletes a single Spoke.