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-compute/alpha/2.0.0/com/google/api/services/compute/model/BackendBucketCdnPolicy.java
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,7 @@ public final class BackendBucketCdnPolicy extends com.google.api.client.json.Gen
Copy file name to clipboardExpand all lines: clients/google-api-services-compute/alpha/2.0.0/com/google/api/services/compute/model/BackendServiceCdnPolicy.java
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,7 @@ public final class BackendServiceCdnPolicy extends com.google.api.client.json.Ge
Copy file name to clipboardExpand all lines: clients/google-api-services-compute/alpha/2.0.0/com/google/api/services/compute/model/NetworkInterface.java
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,8 @@ public final class NetworkInterface extends com.google.api.client.json.GenericJs
171
171
privatejava.lang.StringnicType;
172
172
173
173
/**
174
-
* Name of the parent network interface of a dynamic network interface.
174
+
* Name of the parent network interface of a VLAN based nic. If this field is specified, vlan must
175
+
* be set.
175
176
* The value may be {@code null}.
176
177
*/
177
178
@com.google.api.client.util.Key
@@ -217,7 +218,8 @@ public final class NetworkInterface extends com.google.api.client.json.GenericJs
217
218
privatejava.lang.Stringsubnetwork;
218
219
219
220
/**
220
-
* VLAN tag of a dynamic network interface, must be in range from 2 to 4094 inclusively.
221
+
* VLAN tag of a VLAN based network interface, must be in range from 2 to 4094 inclusively. This
222
+
* field is mandatory if the parent network interface name is set.
221
223
* The value may be {@code null}.
222
224
*/
223
225
@com.google.api.client.util.Key
@@ -546,15 +548,17 @@ public NetworkInterface setNicType(java.lang.String nicType) {
546
548
}
547
549
548
550
/**
549
-
* Name of the parent network interface of a dynamic network interface.
551
+
* Name of the parent network interface of a VLAN based nic. If this field is specified, vlan must
552
+
* be set.
550
553
* @return value or {@code null} for none
551
554
*/
552
555
publicjava.lang.StringgetParentNicName() {
553
556
returnparentNicName;
554
557
}
555
558
556
559
/**
557
-
* Name of the parent network interface of a dynamic network interface.
560
+
* Name of the parent network interface of a VLAN based nic. If this field is specified, vlan must
561
+
* be set.
558
562
* @param parentNicName parentNicName or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-compute/alpha/2.0.0/com/google/api/services/compute/model/NetworkProfileLocation.java
0 commit comments