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