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-vmmigration/v1/2.0.0/com/google/api/services/vmmigration/v1/model/NetworkInterface.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ public final class NetworkInterface extends com.google.api.client.json.GenericJs
52
52
privatejava.lang.Stringnetwork;
53
53
54
54
/**
55
-
* The subnetwork to connect the NIC to.
55
+
* Optional. The subnetwork to connect the NIC to.
56
56
* The value may be {@code null}.
57
57
*/
58
58
@com.google.api.client.util.Key
@@ -112,15 +112,15 @@ public NetworkInterface setNetwork(java.lang.String network) {
112
112
}
113
113
114
114
/**
115
-
* The subnetwork to connect the NIC to.
115
+
* Optional. The subnetwork to connect the NIC to.
116
116
* @return value or {@code null} for none
117
117
*/
118
118
publicjava.lang.StringgetSubnetwork() {
119
119
returnsubnetwork;
120
120
}
121
121
122
122
/**
123
-
* The subnetwork to connect the NIC to.
123
+
* Optional. The subnetwork to connect the NIC to.
124
124
* @param subnetwork subnetwork or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-vmmigration/v1alpha1/2.0.0/com/google/api/services/vmmigration/v1alpha1/model/NetworkInterface.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ public final class NetworkInterface extends com.google.api.client.json.GenericJs
52
52
privatejava.lang.Stringnetwork;
53
53
54
54
/**
55
-
* The subnetwork to connect the NIC to.
55
+
* Optional. The subnetwork to connect the NIC to.
56
56
* The value may be {@code null}.
57
57
*/
58
58
@com.google.api.client.util.Key
@@ -112,15 +112,15 @@ public NetworkInterface setNetwork(java.lang.String network) {
112
112
}
113
113
114
114
/**
115
-
* The subnetwork to connect the NIC to.
115
+
* Optional. The subnetwork to connect the NIC to.
116
116
* @return value or {@code null} for none
117
117
*/
118
118
publicjava.lang.StringgetSubnetwork() {
119
119
returnsubnetwork;
120
120
}
121
121
122
122
/**
123
-
* The subnetwork to connect the NIC to.
123
+
* Optional. The subnetwork to connect the NIC to.
124
124
* @param subnetwork subnetwork or {@code null} for none
0 commit comments