Skip to content

Commit a914400

Browse files
1 parent 3a5a846 commit a914400

20 files changed

Lines changed: 272 additions & 3664 deletions

File tree

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

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

Lines changed: 232 additions & 2521 deletions
Large diffs are not rendered by default.

clients/google-api-services-saasservicemgmt/v1/2.0.0/com/google/api/services/saasservicemgmt/v1/model/ListSaasReleasesResponse.java

Lines changed: 0 additions & 118 deletions
This file was deleted.

clients/google-api-services-saasservicemgmt/v1/2.0.0/com/google/api/services/saasservicemgmt/v1/model/ListUnitGroupOperationsResponse.java

Lines changed: 0 additions & 118 deletions
This file was deleted.

clients/google-api-services-saasservicemgmt/v1/2.0.0/com/google/api/services/saasservicemgmt/v1/model/ListUnitGroupsResponse.java

Lines changed: 0 additions & 118 deletions
This file was deleted.

clients/google-api-services-saasservicemgmt/v1/2.0.0/com/google/api/services/saasservicemgmt/v1/model/RolloutKind.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
package com.google.api.services.saasservicemgmt.v1.model;
1818

1919
/**
20-
* An object that describes various settings of Rollout execution. Includes built-in policies across
21-
* GCP and GDC, and customizable policies.
20+
* An object that describes various settings of Rollout execution. Includes built-in and
21+
* customizable policies.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the App Lifecycle Manager API. For a detailed explanation

0 commit comments

Comments
 (0)