Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-run/v1/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>v1-rev20260612-2.0.0</version>
<version>v1-rev20260619-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-run:v1-rev20260612-2.0.0'
implementation 'com.google.apis:google-api-services-run:v1-rev20260619-2.0.0'
}
```

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
package com.google.api.services.run.v1.model;

/**
* Instance represents the configuration of a single Instance, which references a container image
* which is run to completion.
* An Instance represents the configuration of a single instance that references a container image
* and runs to completion.
*
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Cloud Run Admin API. For a detailed explanation see:
Expand Down Expand Up @@ -56,14 +56,14 @@ public final class Instance extends com.google.api.client.json.GenericJson {
private ObjectMeta metadata;

/**
* Optional. Specification of the desired behavior of a Instance.
* Optional. Specification of the desired behavior of an Instance.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private InstanceSpec spec;

/**
* Output only. Current status of a Instance.
* Output only. Current status of an Instance.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -129,15 +129,15 @@ public Instance setMetadata(ObjectMeta metadata) {
}

/**
* Optional. Specification of the desired behavior of a Instance.
* Optional. Specification of the desired behavior of an Instance.
* @return value or {@code null} for none
*/
public InstanceSpec getSpec() {
return spec;
}

/**
* Optional. Specification of the desired behavior of a Instance.
* Optional. Specification of the desired behavior of an Instance.
* @param spec spec or {@code null} for none
*/
public Instance setSpec(InstanceSpec spec) {
Expand All @@ -146,15 +146,15 @@ public Instance setSpec(InstanceSpec spec) {
}

/**
* Output only. Current status of a Instance.
* Output only. Current status of an Instance.
* @return value or {@code null} for none
*/
public InstanceStatus getStatus() {
return status;
}

/**
* Output only. Current status of a Instance.
* Output only. Current status of an Instance.
* @param status status or {@code null} for none
*/
public Instance setStatus(InstanceStatus status) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package com.google.api.services.run.v1.model;

/**
* InstanceStatus represents the current state of a Instance.
* InstanceStatus represents the current state of an Instance.
*
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Cloud Run Admin API. For a detailed explanation see:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ public final class ObjectMeta extends com.google.api.client.json.GenericJson {
* Service. * `run.googleapis.com/build-name`: Service. * `run.googleapis.com/build-service-
* account`: Service. * `run.googleapis.com/build-source-location`: Service, Revision. *
* `run.googleapis.com/build-worker-pool`: Service. * `run.googleapis.com/client-name`: All
* resources. * `run.googleapis.com/cloudsql-instances`: Revision, Execution . *
* resources. * `run.googleapis.com/cloudsql-instances`: Revision, Execution, Instance. *
* `run.googleapis.com/container-dependencies`: Revision . * `run.googleapis.com/cpu-throttling`:
* Revision. * `run.googleapis.com/custom-audiences`: Service. * `run.googleapis.com/default-url-
* disabled`: Service. * `run.googleapis.com/description`: Service. *
* `run.googleapis.com/encryption-key-shutdown-hours`: Revision * `run.googleapis.com/encryption-
* key`: Revision, Execution . * `run.googleapis.com/execution-environment`: Revision, Execution .
* * `run.googleapis.com/gc-traffic-tags`: Service. * `run.googleapis.com/gpu-zonal-redundancy-
* disabled`: Revision. * `run.googleapis.com/health-check-disabled`: Revision. *
* key`: Revision, Execution, Instance. * `run.googleapis.com/execution-environment`: Revision,
* Execution. * `run.googleapis.com/gc-traffic-tags`: Service. * `run.googleapis.com/gpu-zonal-
* redundancy-disabled`: Revision. * `run.googleapis.com/health-check-disabled`: Revision. *
* `run.googleapis.com/ingress`: Service, Instance. * `run.googleapis.com/invoker-iam-disabled`:
* Service, Instance. * `run.googleapis.com/launch-stage`: Service, Job. *
* `run.googleapis.com/minScale`: Service. * `run.googleapis.com/maxScale`: Service. *
Expand Down Expand Up @@ -191,14 +191,14 @@ public final class ObjectMeta extends com.google.api.client.json.GenericJson {
* Service. * `run.googleapis.com/build-name`: Service. * `run.googleapis.com/build-service-
* account`: Service. * `run.googleapis.com/build-source-location`: Service, Revision. *
* `run.googleapis.com/build-worker-pool`: Service. * `run.googleapis.com/client-name`: All
* resources. * `run.googleapis.com/cloudsql-instances`: Revision, Execution . *
* resources. * `run.googleapis.com/cloudsql-instances`: Revision, Execution, Instance. *
* `run.googleapis.com/container-dependencies`: Revision . * `run.googleapis.com/cpu-throttling`:
* Revision. * `run.googleapis.com/custom-audiences`: Service. * `run.googleapis.com/default-url-
* disabled`: Service. * `run.googleapis.com/description`: Service. *
* `run.googleapis.com/encryption-key-shutdown-hours`: Revision * `run.googleapis.com/encryption-
* key`: Revision, Execution . * `run.googleapis.com/execution-environment`: Revision, Execution .
* * `run.googleapis.com/gc-traffic-tags`: Service. * `run.googleapis.com/gpu-zonal-redundancy-
* disabled`: Revision. * `run.googleapis.com/health-check-disabled`: Revision. *
* key`: Revision, Execution, Instance. * `run.googleapis.com/execution-environment`: Revision,
* Execution. * `run.googleapis.com/gc-traffic-tags`: Service. * `run.googleapis.com/gpu-zonal-
* redundancy-disabled`: Revision. * `run.googleapis.com/health-check-disabled`: Revision. *
* `run.googleapis.com/ingress`: Service, Instance. * `run.googleapis.com/invoker-iam-disabled`:
* Service, Instance. * `run.googleapis.com/launch-stage`: Service, Job. *
* `run.googleapis.com/minScale`: Service. * `run.googleapis.com/maxScale`: Service. *
Expand Down Expand Up @@ -230,14 +230,14 @@ public java.util.Map<String, java.lang.String> getAnnotations() {
* Service. * `run.googleapis.com/build-name`: Service. * `run.googleapis.com/build-service-
* account`: Service. * `run.googleapis.com/build-source-location`: Service, Revision. *
* `run.googleapis.com/build-worker-pool`: Service. * `run.googleapis.com/client-name`: All
* resources. * `run.googleapis.com/cloudsql-instances`: Revision, Execution . *
* resources. * `run.googleapis.com/cloudsql-instances`: Revision, Execution, Instance. *
* `run.googleapis.com/container-dependencies`: Revision . * `run.googleapis.com/cpu-throttling`:
* Revision. * `run.googleapis.com/custom-audiences`: Service. * `run.googleapis.com/default-url-
* disabled`: Service. * `run.googleapis.com/description`: Service. *
* `run.googleapis.com/encryption-key-shutdown-hours`: Revision * `run.googleapis.com/encryption-
* key`: Revision, Execution . * `run.googleapis.com/execution-environment`: Revision, Execution .
* * `run.googleapis.com/gc-traffic-tags`: Service. * `run.googleapis.com/gpu-zonal-redundancy-
* disabled`: Revision. * `run.googleapis.com/health-check-disabled`: Revision. *
* key`: Revision, Execution, Instance. * `run.googleapis.com/execution-environment`: Revision,
* Execution. * `run.googleapis.com/gc-traffic-tags`: Service. * `run.googleapis.com/gpu-zonal-
* redundancy-disabled`: Revision. * `run.googleapis.com/health-check-disabled`: Revision. *
* `run.googleapis.com/ingress`: Service, Instance. * `run.googleapis.com/invoker-iam-disabled`:
* Service, Instance. * `run.googleapis.com/launch-stage`: Service, Job. *
* `run.googleapis.com/minScale`: Service. * `run.googleapis.com/maxScale`: Service. *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,19 +85,6 @@ public final class RevisionSpec extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private java.lang.String runtimeClassName;

/**
* Optional. Container templates that can be launched through the `sandbox` CLI.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.util.List<Container> sandboxes;

static {
// hack to force ProGuard to consider Container used, since otherwise it would be stripped out
// see https://github.com/google/google-api-java-client/issues/543
com.google.api.client.util.Data.nullOf(Container.class);
}

/**
* Email address of the IAM service account associated with the revision of the service. The
* service account represents the identity of the running revision, and determines what
Expand Down Expand Up @@ -229,23 +216,6 @@ public RevisionSpec setRuntimeClassName(java.lang.String runtimeClassName) {
return this;
}

/**
* Optional. Container templates that can be launched through the `sandbox` CLI.
* @return value or {@code null} for none
*/
public java.util.List<Container> getSandboxes() {
return sandboxes;
}

/**
* Optional. Container templates that can be launched through the `sandbox` CLI.
* @param sandboxes sandboxes or {@code null} for none
*/
public RevisionSpec setSandboxes(java.util.List<Container> sandboxes) {
this.sandboxes = sandboxes;
return this;
}

/**
* Email address of the IAM service account associated with the revision of the service. The
* service account represents the identity of the running revision, and determines what
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-run/v1/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>v1-rev20260612-2.0.0</version>
<name>Cloud Run Admin API v1-rev20260612-2.0.0</name>
<version>v1-rev20260619-2.0.0</version>
<name>Cloud Run Admin API v1-rev20260619-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-run/v1/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>v1-rev20260612-2.0.0</version>
<version>v1-rev20260619-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-run:v1-rev20260612-2.0.0'
implementation 'com.google.apis:google-api-services-run:v1-rev20260619-2.0.0'
}
```

Expand Down
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-rev20260612-2.0.0</version>
<version>v2-rev20260619-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-rev20260612-2.0.0'
implementation 'com.google.apis:google-api-services-run:v2-rev20260619-2.0.0'
}
```

Expand Down
Loading
Loading