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-notebooks/v1/2.0.0/com/google/api/services/notebooks/v1/model/DiagnoseInstanceRequest.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ public final class DiagnoseInstanceRequest extends com.google.api.client.json.Ge
37
37
privateDiagnosticConfigdiagnosticConfig;
38
38
39
39
/**
40
-
* Optional. Maxmium amount of time in minutes before the operation times out.
40
+
* Optional. Maximum amount of time in minutes before the operation times out.
41
41
* The value may be {@code null}.
42
42
*/
43
43
@com.google.api.client.util.Key
@@ -61,15 +61,15 @@ public DiagnoseInstanceRequest setDiagnosticConfig(DiagnosticConfig diagnosticCo
61
61
}
62
62
63
63
/**
64
-
* Optional. Maxmium amount of time in minutes before the operation times out.
64
+
* Optional. Maximum amount of time in minutes before the operation times out.
65
65
* @return value or {@code null} for none
66
66
*/
67
67
publicjava.lang.IntegergetTimeoutMinutes() {
68
68
returntimeoutMinutes;
69
69
}
70
70
71
71
/**
72
-
* Optional. Maxmium amount of time in minutes before the operation times out.
72
+
* Optional. Maximum amount of time in minutes before the operation times out.
73
73
* @param timeoutMinutes timeoutMinutes or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-notebooks/v1/2.0.0/com/google/api/services/notebooks/v1/model/DiagnoseRuntimeRequest.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ public final class DiagnoseRuntimeRequest extends com.google.api.client.json.Gen
37
37
privateDiagnosticConfigdiagnosticConfig;
38
38
39
39
/**
40
-
* Optional. Maxmium amount of time in minutes before the operation times out.
40
+
* Optional. Maximum amount of time in minutes before the operation times out.
41
41
* The value may be {@code null}.
42
42
*/
43
43
@com.google.api.client.util.Key
@@ -61,15 +61,15 @@ public DiagnoseRuntimeRequest setDiagnosticConfig(DiagnosticConfig diagnosticCon
61
61
}
62
62
63
63
/**
64
-
* Optional. Maxmium amount of time in minutes before the operation times out.
64
+
* Optional. Maximum amount of time in minutes before the operation times out.
65
65
* @return value or {@code null} for none
66
66
*/
67
67
publicjava.lang.IntegergetTimeoutMinutes() {
68
68
returntimeoutMinutes;
69
69
}
70
70
71
71
/**
72
-
* Optional. Maxmium amount of time in minutes before the operation times out.
72
+
* Optional. Maximum amount of time in minutes before the operation times out.
73
73
* @param timeoutMinutes timeoutMinutes or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-notebooks/v2/2.0.0/com/google/api/services/notebooks/v2/model/DiagnoseInstanceRequest.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ public final class DiagnoseInstanceRequest extends com.google.api.client.json.Ge
37
37
privateDiagnosticConfigdiagnosticConfig;
38
38
39
39
/**
40
-
* Optional. Maxmium amount of time in minutes before the operation times out.
40
+
* Optional. Maximum amount of time in minutes before the operation times out.
41
41
* The value may be {@code null}.
42
42
*/
43
43
@com.google.api.client.util.Key
@@ -61,15 +61,15 @@ public DiagnoseInstanceRequest setDiagnosticConfig(DiagnosticConfig diagnosticCo
61
61
}
62
62
63
63
/**
64
-
* Optional. Maxmium amount of time in minutes before the operation times out.
64
+
* Optional. Maximum amount of time in minutes before the operation times out.
65
65
* @return value or {@code null} for none
66
66
*/
67
67
publicjava.lang.IntegergetTimeoutMinutes() {
68
68
returntimeoutMinutes;
69
69
}
70
70
71
71
/**
72
-
* Optional. Maxmium amount of time in minutes before the operation times out.
72
+
* Optional. Maximum amount of time in minutes before the operation times out.
73
73
* @param timeoutMinutes timeoutMinutes or {@code null} for none
0 commit comments