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/v1beta1/2.0.0/com/google/api/services/networkmanagement/v1beta1/model/Endpoint.java
+21-15Lines changed: 21 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -143,15 +143,17 @@ public final class Endpoint extends com.google.api.client.json.GenericJson {
143
143
privatejava.lang.StringloadBalancerType;
144
144
145
145
/**
146
-
* A VPC network URI. Used according to the `network_type`. Relevant only for the source
147
-
* endpoints.
146
+
* A VPC network URI. For source endpoints, used according to the `network_type`. For destination
147
+
* endpoints, used only when the source is an external IP address endpoint, and the destination is
148
+
* an internal IP address endpoint.
148
149
* The value may be {@code null}.
149
150
*/
150
151
@com.google.api.client.util.Key
151
152
privatejava.lang.Stringnetwork;
152
153
153
154
/**
154
-
* Type of the network where the endpoint is located. Relevant only for the source endpoints.
155
+
* For source endpoints, type of the network where the endpoint is located. Not relevant for
156
+
* destination endpoints.
155
157
* The value may be {@code null}.
156
158
*/
157
159
@com.google.api.client.util.Key
@@ -165,8 +167,8 @@ public final class Endpoint extends com.google.api.client.json.GenericJson {
165
167
privatejava.lang.Integerport;
166
168
167
169
/**
168
-
* Endpoint project ID. Used according to the `network_type`. Relevant only for the source
169
-
* endpoints.
170
+
* For source endpoints, endpoint project ID. Used according to the `network_type`. Not relevant
171
+
* for destination endpoints.
170
172
* The value may be {@code null}.
171
173
*/
172
174
@com.google.api.client.util.Key
@@ -455,17 +457,19 @@ public Endpoint setLoadBalancerType(java.lang.String loadBalancerType) {
455
457
}
456
458
457
459
/**
458
-
* A VPC network URI. Used according to the `network_type`. Relevant only for the source
459
-
* endpoints.
460
+
* A VPC network URI. For source endpoints, used according to the `network_type`. For destination
461
+
* endpoints, used only when the source is an external IP address endpoint, and the destination is
462
+
* an internal IP address endpoint.
460
463
* @return value or {@code null} for none
461
464
*/
462
465
publicjava.lang.StringgetNetwork() {
463
466
returnnetwork;
464
467
}
465
468
466
469
/**
467
-
* A VPC network URI. Used according to the `network_type`. Relevant only for the source
468
-
* endpoints.
470
+
* A VPC network URI. For source endpoints, used according to the `network_type`. For destination
471
+
* endpoints, used only when the source is an external IP address endpoint, and the destination is
0 commit comments