Skip navigation links

@Generated(value="by gapic-generator-java")

Package com.google.cloud.edgenetwork.v1

A client to Distributed Cloud Edge Network API The interfaces provided are listed below, along with usage samples.

See: Description

Package com.google.cloud.edgenetwork.v1 Description

A client to Distributed Cloud Edge Network API

The interfaces provided are listed below, along with usage samples.

======================= EdgeNetworkClient =======================

Service Description: EdgeNetwork API provides managed, highly available cloud dynamic network configuration service to the GEC customer to enable edge application and network function solutions. This allows the customers to easily define and configure the network setup and property to meet the workload requirement.

Sample for EdgeNetworkClient:


 // 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 (EdgeNetworkClient edgeNetworkClient = EdgeNetworkClient.create()) {
   ZoneName name = ZoneName.of("[PROJECT]", "[LOCATION]", "[ZONE]");
   InitializeZoneResponse response = edgeNetworkClient.initializeZone(name);
 }
 
Skip navigation links

Copyright © 2025 Google LLC. All rights reserved.