Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class EdgeNetwork.
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.
public static void BindService(ServiceBinderBase serviceBinder, EdgeNetwork.EdgeNetworkBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `EdgeNetwork` class within the Google.Cloud.EdgeNetwork.V1 namespace provides a managed, highly available cloud dynamic network configuration service for edge application and network function solutions."],["This API allows customers to define and configure network setups and properties to meet specific workload requirements, enabling the easy management of edge networks."],["The `EdgeNetwork` class inherits from the `object` class and includes methods like `BindService`, which enables the registration of service definitions with a server, and another `BindService` method that registers service methods with a `ServiceBinderBase` object."],["Version 1.4.0 is the latest version of the `EdgeNetwork` API, with prior versions 1.3.0, 1.2.0, 1.1.0 and 1.0.0 also available."],["The BindService method allows for the registration of server side logic with either a `EdgeNetworkBase` object or a `ServiceBinderBase` object, this is to aid in the configuration of the service being registered."]]],[]]