Skip to content

Commit 8b0ea9e

Browse files
1 parent 7542068 commit 8b0ea9e

File tree

9 files changed

+40
-37
lines changed

9 files changed

+40
-37
lines changed

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

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

3-
3+
Model, deploy, and operate your SaaS at scale.
44

55
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
@@ -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-rev20250528-2.0.0</version>
25+
<version>v1beta1-rev20250806-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-rev20250528-2.0.0'
38+
implementation 'com.google.apis:google-api-services-saasservicemgmt:v1beta1-rev20250806-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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Service definition for SaaSServiceManagement (v1beta1).
2121
*
2222
* <p>
23-
*
23+
* Model, deploy, and operate your SaaS at scale.
2424
* </p>
2525
*
2626
* <p>

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ public final class Saas extends com.google.api.client.json.GenericJson {
6464
private java.util.Map<String, java.lang.String> labels;
6565

6666
/**
67-
* Optional. Immutable. List of locations that the service is available in. Rollout refers to the
68-
* list to generate a rollout plan.
67+
* Optional. List of locations that the service is available in. Rollout refers to the list to
68+
* generate a rollout plan.
6969
* The value may be {@code null}.
7070
*/
7171
@com.google.api.client.util.Key
@@ -185,17 +185,17 @@ public Saas setLabels(java.util.Map<String, java.lang.String> labels) {
185185
}
186186

187187
/**
188-
* Optional. Immutable. List of locations that the service is available in. Rollout refers to the
189-
* list to generate a rollout plan.
188+
* Optional. List of locations that the service is available in. Rollout refers to the list to
189+
* generate a rollout plan.
190190
* @return value or {@code null} for none
191191
*/
192192
public java.util.List<Location> getLocations() {
193193
return locations;
194194
}
195195

196196
/**
197-
* Optional. Immutable. List of locations that the service is available in. Rollout refers to the
198-
* list to generate a rollout plan.
197+
* Optional. List of locations that the service is available in. Rollout refers to the list to
198+
* generate a rollout plan.
199199
* @param locations locations or {@code null} for none
200200
*/
201201
public Saas setLocations(java.util.List<Location> locations) {

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

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ public final class Tenant extends com.google.api.client.json.GenericJson {
4545

4646
/**
4747
* Optional. Immutable. A reference to the consumer resource this SaaS Tenant is representing. The
48-
* relationship with a consumer resource can be used by EasySaaS for retrieving consumer-defined
49-
* settings and policies such as maintenance policies (using Unified Maintenance Policy API).
48+
* relationship with a consumer resource can be used by SaaS Runtime for retrieving consumer-
49+
* defined settings and policies such as maintenance policies (using Unified Maintenance Policy
50+
* API).
5051
* The value may be {@code null}.
5152
*/
5253
@com.google.api.client.util.Key
@@ -86,7 +87,7 @@ public final class Tenant extends com.google.api.client.json.GenericJson {
8687

8788
/**
8889
* Required. Immutable. A reference to the Saas that defines the product (managed service) that
89-
* the producer wants to manage with EasySaaS. Part of the EasySaaS common data model.
90+
* the producer wants to manage with SaaS Runtime. Part of the SaaS Runtime common data model.
9091
* The value may be {@code null}.
9192
*/
9293
@com.google.api.client.util.Key
@@ -136,8 +137,9 @@ public Tenant setAnnotations(java.util.Map<String, java.lang.String> annotations
136137

137138
/**
138139
* Optional. Immutable. A reference to the consumer resource this SaaS Tenant is representing. The
139-
* relationship with a consumer resource can be used by EasySaaS for retrieving consumer-defined
140-
* settings and policies such as maintenance policies (using Unified Maintenance Policy API).
140+
* relationship with a consumer resource can be used by SaaS Runtime for retrieving consumer-
141+
* defined settings and policies such as maintenance policies (using Unified Maintenance Policy
142+
* API).
141143
* @return value or {@code null} for none
142144
*/
143145
public java.lang.String getConsumerResource() {
@@ -146,8 +148,9 @@ public java.lang.String getConsumerResource() {
146148

147149
/**
148150
* Optional. Immutable. A reference to the consumer resource this SaaS Tenant is representing. The
149-
* relationship with a consumer resource can be used by EasySaaS for retrieving consumer-defined
150-
* settings and policies such as maintenance policies (using Unified Maintenance Policy API).
151+
* relationship with a consumer resource can be used by SaaS Runtime for retrieving consumer-
152+
* defined settings and policies such as maintenance policies (using Unified Maintenance Policy
153+
* API).
151154
* @param consumerResource consumerResource or {@code null} for none
152155
*/
153156
public Tenant setConsumerResource(java.lang.String consumerResource) {
@@ -233,7 +236,7 @@ public Tenant setName(java.lang.String name) {
233236

234237
/**
235238
* Required. Immutable. A reference to the Saas that defines the product (managed service) that
236-
* the producer wants to manage with EasySaaS. Part of the EasySaaS common data model.
239+
* the producer wants to manage with SaaS Runtime. Part of the SaaS Runtime common data model.
237240
* @return value or {@code null} for none
238241
*/
239242
public java.lang.String getSaas() {
@@ -242,7 +245,7 @@ public java.lang.String getSaas() {
242245

243246
/**
244247
* Required. Immutable. A reference to the Saas that defines the product (managed service) that
245-
* the producer wants to manage with EasySaaS. Part of the EasySaaS common data model.
248+
* the producer wants to manage with SaaS Runtime. Part of the SaaS Runtime common data model.
246249
* @param saas saas or {@code null} for none
247250
*/
248251
public Tenant setSaas(java.lang.String saas) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public final class ToMapping extends com.google.api.client.json.GenericJson {
3737
private java.lang.String dependency;
3838

3939
/**
40-
* Optional. Tells EasySaaS if this mapping should be used during lookup or not
40+
* Optional. Tells SaaS Runtime if this mapping should be used during lookup or not
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
@@ -68,15 +68,15 @@ public ToMapping setDependency(java.lang.String dependency) {
6868
}
6969

7070
/**
71-
* Optional. Tells EasySaaS if this mapping should be used during lookup or not
71+
* Optional. Tells SaaS Runtime if this mapping should be used during lookup or not
7272
* @return value or {@code null} for none
7373
*/
7474
public java.lang.Boolean getIgnoreForLookup() {
7575
return ignoreForLookup;
7676
}
7777

7878
/**
79-
* Optional. Tells EasySaaS if this mapping should be used during lookup or not
79+
* Optional. Tells SaaS Runtime if this mapping should be used during lookup or not
8080
* @param ignoreForLookup ignoreForLookup or {@code null} for none
8181
*/
8282
public ToMapping setIgnoreForLookup(java.lang.Boolean ignoreForLookup) {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ public final class UnitKind extends com.google.api.client.json.GenericJson {
114114

115115
/**
116116
* Required. Immutable. A reference to the Saas that defines the product (managed service) that
117-
* the producer wants to manage with EasySaaS. Part of the EasySaaS common data model. Immutable
118-
* once set.
117+
* the producer wants to manage with SaaS Runtime. Part of the SaaS Runtime common data model.
118+
* Immutable once set.
119119
* The value may be {@code null}.
120120
*/
121121
@com.google.api.client.util.Key
@@ -321,8 +321,8 @@ public UnitKind setOutputVariableMappings(java.util.List<VariableMapping> output
321321

322322
/**
323323
* Required. Immutable. A reference to the Saas that defines the product (managed service) that
324-
* the producer wants to manage with EasySaaS. Part of the EasySaaS common data model. Immutable
325-
* once set.
324+
* the producer wants to manage with SaaS Runtime. Part of the SaaS Runtime common data model.
325+
* Immutable once set.
326326
* @return value or {@code null} for none
327327
*/
328328
public java.lang.String getSaas() {
@@ -331,8 +331,8 @@ public java.lang.String getSaas() {
331331

332332
/**
333333
* Required. Immutable. A reference to the Saas that defines the product (managed service) that
334-
* the producer wants to manage with EasySaaS. Part of the EasySaaS common data model. Immutable
335-
* once set.
334+
* the producer wants to manage with SaaS Runtime. Part of the SaaS Runtime common data model.
335+
* Immutable once set.
336336
* @param saas saas or {@code null} for none
337337
*/
338338
public UnitKind setSaas(java.lang.String saas) {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* scheduled in the future, however only one will be allowed to execute at a time (that can change
2323
* in the future for non-mutating operations). UnitOperations allow different actors interacting
2424
* with the same unit to focus only on the change they have requested. This is a base object that
25-
* contains the common fields in all unit operations.
25+
* contains the common fields in all unit operations. Next: 19
2626
*
2727
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2828
* transmitted over HTTP when working with the SaaS Runtime API. For a detailed explanation see:

clients/google-api-services-saasservicemgmt/v1beta1/2.0.0/pom.xml

Lines changed: 5 additions & 5 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-rev20250528-2.0.0</version>
12-
<name>SaaS Runtime API v1beta1-rev20250528-2.0.0</name>
11+
<version>v1beta1-rev20250806-2.0.0</version>
12+
<name>SaaS Runtime API v1beta1-rev20250806-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -89,9 +89,9 @@
8989
<windowtitle>SaaS Runtime API ${project.version}</windowtitle>
9090
<links>
9191
<link>http://docs.oracle.com/javase/7/docs/api</link>
92-
<link>https://googleapis.dev/java/google-http-client/1.47.0/</link>
92+
<link>https://googleapis.dev/java/google-http-client/2.0.0/</link>
9393
<link>https://googleapis.dev/java/google-oauth-client/1.39.0/</link>
94-
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
94+
<link>https://googleapis.dev/java/google-api-client/2.8.1/</link>
9595
</links>
9696
</configuration>
9797
</plugin>
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>com.google.api-client</groupId>
126126
<artifactId>google-api-client</artifactId>
127-
<version>2.7.2</version>
127+
<version>2.8.1</version>
128128
</dependency>
129129
</dependencies>
130130

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

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

3-
3+
Model, deploy, and operate your SaaS at scale.
44

55
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
@@ -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-rev20250528-2.0.0</version>
25+
<version>v1beta1-rev20250806-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-rev20250528-2.0.0'
38+
implementation 'com.google.apis:google-api-services-saasservicemgmt:v1beta1-rev20250806-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)