Skip to content

Commit 3bfcd12

Browse files
1 parent 53d4613 commit 3bfcd12

File tree

9 files changed

+21
-21
lines changed

9 files changed

+21
-21
lines changed

clients/google-api-services-notebooks/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-notebooks</artifactId>
25-
<version>v1-rev20240918-2.0.0</version>
25+
<version>v1-rev20241016-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-notebooks:v1-rev20240918-2.0.0'
38+
implementation 'com.google.apis:google-api-services-notebooks:v1-rev20241016-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-notebooks/v1/2.0.0/com/google/api/services/notebooks/v1/model/DiagnoseInstanceRequest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public final class DiagnoseInstanceRequest extends com.google.api.client.json.Ge
3737
private DiagnosticConfig diagnosticConfig;
3838

3939
/**
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.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
@@ -61,15 +61,15 @@ public DiagnoseInstanceRequest setDiagnosticConfig(DiagnosticConfig diagnosticCo
6161
}
6262

6363
/**
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.
6565
* @return value or {@code null} for none
6666
*/
6767
public java.lang.Integer getTimeoutMinutes() {
6868
return timeoutMinutes;
6969
}
7070

7171
/**
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.
7373
* @param timeoutMinutes timeoutMinutes or {@code null} for none
7474
*/
7575
public DiagnoseInstanceRequest setTimeoutMinutes(java.lang.Integer timeoutMinutes) {

clients/google-api-services-notebooks/v1/2.0.0/com/google/api/services/notebooks/v1/model/DiagnoseRuntimeRequest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public final class DiagnoseRuntimeRequest extends com.google.api.client.json.Gen
3737
private DiagnosticConfig diagnosticConfig;
3838

3939
/**
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.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
@@ -61,15 +61,15 @@ public DiagnoseRuntimeRequest setDiagnosticConfig(DiagnosticConfig diagnosticCon
6161
}
6262

6363
/**
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.
6565
* @return value or {@code null} for none
6666
*/
6767
public java.lang.Integer getTimeoutMinutes() {
6868
return timeoutMinutes;
6969
}
7070

7171
/**
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.
7373
* @param timeoutMinutes timeoutMinutes or {@code null} for none
7474
*/
7575
public DiagnoseRuntimeRequest setTimeoutMinutes(java.lang.Integer timeoutMinutes) {

clients/google-api-services-notebooks/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-notebooks</artifactId>
11-
<version>v1-rev20240918-2.0.0</version>
12-
<name>Notebooks API v1-rev20240918-2.0.0</name>
11+
<version>v1-rev20241016-2.0.0</version>
12+
<name>Notebooks API v1-rev20241016-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-notebooks/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-notebooks</artifactId>
25-
<version>v1-rev20240918-2.0.0</version>
25+
<version>v1-rev20241016-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-notebooks:v1-rev20240918-2.0.0'
38+
implementation 'com.google.apis:google-api-services-notebooks:v1-rev20241016-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-notebooks/v2/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-notebooks</artifactId>
25-
<version>v2-rev20240918-2.0.0</version>
25+
<version>v2-rev20241016-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-notebooks:v2-rev20240918-2.0.0'
38+
implementation 'com.google.apis:google-api-services-notebooks:v2-rev20241016-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-notebooks/v2/2.0.0/com/google/api/services/notebooks/v2/model/DiagnoseInstanceRequest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public final class DiagnoseInstanceRequest extends com.google.api.client.json.Ge
3737
private DiagnosticConfig diagnosticConfig;
3838

3939
/**
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.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
@@ -61,15 +61,15 @@ public DiagnoseInstanceRequest setDiagnosticConfig(DiagnosticConfig diagnosticCo
6161
}
6262

6363
/**
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.
6565
* @return value or {@code null} for none
6666
*/
6767
public java.lang.Integer getTimeoutMinutes() {
6868
return timeoutMinutes;
6969
}
7070

7171
/**
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.
7373
* @param timeoutMinutes timeoutMinutes or {@code null} for none
7474
*/
7575
public DiagnoseInstanceRequest setTimeoutMinutes(java.lang.Integer timeoutMinutes) {

clients/google-api-services-notebooks/v2/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-notebooks</artifactId>
11-
<version>v2-rev20240918-2.0.0</version>
12-
<name>Notebooks API v2-rev20240918-2.0.0</name>
11+
<version>v2-rev20241016-2.0.0</version>
12+
<name>Notebooks API v2-rev20241016-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-notebooks/v2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-notebooks</artifactId>
25-
<version>v2-rev20240918-2.0.0</version>
25+
<version>v2-rev20241016-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-notebooks:v2-rev20240918-2.0.0'
38+
implementation 'com.google.apis:google-api-services-notebooks:v2-rev20241016-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)