Skip to content

Commit fc2c104

Browse files
chore: regenerate saasservicemgmt client
1 parent 5ec85f7 commit fc2c104

File tree

7 files changed

+83
-23
lines changed

7 files changed

+83
-23
lines changed

clients/google-api-services-saasservicemgmt/v1beta1/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-saasservicemgmt</artifactId>
25-
<version>v1beta1-rev20251207-2.0.0</version>
25+
<version>v1beta1-rev20260128-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-saasservicemgmt:v1beta1-rev20251207-2.0.0'
38+
implementation 'com.google.apis:google-api-services-saasservicemgmt:v1beta1-rev20260128-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-saasservicemgmt/v1beta1/2.0.0/com/google/api/services/saasservicemgmt/v1beta1/SaaSServiceManagement.java

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,10 @@ public Get set(String parameterName, Object value) {
312312
}
313313
}
314314
/**
315-
* Lists information about the supported locations for this service.
315+
* Lists information about the supported locations for this service. This method can be called in
316+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
317+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
318+
* public locations as well as private or other locations specifically visible to the project.
316319
*
317320
* Create a request for the method "locations.list".
318321
*
@@ -336,7 +339,10 @@ public class List extends SaaSServiceManagementRequest<com.google.api.services.s
336339
java.util.regex.Pattern.compile("^projects/[^/]+$");
337340

338341
/**
339-
* Lists information about the supported locations for this service.
342+
* Lists information about the supported locations for this service. This method can be called in
343+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
344+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
345+
* public locations as well as private or other locations specifically visible to the project.
340346
*
341347
* Create a request for the method "locations.list".
342348
*

clients/google-api-services-saasservicemgmt/v1beta1/2.0.0/com/google/api/services/saasservicemgmt/v1beta1/model/Rollout.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ public final class Rollout extends com.google.api.client.json.GenericJson {
5656
@com.google.api.client.util.Key
5757
private String createTime;
5858

59+
/**
60+
* Output only. The timestamp when the resource was marked for deletion (deletion is an
61+
* asynchronous operation).
62+
* The value may be {@code null}.
63+
*/
64+
@com.google.api.client.util.Key
65+
private String deleteTime;
66+
5967
/**
6068
* Optional. Output only. Output only snapshot of the effective unit filter at Rollout start time.
6169
* Contains a CEL(https://github.com/google/cel-spec) expression consisting of a conjunction of
@@ -274,6 +282,25 @@ public Rollout setCreateTime(String createTime) {
274282
return this;
275283
}
276284

285+
/**
286+
* Output only. The timestamp when the resource was marked for deletion (deletion is an
287+
* asynchronous operation).
288+
* @return value or {@code null} for none
289+
*/
290+
public String getDeleteTime() {
291+
return deleteTime;
292+
}
293+
294+
/**
295+
* Output only. The timestamp when the resource was marked for deletion (deletion is an
296+
* asynchronous operation).
297+
* @param deleteTime deleteTime or {@code null} for none
298+
*/
299+
public Rollout setDeleteTime(String deleteTime) {
300+
this.deleteTime = deleteTime;
301+
return this;
302+
}
303+
277304
/**
278305
* Optional. Output only. Output only snapshot of the effective unit filter at Rollout start time.
279306
* Contains a CEL(https://github.com/google/cel-spec) expression consisting of a conjunction of

clients/google-api-services-saasservicemgmt/v1beta1/2.0.0/com/google/api/services/saasservicemgmt/v1beta1/model/RolloutStats.java

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
public final class RolloutStats extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Output only. A breakdown of the progress of operations triggered by the rollout. Provides a
34-
* count of Operations by their state. This can be used to determine the number of units which
35-
* have been updated, or are scheduled to be updated. There will be at most one entry per group.
36-
* Possible values for operation groups are: - "SCHEDULED" - "PENDING" - "RUNNING" - "SUCCEEDED" -
37-
* "FAILED" - "CANCELLED"
33+
* Optional. Output only. Unordered list. A breakdown of the progress of operations triggered by
34+
* the rollout. Provides a count of Operations by their state. This can be used to determine the
35+
* number of units which have been updated, or are scheduled to be updated. There will be at most
36+
* one entry per group. Possible values for operation groups are: - "SCHEDULED" - "PENDING" -
37+
* "RUNNING" - "SUCCEEDED" - "FAILED" - "CANCELLED"
3838
* The value may be {@code null}.
3939
*/
4040
@com.google.api.client.util.Key
@@ -47,23 +47,23 @@ public final class RolloutStats extends com.google.api.client.json.GenericJson {
4747
}
4848

