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
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-saasservicemgmt</artifactId>
<version>v1-rev20260603-2.0.0</version>
<version>v1-rev20260610-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-saasservicemgmt:v1-rev20260603-2.0.0'
implementation 'com.google.apis:google-api-services-saasservicemgmt:v1-rev20260610-2.0.0'
}
```

Expand Down

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

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

/**
* An object that describes various settings of Rollout execution. Includes built-in policies across
* GCP and GDC, and customizable policies.
* An object that describes various settings of Rollout execution. Includes built-in and
* customizable policies.
*
* <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 App Lifecycle Manager API. For a detailed explanation
Expand Down
Loading
Loading