Skip to content

Commit ac035d9

Browse files
1 parent b0ccb5c commit ac035d9

File tree

116 files changed

+7980
-169
lines changed

Some content is hidden

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

116 files changed

+7980
-169
lines changed

clients/google-api-services-saasservicemgmt/v1/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 Runtime API Client Library for Java
1+
# App Lifecycle Manager API Client Library for Java
22

33
Model, deploy, and operate your SaaS at scale.
44

5-
This page contains information about getting started with the SaaS Runtime API
5+
This page contains information about getting started with the App Lifecycle Manager 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 Runtime API][javadoc]
9+
* Browse the [Javadoc reference for the App Lifecycle Manager 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 Runtime API][api-explorer]
11+
* Interact with this API in your browser using the [APIs Explorer for the App Lifecycle Manager 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>v1-rev20260325-2.0.0</version>
25+
<version>v1-rev20260407-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-rev20260325-2.0.0'
38+
implementation 'com.google.apis:google-api-services-saasservicemgmt:v1-rev20260407-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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 Runtime API library.", com.google.api.client.googleapis.GoogleUtils.VERSION);
52+
"2.0.0 of the App Lifecycle Manager API library.", com.google.api.client.googleapis.GoogleUtils.VERSION);
5353
}
5454

5555
/**

clients/google-api-services-saasservicemgmt/v1/2.0.0/com/google/api/services/saasservicemgmt/v1/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.v1;
1818

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
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 Runtime API. For a detailed explanation see:
24+
* transmitted over HTTP when working with the App Lifecycle Manager API. For a detailed explanation
25+
* see:
2526
* <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>
2627
* </p>
2728
*

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
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 Runtime API. For a detailed explanation see:
26+
* transmitted over HTTP when working with the App Lifecycle Manager API. For a detailed explanation
27+
* see:
2728
* <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>
2829
* </p>
2930
*

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
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 Runtime API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the App Lifecycle Manager API. For a detailed explanation
24+
* see:
2425
* <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>
2526
* </p>
2627
*

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
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 Runtime API. For a detailed explanation see:
24+
* transmitted over HTTP when working with the App Lifecycle Manager API. For a detailed explanation
25+
* see:
2526
* <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>
2627
* </p>
2728
*

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
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 Runtime API. For a detailed explanation see:
25+
* transmitted over HTTP when working with the App Lifecycle Manager API. For a detailed explanation
26+
* see:
2627
* <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>
2728
* </p>
2829
*

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
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 Runtime API. For a detailed explanation see:
24+
* transmitted over HTTP when working with the App Lifecycle Manager API. For a detailed explanation
25+
* see:
2526
* <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>
2627
* </p>
2728
*
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.saasservicemgmt.v1.model;
18+
19+
/**
20+
* FlagUpdate is a UnitOperation that pushes new flag values to Units.
21+
*
22+
* <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 App Lifecycle Manager API. For a detailed explanation
24+
* see:
25+
* <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>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class FlagUpdate extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Required. Flag release being applied by UnitOperation.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String flagRelease;
39+
40+
/**
41+
* Required. Flag release being applied by UnitOperation.
42+
* @return value or {@code null} for none
43+
*/
44+
public java.lang.String getFlagRelease() {
45+
return flagRelease;
46+
}
47+
48+
/**
49+
* Required. Flag release being applied by UnitOperation.
50+
* @param flagRelease flagRelease or {@code null} for none
51+
*/
52+
public FlagUpdate setFlagRelease(java.lang.String flagRelease) {
53+
this.flagRelease = flagRelease;
54+
return this;
55+
}
56+
57+
@Override
58+
public FlagUpdate set(String fieldName, Object value) {
59+
return (FlagUpdate) super.set(fieldName, value);
60+
}
61+
62+
@Override
63+
public FlagUpdate clone() {
64+
return (FlagUpdate) super.clone();
65+
}
66+
67+
}

0 commit comments

Comments
 (0)