Skip to content

Commit 28defaa

Browse files
1 parent c7b7627 commit 28defaa

File tree

12 files changed

+188
-31
lines changed

12 files changed

+188
-31
lines changed

clients/google-api-services-run/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-run</artifactId>
25-
<version>v1-rev20250912-2.0.0</version>
25+
<version>v1-rev20250929-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-run:v1-rev20250912-2.0.0'
38+
implementation 'com.google.apis:google-api-services-run:v1-rev20250929-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-run/v1/2.0.0/com/google/api/services/run/v1/CloudRun.java

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10009,6 +10009,40 @@ public List setPageToken(java.lang.String pageToken) {
1000910009
return this;
1001010010
}
1001110011

10012+
/**
10013+
* When set to `true`, operations that are reachable are returned as normal, and those
10014+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
10015+
* This can only be `true` when reading across collections e.g. when `parent` is set to
10016+
* `"projects/example/locations/-"`. This field is not by default supported and will
10017+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
10018+
* service or product specific documentation.
10019+
*/
10020+
@com.google.api.client.util.Key
10021+
private java.lang.Boolean returnPartialSuccess;
10022+
10023+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
10024+
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
10025+
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
10026+
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
10027+
explicitly documented otherwise in service or product specific documentation.
10028+
*/
10029+
public java.lang.Boolean getReturnPartialSuccess() {
10030+
return returnPartialSuccess;
10031+
}
10032+
10033+
/**
10034+
* When set to `true`, operations that are reachable are returned as normal, and those
10035+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
10036+
* This can only be `true` when reading across collections e.g. when `parent` is set to
10037+
* `"projects/example/locations/-"`. This field is not by default supported and will
10038+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
10039+
* service or product specific documentation.
10040+
*/
10041+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
10042+
this.returnPartialSuccess = returnPartialSuccess;
10043+
return this;
10044+
}
10045+
1001210046
@Override
1001310047
public List set(String parameterName, Object value) {
1001410048
return (List) super.set(parameterName, value);

clients/google-api-services-run/v1/2.0.0/com/google/api/services/run/v1/model/GoogleLongrunningListOperationsResponse.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ public final class GoogleLongrunningListOperationsResponse extends com.google.ap
4343
@com.google.api.client.util.Key
4444
private java.util.List<GoogleLongrunningOperation> operations;
4545

46+
/**
47+
* Unordered list. Unreachable resources. Populated when the request sets
48+
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
49+
* attempting to list all resources across all supported locations.
50+
* The value may be {@code null}.
51+
*/
52+
@com.google.api.client.util.Key
53+
private java.util.List<java.lang.String> unreachable;
54+
4655
/**
4756
* The standard List next-page token.
4857
* @return value or {@code null} for none
@@ -77,6 +86,27 @@ public GoogleLongrunningListOperationsResponse setOperations(java.util.List<Goog
7786
return this;
7887
}
7988

89+
/**
90+
* Unordered list. Unreachable resources. Populated when the request sets
91+
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
92+
* attempting to list all resources across all supported locations.
93+
* @return value or {@code null} for none
94+
*/
95+
public java.util.List<java.lang.String> getUnreachable() {
96+
return unreachable;
97+
}
98+
99+
/**
100+
* Unordered list. Unreachable resources. Populated when the request sets
101+
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
102+
* attempting to list all resources across all supported locations.
103+
* @param unreachable unreachable or {@code null} for none
104+
*/
105+
public GoogleLongrunningListOperationsResponse setUnreachable(java.util.List<java.lang.String> unreachable) {
106+
this.unreachable = unreachable;
107+
return this;
108+
}
109+
80110
@Override
81111
public GoogleLongrunningListOperationsResponse set(String fieldName, Object value) {
82112
return (GoogleLongrunningListOperationsResponse) super.set(fieldName, value);

clients/google-api-services-run/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-run</artifactId>
11-
<version>v1-rev20250912-2.0.0</version>
12-
<name>Cloud Run Admin API v1-rev20250912-2.0.0</name>
11+
<version>v1-rev20250929-2.0.0</version>
12+
<name>Cloud Run Admin API v1-rev20250929-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-run/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-run</artifactId>
25-
<version>v1-rev20250912-2.0.0</version>
25+
<version>v1-rev20250929-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-run:v1-rev20250912-2.0.0'
38+
implementation 'com.google.apis:google-api-services-run:v1-rev20250929-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-run/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-run</artifactId>
25-
<version>v2-rev20250905-2.0.0</version>
25+
<version>v2-rev20250929-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-run:v2-rev20250905-2.0.0'
38+
implementation 'com.google.apis:google-api-services-run:v2-rev20250929-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/CloudRun.java

Lines changed: 49 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4314,6 +4314,40 @@ public List setPageToken(java.lang.String pageToken) {
43144314
return this;
43154315
}
43164316

4317+
/**
4318+
* When set to `true`, operations that are reachable are returned as normal, and those
4319+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
4320+
* This can only be `true` when reading across collections e.g. when `parent` is set to
4321+
* `"projects/example/locations/-"`. This field is not by default supported and will
4322+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
4323+
* service or product specific documentation.
4324+
*/
4325+
@com.google.api.client.util.Key
4326+
private java.lang.Boolean returnPartialSuccess;
4327+
4328+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
4329+
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
4330+
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
4331+
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
4332+
explicitly documented otherwise in service or product specific documentation.
4333+
*/
4334+
public java.lang.Boolean getReturnPartialSuccess() {
4335+
return returnPartialSuccess;
4336+
}
4337+
4338+
/**
4339+
* When set to `true`, operations that are reachable are returned as normal, and those
4340+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
4341+
* This can only be `true` when reading across collections e.g. when `parent` is set to
4342+
* `"projects/example/locations/-"`. This field is not by default supported and will
4343+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
4344+
* service or product specific documentation.
4345+
*/
4346+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
4347+
this.returnPartialSuccess = returnPartialSuccess;
4348+
return this;
4349+
}
4350+
43174351
@Override
43184352
public List set(String parameterName, Object value) {
43194353
return (List) super.set(parameterName, value);
@@ -5427,9 +5461,10 @@ public List set(String parameterName, Object value) {
54275461
* This request holds the parameters needed by the run server. After setting any optional
54285462
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
54295463
*
5430-
* @param name The fully qualified name of this Service. In CreateServiceRequest, this field is ignored, and
5431-
* instead composed from CreateServiceRequest.parent and CreateServiceRequest.service_id.
5432-
* Format: projects/{project}/locations/{location}/services/{service_id}
5464+
* @param name Identifier. The fully qualified name of this Service. In CreateServiceRequest, this field is
5465+
* ignored, and instead composed from CreateServiceRequest.parent and
5466+
* CreateServiceRequest.service_id. Format:
5467+
* projects/{project}/locations/{location}/services/{service_id}
54335468
* @param content the {@link com.google.api.services.run.v2.model.GoogleCloudRunV2Service}
54345469
* @return the request
54355470
*/
@@ -5456,9 +5491,10 @@ public class Patch extends CloudRunRequest<com.google.api.services.run.v2.model.
54565491
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
54575492
* be called to initialize this instance immediately after invoking the constructor. </p>
54585493
*
5459-
* @param name The fully qualified name of this Service. In CreateServiceRequest, this field is ignored, and
5460-
* instead composed from CreateServiceRequest.parent and CreateServiceRequest.service_id.
5461-
* Format: projects/{project}/locations/{location}/services/{service_id}
5494+
* @param name Identifier. The fully qualified name of this Service. In CreateServiceRequest, this field is
5495+
* ignored, and instead composed from CreateServiceRequest.parent and
5496+
* CreateServiceRequest.service_id. Format:
5497+
* projects/{project}/locations/{location}/services/{service_id}
54625498
* @param content the {@link com.google.api.services.run.v2.model.GoogleCloudRunV2Service}
54635499
* @since 1.13
54645500
*/
@@ -5528,25 +5564,25 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
55285564
}
55295565

55305566
/**
5531-
* The fully qualified name of this Service. In CreateServiceRequest, this field is
5532-
* ignored, and instead composed from CreateServiceRequest.parent and
5567+
* Identifier. The fully qualified name of this Service. In CreateServiceRequest, this
5568+
* field is ignored, and instead composed from CreateServiceRequest.parent and
55335569
* CreateServiceRequest.service_id. Format:
55345570
* projects/{project}/locations/{location}/services/{service_id}
55355571
*/
55365572
@com.google.api.client.util.Key
55375573
private java.lang.String name;
55385574

5539-
/** The fully qualified name of this Service. In CreateServiceRequest, this field is ignored, and
5540-
instead composed from CreateServiceRequest.parent and CreateServiceRequest.service_id. Format:
5541-
projects/{project}/locations/{location}/services/{service_id}
5575+
/** Identifier. The fully qualified name of this Service. In CreateServiceRequest, this field is
5576+
ignored, and instead composed from CreateServiceRequest.parent and CreateServiceRequest.service_id.
5577+
Format: projects/{project}/locations/{location}/services/{service_id}
55425578
*/
55435579
public java.lang.String getName() {
55445580
return name;
55455581
}
55465582

55475583
/**
5548-
* The fully qualified name of this Service. In CreateServiceRequest, this field is
5549-
* ignored, and instead composed from CreateServiceRequest.parent and
5584+
* Identifier. The fully qualified name of this Service. In CreateServiceRequest, this
5585+
* field is ignored, and instead composed from CreateServiceRequest.parent and
55505586
* CreateServiceRequest.service_id. Format:
55515587
* projects/{project}/locations/{location}/services/{service_id}
55525588
*/

clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2Service.java

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,9 @@ public final class GoogleCloudRunV2Service extends com.google.api.client.json.Ge
237237
private GoogleCloudRunV2MultiRegionSettings multiRegionSettings;
238238

239239
/**
240-
* The fully qualified name of this Service. In CreateServiceRequest, this field is ignored, and
241-
* instead composed from CreateServiceRequest.parent and CreateServiceRequest.service_id. Format:
240+
* Identifier. The fully qualified name of this Service. In CreateServiceRequest, this field is
241+
* ignored, and instead composed from CreateServiceRequest.parent and
242+
* CreateServiceRequest.service_id. Format:
242243
* projects/{project}/locations/{location}/services/{service_id}
243244
* The value may be {@code null}.
244245
*/
@@ -828,8 +829,9 @@ public GoogleCloudRunV2Service setMultiRegionSettings(GoogleCloudRunV2MultiRegio
828829
}
829830

830831
/**
831-
* The fully qualified name of this Service. In CreateServiceRequest, this field is ignored, and
832-
* instead composed from CreateServiceRequest.parent and CreateServiceRequest.service_id. Format:
832+
* Identifier. The fully qualified name of this Service. In CreateServiceRequest, this field is
833+
* ignored, and instead composed from CreateServiceRequest.parent and
834+
* CreateServiceRequest.service_id. Format:
833835
* projects/{project}/locations/{location}/services/{service_id}
834836
* @return value or {@code null} for none
835837
*/
@@ -838,8 +840,9 @@ public java.lang.String getName() {
838840
}
839841

840842
/**
841-
* The fully qualified name of this Service. In CreateServiceRequest, this field is ignored, and
842-
* instead composed from CreateServiceRequest.parent and CreateServiceRequest.service_id. Format:
843+
* Identifier. The fully qualified name of this Service. In CreateServiceRequest, this field is
844+
* ignored, and instead composed from CreateServiceRequest.parent and
845+
* CreateServiceRequest.service_id. Format:
843846
* projects/{project}/locations/{location}/services/{service_id}
844847
* @param name name or {@code null} for none
845848
*/

clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2SubmitBuildRequest.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ public final class GoogleCloudRunV2SubmitBuildRequest extends com.google.api.cli
3636
@com.google.api.client.util.Key
3737
private GoogleCloudRunV2BuildpacksBuild buildpackBuild;
3838

39+
/**
40+
* Optional. The client that initiated the build request.
41+
* The value may be {@code null}.
42+
*/
43+
@com.google.api.client.util.Key
44+
private java.lang.String client;
45+
3946
/**
4047
* Build the source using Docker. This means the source has a Dockerfile.
4148
* The value may be {@code null}.
@@ -115,6 +122,23 @@ public GoogleCloudRunV2SubmitBuildRequest setBuildpackBuild(GoogleCloudRunV2Buil
115122
return this;
116123
}
117124

125+
/**
126+
* Optional. The client that initiated the build request.
127+
* @return value or {@code null} for none
128+
*/
129+
public java.lang.String getClient() {
130+
return client;
131+
}
132+
133+
/**
134+
* Optional. The client that initiated the build request.
135+
* @param client client or {@code null} for none
136+
*/
137+
public GoogleCloudRunV2SubmitBuildRequest setClient(java.lang.String client) {
138+
this.client = client;
139+
return this;
140+
}
141+
118142
/**
119143
* Build the source using Docker. This means the source has a Dockerfile.
120144
* @return value or {@code null} for none

clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleLongrunningListOperationsResponse.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ public final class GoogleLongrunningListOperationsResponse extends com.google.ap
4343
@com.google.api.client.util.Key
4444
private java.util.List<GoogleLongrunningOperation> operations;
4545

46+
/**
47+
* Unordered list. Unreachable resources. Populated when the request sets
48+
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
49+
* attempting to list all resources across all supported locations.
50+
* The value may be {@code null}.
51+
*/
52+
@com.google.api.client.util.Key
53+
private java.util.List<java.lang.String> unreachable;
54+
4655
/**
4756
* The standard List next-page token.
4857
* @return value or {@code null} for none
@@ -77,6 +86,27 @@ public GoogleLongrunningListOperationsResponse setOperations(java.util.List<Goog
7786
return this;
7887
}
7988

89+
/**
90+
* Unordered list. Unreachable resources. Populated when the request sets
91+
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
92+
* attempting to list all resources across all supported locations.
93+
* @return value or {@code null} for none
94+
*/
95+
public java.util.List<java.lang.String> getUnreachable() {
96+
return unreachable;
97+
}
98+
99+
/**
100+
* Unordered list. Unreachable resources. Populated when the request sets
101+
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
102+
* attempting to list all resources across all supported locations.
103+
* @param unreachable unreachable or {@code null} for none
104+
*/
105+
public GoogleLongrunningListOperationsResponse setUnreachable(java.util.List<java.lang.String> unreachable) {
106+
this.unreachable = unreachable;
107+
return this;
108+
}
109+
80110
@Override
81111
public GoogleLongrunningListOperationsResponse set(String fieldName, Object value) {
82112
return (GoogleLongrunningListOperationsResponse) super.set(fieldName, value);

0 commit comments

Comments
 (0)