@Generated(value="by gapic-generator-java")
See: Description
| Class | Description |
|---|---|
| HubServiceClient |
Service Description: Network Connectivity Center is a hub-and-spoke abstraction for network
connectivity management in Google Cloud.
|
| HubServiceClient.ListHubsFixedSizeCollection | |
| HubServiceClient.ListHubsPage | |
| HubServiceClient.ListHubsPagedResponse | |
| HubServiceClient.ListSpokesFixedSizeCollection | |
| HubServiceClient.ListSpokesPage | |
| HubServiceClient.ListSpokesPagedResponse | |
| HubServiceSettings |
Settings class to configure an instance of
HubServiceClient. |
| HubServiceSettings.Builder |
Builder for HubServiceSettings.
|
The interfaces provided are listed below, along with usage samples.
======================= HubServiceClient =======================
Service Description: 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.
Sample for HubServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (HubServiceClient hubServiceClient = HubServiceClient.create()) {
HubName name = HubName.of("[PROJECT]", "[HUB]");
Hub response = hubServiceClient.getHub(name);
}
Copyright © 2024 Google LLC. All rights reserved.