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-container/v1/1.28.0/com/google/api/services/container/model/AcceleratorConfig.java
+3-6
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,7 @@ public final class AcceleratorConfig extends com.google.api.client.json.GenericJ
38
38
privatejava.lang.LongacceleratorCount;
39
39
40
40
/**
41
-
* The accelerator type resource name. List of supported accelerators
42
-
* [here](/compute/docs/gpus/#Introduction)
41
+
* The accelerator type resource name. List of supported accelerators [here](/compute/docs/gpus)
43
42
* The value may be {@code null}.
44
43
*/
45
44
@com.google.api.client.util.Key
@@ -63,17 +62,15 @@ public AcceleratorConfig setAcceleratorCount(java.lang.Long acceleratorCount) {
63
62
}
64
63
65
64
/**
66
-
* The accelerator type resource name. List of supported accelerators
67
-
* [here](/compute/docs/gpus/#Introduction)
65
+
* The accelerator type resource name. List of supported accelerators [here](/compute/docs/gpus)
68
66
* @return value or {@code null} for none
69
67
*/
70
68
publicjava.lang.StringgetAcceleratorType() {
71
69
returnacceleratorType;
72
70
}
73
71
74
72
/**
75
-
* The accelerator type resource name. List of supported accelerators
76
-
* [here](/compute/docs/gpus/#Introduction)
73
+
* The accelerator type resource name. List of supported accelerators [here](/compute/docs/gpus)
77
74
* @param acceleratorType acceleratorType or {@code null} for none
Copy file name to clipboardexpand all lines: clients/google-api-services-container/v1/1.28.0/com/google/api/services/container/model/ClusterUpdate.java
+72
Original file line number
Diff line number
Diff line change
@@ -38,13 +38,34 @@ public final class ClusterUpdate extends com.google.api.client.json.GenericJson
38
38
@com.google.api.client.util.Key
39
39
privateAddonsConfigdesiredAddonsConfig;
40
40
41
+
/**
42
+
* The desired configuration options for the Binary Authorization feature.
0 commit comments