Skip to content

Commit

Permalink
feat: add forwarding_rule field to Connectivity Test Endpoint proto
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 542778862
  • Loading branch information
Google APIs authored and Copybara-Service committed Jun 23, 2023
1 parent a7e1055 commit 81a4fc2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions google/cloud/networkmanagement/v1/connectivity_test.proto
Expand Up @@ -148,6 +148,14 @@ message Endpoint {
// A Compute Engine instance URI.
string instance = 3;

// A forwarding rule and its corresponding IP address represent the frontend
// configuration of a Google Cloud load balancer. Forwarding rules are also
// used for protocol forwarding, Private Service Connect and other network
// services to provide forwarding information in the control plane. Format:
// projects/{project}/global/forwardingRules/{id} or
// projects/{project}/regions/{region}/forwardingRules/{id}
string forwarding_rule = 13;

// A cluster URI for [Google Kubernetes Engine
// master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
string gke_master_cluster = 7;
Expand Down
Expand Up @@ -162,6 +162,14 @@ message Endpoint {
// A Compute Engine instance URI.
string instance = 3;

// A forwarding rule and its corresponding IP address represent the frontend
// configuration of a Google Cloud load balancer. Forwarding rules are also
// used for protocol forwarding, Private Service Connect and other network
// services to provide forwarding information in the control plane. Format:
// projects/{project}/global/forwardingRules/{id} or
// projects/{project}/regions/{region}/forwardingRules/{id}
string forwarding_rule = 13;

// A cluster URI for [Google Kubernetes Engine
// master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
string gke_master_cluster = 7;
Expand Down

0 comments on commit 81a4fc2

Please sign in to comment.