4949
/**
50-
* Output only. A breakdown of the progress of operations triggered by the rollout. Provides a
51-
* count of Operations by their state. This can be used to determine the number of units which
52-
* have been updated, or are scheduled to be updated. There will be at most one entry per group.
53-
* Possible values for operation groups are: - "SCHEDULED" - "PENDING" - "RUNNING" - "SUCCEEDED" -
54-
* "FAILED" - "CANCELLED"
50+
* Optional. Output only. Unordered list. A breakdown of the progress of operations triggered by
51+
* the rollout. Provides a count of Operations by their state. This can be used to determine the
52+
* number of units which have been updated, or are scheduled to be updated. There will be at most
53+
* one entry per group. Possible values for operation groups are: - "SCHEDULED" - "PENDING" -
54+
* "RUNNING" - "SUCCEEDED" - "FAILED" - "CANCELLED"
5555
* @return value or {@code null} for none
5656
*/
5757
public java.util.List<Aggregate> getOperationsByState() {
5858
return operationsByState;
5959
}
6060

6161
/**
62-
* Output only. A breakdown of the progress of operations triggered by the rollout. Provides a
63-
* count of Operations by their state. This can be used to determine the number of units which
64-
* have been updated, or are scheduled to be updated. There will be at most one entry per group.
65-
* Possible values for operation groups are: - "SCHEDULED" - "PENDING" - "RUNNING" - "SUCCEEDED" -
66-
* "FAILED" - "CANCELLED"
62+
* Optional. Output only. Unordered list. A breakdown of the progress of operations triggered by
63+
* the rollout. Provides a count of Operations by their state. This can be used to determine the
64+
* number of units which have been updated, or are scheduled to be updated. There will be at most
65+
* one entry per group. Possible values for operation groups are: - "SCHEDULED" - "PENDING" -
66+
* "RUNNING" - "SUCCEEDED" - "FAILED" - "CANCELLED"
6767
* @param operationsByState operationsByState or {@code null} for none
6868
*/
6969
public RolloutStats setOperationsByState(java.util.List<Aggregate> operationsByState) {

clients/google-api-services-saasservicemgmt/v1beta1/2.0.0/com/google/api/services/saasservicemgmt/v1beta1/model/UnitOperation.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ public final class UnitOperation extends com.google.api.client.json.GenericJson
6767
@com.google.api.client.util.Key
6868
private String createTime;
6969

70+
/**
71+
* Output only. The timestamp when the resource was marked for deletion (deletion is an
72+
* asynchronous operation).
73+
* The value may be {@code null}.
74+
*/
75+
@com.google.api.client.util.Key
76+
private String deleteTime;
77+
7078
/**
7179
* The value may be {@code null}.
7280
*/
@@ -261,6 +269,25 @@ public UnitOperation setCreateTime(String createTime) {
261269
return this;
262270
}
263271

272+
/**
273+
* Output only. The timestamp when the resource was marked for deletion (deletion is an
274+
* asynchronous operation).
275+
* @return value or {@code null} for none
276+
*/
277+
public String getDeleteTime() {
278+
return deleteTime;
279+
}
280+
281+
/**
282+
* Output only. The timestamp when the resource was marked for deletion (deletion is an
283+
* asynchronous operation).
284+
* @param deleteTime deleteTime or {@code null} for none
285+
*/
286+
public UnitOperation setDeleteTime(String deleteTime) {
287+
this.deleteTime = deleteTime;
288+
return this;
289+
}
290+
264291
/**
265292
* @return value or {@code null} for none
266293
*/

clients/google-api-services-saasservicemgmt/v1beta1/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-saasservicemgmt</artifactId>
11-
<version>v1beta1-rev20251207-2.0.0</version>
12-
<name>SaaS Runtime API v1beta1-rev20251207-2.0.0</name>
11+
<version>v1beta1-rev20260128-2.0.0</version>
12+
<name>SaaS Runtime API v1beta1-rev20260128-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-saasservicemgmt/v1beta1/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-saasservicemgmt</artifactId>
25-
<version>v1beta1-rev20251207-2.0.0</version>
25+
<version>v1beta1-rev20260128-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-saasservicemgmt:v1beta1-rev20251207-2.0.0'
38+
implementation 'com.google.apis:google-api-services-saasservicemgmt:v1beta1-rev20260128-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)