You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-networkmanagement/v1/2.0.0/com/google/api/services/networkmanagement/v1/model/Endpoint.java
+21-15Lines changed: 21 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -136,15 +136,17 @@ public final class Endpoint extends com.google.api.client.json.GenericJson {
136
136
privatejava.lang.StringloadBalancerType;
137
137
138
138
/**
139
-
* A VPC network URI. Used according to the `network_type`. Relevant only for the source
140
-
* endpoints.
139
+
* A VPC network URI. For source endpoints, used according to the `network_type`. For destination
140
+
* endpoints, used only when the source is an external IP address endpoint, and the destination is
141
+
* an internal IP address endpoint.
141
142
* The value may be {@code null}.
142
143
*/
143
144
@com.google.api.client.util.Key
144
145
privatejava.lang.Stringnetwork;
145
146
146
147
/**
147
-
* Type of the network where the endpoint is located. Relevant only for the source endpoints.
148
+
* For source endpoints, type of the network where the endpoint is located. Not relevant for
149
+
* destination endpoints.
148
150
* The value may be {@code null}.
149
151
*/
150
152
@com.google.api.client.util.Key
@@ -158,8 +160,8 @@ public final class Endpoint extends com.google.api.client.json.GenericJson {
158
160
privatejava.lang.Integerport;
159
161
160
162
/**
161
-
* Endpoint project ID. Used according to the `network_type`. Relevant only for the source
162
-
* endpoints.
163
+
* For source endpoints, endpoint project ID. Used according to the `network_type`. Not relevant
164
+
* for destination endpoints.
163
165
* The value may be {@code null}.
164
166
*/
165
167
@com.google.api.client.util.Key
@@ -431,17 +433,19 @@ public Endpoint setLoadBalancerType(java.lang.String loadBalancerType) {
431
433
}
432
434
433
435
/**
434
-
* A VPC network URI. Used according to the `network_type`. Relevant only for the source
435
-
* endpoints.
436
+
* A VPC network URI. For source endpoints, used according to the `network_type`. For destination
437
+
* endpoints, used only when the source is an external IP address endpoint, and the destination is
438
+
* an internal IP address endpoint.
436
439
* @return value or {@code null} for none
437
440
*/
438
441
publicjava.lang.StringgetNetwork() {
439
442
returnnetwork;
440
443
}
441
444
442
445
/**
443
-
* A VPC network URI. Used according to the `network_type`. Relevant only for the source
444
-
* endpoints.
446
+
* A VPC network URI. For source endpoints, used according to the `network_type`. For destination
447
+
* endpoints, used only when the source is an external IP address endpoint, and the destination is
0 commit comments