@@ -154,14 +154,17 @@ public final class Node extends com.google.api.client.json.GenericJson {
154154 private java .lang .String name ;
155155
156156 /**
157- * Network configurations for the TPU node.
157+ * Network configurations for the TPU node. network_config and network_configs are mutually
158+ * exclusive, you can only specify one of them. If both are specified, an error will be returned.
158159 * The value may be {@code null}.
159160 */
160161 @ com .google .api .client .util .Key
161162 private NetworkConfig networkConfig ;
162163
163164 /**
164- * Optional. Repeated network configurations for the TPU node.
165+ * Optional. Repeated network configurations for the TPU node. This field is used to specify
166+ * multiple networks configs for the TPU node. network_config and network_configs are mutually
167+ * exclusive, you can only specify one of them. If both are specified, an error will be returned.
165168 * The value may be {@code null}.
166169 */
167170 @ com .google .api .client .util .Key
@@ -537,15 +540,17 @@ public Node setName(java.lang.String name) {
537540 }
538541
539542 /**
540- * Network configurations for the TPU node.
543+ * Network configurations for the TPU node. network_config and network_configs are mutually
544+ * exclusive, you can only specify one of them. If both are specified, an error will be returned.
541545 * @return value or {@code null} for none
542546 */
543547 public NetworkConfig getNetworkConfig () {
544548 return networkConfig ;
545549 }
546550
547551 /**
548- * Network configurations for the TPU node.
552+ * Network configurations for the TPU node. network_config and network_configs are mutually
553+ * exclusive, you can only specify one of them. If both are specified, an error will be returned.
549554 * @param networkConfig networkConfig or {@code null} for none
550555 */
551556 public Node setNetworkConfig (NetworkConfig networkConfig ) {
@@ -554,15 +559,19 @@ public Node setNetworkConfig(NetworkConfig networkConfig) {
554559 }
555560
556561 /**
557- * Optional. Repeated network configurations for the TPU node.
562+ * Optional. Repeated network configurations for the TPU node. This field is used to specify
563+ * multiple networks configs for the TPU node. network_config and network_configs are mutually
564+ * exclusive, you can only specify one of them. If both are specified, an error will be returned.
558565 * @return value or {@code null} for none
559566 */
560567 public java .util .List <NetworkConfig > getNetworkConfigs () {
561568 return networkConfigs ;
562569 }
563570
564571 /**
565- * Optional. Repeated network configurations for the TPU node.
572+ * Optional. Repeated network configurations for the TPU node. This field is used to specify
573+ * multiple networks configs for the TPU node. network_config and network_configs are mutually
574+ * exclusive, you can only specify one of them. If both are specified, an error will be returned.
566575 * @param networkConfigs networkConfigs or {@code null} for none
567576 */
568577 public Node setNetworkConfigs (java .util .List <NetworkConfig > networkConfigs ) {
0 commit comments