Skip to content

Commit

Permalink
chore: regenerate run client (#23930)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Nov 26, 2024
1 parent 3593f21 commit d6a35b4
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 42 deletions.
4 changes: 2 additions & 2 deletions clients/google-api-services-run/v2/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-run</artifactId>
<version>v2-rev20241109-2.0.0</version>
<version>v2-rev20241115-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-run:v2-rev20241109-2.0.0'
implementation 'com.google.apis:google-api-services-run:v2-rev20241115-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ public final class GoogleCloudRunV2BuildpacksBuild extends com.google.api.client
@com.google.api.client.util.Key
private java.lang.String functionTarget;

/**
* Optional. project_descriptor stores the path to the project descriptor file. When empty, it
* means that there is no project descriptor file in the source.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String projectDescriptor;

/**
* The runtime name, e.g. 'go113'. Leave blank for generic builds.
* The value may be {@code null}.
Expand Down Expand Up @@ -174,6 +182,25 @@ public GoogleCloudRunV2BuildpacksBuild setFunctionTarget(java.lang.String functi
return this;
}

/**
* Optional. project_descriptor stores the path to the project descriptor file. When empty, it
* means that there is no project descriptor file in the source.
* @return value or {@code null} for none
*/
public java.lang.String getProjectDescriptor() {
return projectDescriptor;
}

/**
* Optional. project_descriptor stores the path to the project descriptor file. When empty, it
* means that there is no project descriptor file in the source.
* @param projectDescriptor projectDescriptor or {@code null} for none
*/
public GoogleCloudRunV2BuildpacksBuild setProjectDescriptor(java.lang.String projectDescriptor) {
this.projectDescriptor = projectDescriptor;
return this;
}

/**
* The runtime name, e.g. 'go113'. Leave blank for generic builds.
* @return value or {@code null} for none
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ public final class GoogleCloudRunV2RevisionTemplate extends com.google.api.clien

/**
* Optional. Sets the maximum number of requests that each serving instance can receive. If not
* specified or 0, defaults to 80 when requested `CPU >= 1` and defaults to 1 when requested `CPU
* < 1`.
* specified or 0, concurrency defaults to 80 when requested `CPU >= 1` and defaults to 1 when
* requested `CPU < 1`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -348,8 +348,8 @@ public GoogleCloudRunV2RevisionTemplate setLabels(java.util.Map<String, java.lan

/**
* Optional. Sets the maximum number of requests that each serving instance can receive. If not
* specified or 0, defaults to 80 when requested `CPU >= 1` and defaults to 1 when requested `CPU
* < 1`.
* specified or 0, concurrency defaults to 80 when requested `CPU >= 1` and defaults to 1 when
* requested `CPU < 1`.
* @return value or {@code null} for none
*/
public java.lang.Integer getMaxInstanceRequestConcurrency() {
Expand All @@ -358,8 +358,8 @@ public java.lang.Integer getMaxInstanceRequestConcurrency() {

/**
* Optional. Sets the maximum number of requests that each serving instance can receive. If not
* specified or 0, defaults to 80 when requested `CPU >= 1` and defaults to 1 when requested `CPU
* < 1`.
* specified or 0, concurrency defaults to 80 when requested `CPU >= 1` and defaults to 1 when
* requested `CPU < 1`.
* @param maxInstanceRequestConcurrency maxInstanceRequestConcurrency or {@code null} for none
*/
public GoogleCloudRunV2RevisionTemplate setMaxInstanceRequestConcurrency(java.lang.Integer maxInstanceRequestConcurrency) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,11 @@ public final class GoogleCloudRunV2SecretVolumeSource extends com.google.api.cli
* 0000 and 0777 (octal), defaulting to 0444. Directories within the path are not affected by this
* setting. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is
* an integer representation of the mode bits. So, the octal integer value should look exactly as
* the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to
* 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10).
* For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in
* conflict with other options that affect the file mode, like fsGroup, and the result can be
* other mode bits set. This might be in conflict with other options that affect the file mode,
* like fsGroup, and as a result, other mode bits could be set.
* the chmod numeric notation with a leading zero. Some examples: for chmod 640 (u=rw,g=r), set to
* 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493
* (base-10). * This might be in conflict with other options that affect the file mode, like
* fsGroup, and the result can be other mode bits set. This might be in conflict with other
* options that affect the file mode, like fsGroup, and as a result, other mode bits could be set.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -69,12 +68,11 @@ public final class GoogleCloudRunV2SecretVolumeSource extends com.google.api.cli
* 0000 and 0777 (octal), defaulting to 0444. Directories within the path are not affected by this
* setting. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is
* an integer representation of the mode bits. So, the octal integer value should look exactly as
* the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to
* 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10).
* For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in
* conflict with other options that affect the file mode, like fsGroup, and the result can be
* other mode bits set. This might be in conflict with other options that affect the file mode,
* like fsGroup, and as a result, other mode bits could be set.
* the chmod numeric notation with a leading zero. Some examples: for chmod 640 (u=rw,g=r), set to
* 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493
* (base-10). * This might be in conflict with other options that affect the file mode, like
* fsGroup, and the result can be other mode bits set. This might be in conflict with other
* options that affect the file mode, like fsGroup, and as a result, other mode bits could be set.
* @return value or {@code null} for none
*/
public java.lang.Integer getDefaultMode() {
Expand All @@ -86,12 +84,11 @@ public java.lang.Integer getDefaultMode() {
* 0000 and 0777 (octal), defaulting to 0444. Directories within the path are not affected by this
* setting. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is
* an integer representation of the mode bits. So, the octal integer value should look exactly as
* the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to
* 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10).
* For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in
* conflict with other options that affect the file mode, like fsGroup, and the result can be
* other mode bits set. This might be in conflict with other options that affect the file mode,
* like fsGroup, and as a result, other mode bits could be set.
* the chmod numeric notation with a leading zero. Some examples: for chmod 640 (u=rw,g=r), set to
* 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493
* (base-10). * This might be in conflict with other options that affect the file mode, like
* fsGroup, and the result can be other mode bits set. This might be in conflict with other
* options that affect the file mode, like fsGroup, and as a result, other mode bits could be set.
* @param defaultMode defaultMode or {@code null} for none
*/
public GoogleCloudRunV2SecretVolumeSource setDefaultMode(java.lang.Integer defaultMode) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ public final class GoogleCloudRunV2VersionToPath extends com.google.api.client.j
* or not set, the Volume's default mode will be used. Notes * Internally, a umask of 0222 will be
* applied to any non-zero value. * This is an integer representation of the mode bits. So, the
* octal integer value should look exactly as the chmod numeric notation with a leading zero. Some
* examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640
* (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755
* (octal) or 493 (base-10). * This might be in conflict with other options that affect the file
* mode, like fsGroup, and the result can be other mode bits set.
* examples: for chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755
* (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other
* options that affect the file mode, like fsGroup, and the result can be other mode bits set.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -64,10 +63,9 @@ public final class GoogleCloudRunV2VersionToPath extends com.google.api.client.j
* or not set, the Volume's default mode will be used. Notes * Internally, a umask of 0222 will be
* applied to any non-zero value. * This is an integer representation of the mode bits. So, the
* octal integer value should look exactly as the chmod numeric notation with a leading zero. Some
* examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640
* (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755
* (octal) or 493 (base-10). * This might be in conflict with other options that affect the file
* mode, like fsGroup, and the result can be other mode bits set.
* examples: for chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755
* (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other
* options that affect the file mode, like fsGroup, and the result can be other mode bits set.
* @return value or {@code null} for none
*/
public java.lang.Integer getMode() {
Expand All @@ -79,10 +77,9 @@ public java.lang.Integer getMode() {
* or not set, the Volume's default mode will be used. Notes * Internally, a umask of 0222 will be
* applied to any non-zero value. * This is an integer representation of the mode bits. So, the
* octal integer value should look exactly as the chmod numeric notation with a leading zero. Some
* examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640
* (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755
* (octal) or 493 (base-10). * This might be in conflict with other options that affect the file
* mode, like fsGroup, and the result can be other mode bits set.
* examples: for chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755
* (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other
* options that affect the file mode, like fsGroup, and the result can be other mode bits set.
* @param mode mode or {@code null} for none
*/
public GoogleCloudRunV2VersionToPath setMode(java.lang.Integer mode) {
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-run/v2/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-run</artifactId>
<version>v2-rev20241109-2.0.0</version>
<name>Cloud Run Admin API v2-rev20241109-2.0.0</name>
<version>v2-rev20241115-2.0.0</version>
<name>Cloud Run Admin API v2-rev20241115-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-run/v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-run</artifactId>
<version>v2-rev20241109-2.0.0</version>
<version>v2-rev20241115-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-run:v2-rev20241109-2.0.0'
implementation 'com.google.apis:google-api-services-run:v2-rev20241115-2.0.0'
}
```

Expand Down

0 comments on commit d6a35b4

Please sign in to comment.