Skip to content

Commit 7115dac

Browse files
1 parent 8e57aa6 commit 7115dac

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+59
-99
lines changed

clients/google-api-services-saasservicemgmt/v1beta1/2.0.0/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# SaaS Service Management API Client Library for Java
1+
# SaaS Runtime API Client Library for Java
22

33

44

5-
This page contains information about getting started with the SaaS Service Management API
5+
This page contains information about getting started with the SaaS Runtime API
66
using the Google API Client Library for Java. In addition, you may be interested
77
in the following documentation:
88

9-
* Browse the [Javadoc reference for the SaaS Service Management API][javadoc]
9+
* Browse the [Javadoc reference for the SaaS Runtime API][javadoc]
1010
* Read the [Developer's Guide for the Google API Client Library for Java][google-api-client].
11-
* Interact with this API in your browser using the [APIs Explorer for the SaaS Service Management API][api-explorer]
11+
* Interact with this API in your browser using the [APIs Explorer for the SaaS Runtime API][api-explorer]
1212

1313
## Installation
1414

@@ -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-rev20250514-2.0.0</version>
25+
<version>v1beta1-rev20250528-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-rev20250514-2.0.0'
38+
implementation 'com.google.apis:google-api-services-saasservicemgmt:v1beta1-rev20250528-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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*
2626
* <p>
2727
* For more information about this service, see the
28-
* <a href="https://cloud.google.com/" target="_blank">API Documentation</a>
28+
* <a href="https://cloud.google.com/saas-runtime/docs" target="_blank">API Documentation</a>
2929
* </p>
3030
*
3131
* <p>
@@ -49,7 +49,7 @@ public class SaaSServiceManagement extends com.google.api.client.googleapis.serv
4949
com.google.api.client.googleapis.GoogleUtils.MAJOR_VERSION >= 2,
5050
"You are currently running with version %s of google-api-client. " +
5151
"You need at least version 1.31.1 of google-api-client to run version " +
52-
"2.0.0 of the SaaS Service Management API library.", com.google.api.client.googleapis.GoogleUtils.VERSION);
52+
"2.0.0 of the SaaS Runtime API library.", com.google.api.client.googleapis.GoogleUtils.VERSION);
5353
}
5454

5555
/**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.saasservicemgmt.v1beta1;
1818

1919
/**
20-
* Available OAuth 2.0 scopes for use with the SaaS Service Management API.
20+
* Available OAuth 2.0 scopes for use with the SaaS Runtime API.
2121
*
2222
* @since 1.4
2323
*/

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
* example, a collection of unit counts can be aggregated and grouped by their state.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
24-
* transmitted over HTTP when working with the SaaS Service Management API. For a detailed
25-
* explanation see:
24+
* transmitted over HTTP when working with the SaaS Runtime API. For a detailed explanation see:
2625
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2726
* </p>
2827
*

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
* regional path to Artifact Registry (eg. us-east1-docker.pkg.dev).
2424
*
2525
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
26-
* transmitted over HTTP when working with the SaaS Service Management API. For a detailed
27-
* explanation see:
26+
* transmitted over HTTP when working with the SaaS Runtime API. For a detailed explanation see:
2827
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2928
* </p>
3029
*

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
* Dependency represent a single dependency with another unit kind by alias.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the SaaS Service Management API. For a detailed
24-
* explanation see:
23+
* transmitted over HTTP when working with the SaaS Runtime API. For a detailed explanation see:
2524
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2625
* </p>
2726
*

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
* Unit. Can only execute if the Unit is currently provisioned.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
24-
* transmitted over HTTP when working with the SaaS Service Management API. For a detailed
25-
* explanation see:
24+
* transmitted over HTTP when working with the SaaS Runtime API. For a detailed explanation see:
2625
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2726
* </p>
2827
*

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
* instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
2323
*
2424
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
25-
* transmitted over HTTP when working with the SaaS Service Management API. For a detailed
26-
* explanation see:
25+
* transmitted over HTTP when working with the SaaS Runtime API. For a detailed explanation see:
2726
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2827
* </p>
2928
*

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
* allowed_ratio * total_units), the rollout will be paused.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
24-
* transmitted over HTTP when working with the SaaS Service Management API. For a detailed
25-
* explanation see:
24+
* transmitted over HTTP when working with the SaaS Runtime API. For a detailed explanation see:
2625
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2726
* </p>
2827
*

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
* Output variables whose values will be passed on to dependencies
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the SaaS Service Management API. For a detailed
24-
* explanation see:
23+
* transmitted over HTTP when working with the SaaS Runtime API. For a detailed explanation see:
2524
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2625
* </p>
2726
*

0 commit comments

Comments
 (0)