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-rev20260708-2.0.0</version>
<version>v1-rev20260816-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-rev20260708-2.0.0'
implementation 'com.google.apis:google-api-services-saasservicemgmt:v1-rev20260816-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-saasservicemgmt</artifactId>
<version>v1-rev20260708-2.0.0</version>
<name>App Lifecycle Manager API v1-rev20260708-2.0.0</name>
<version>v1-rev20260816-2.0.0</version>
<name>App Lifecycle Manager API v1-rev20260816-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-saasservicemgmt/v1/README.md
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-rev20260708-2.0.0</version>
<version>v1-rev20260816-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-rev20260708-2.0.0'
implementation 'com.google.apis:google-api-services-saasservicemgmt:v1-rev20260816-2.0.0'
}
```

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,35 +31,36 @@
public final class AppParams extends com.google.api.client.json.GenericJson {

/**
* Grouping used to construct the name of the AppHub Application. Multiple UnitKinds can specify
* the same group to use the same Application across their respective units. Corresponds to the
* app_boundary_id in the ADC composite ApplicationTemplate. Defaults to UnitKind.name
* Optional. Grouping used to construct the name of the AppHub Application. Multiple UnitKinds can
* specify the same group to use the same Application across their respective units. Corresponds
* to the app_boundary_id in the ADC composite ApplicationTemplate. Defaults to UnitKind.name
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String group;

/**
* Corresponds to the scope in the ADC composite ApplicationTemplate. Defaults to TYPE_REGIONAL.
* Optional. Corresponds to the scope in the ADC composite ApplicationTemplate. Defaults to
* TYPE_REGIONAL.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private Scope scope;

/**
* Grouping used to construct the name of the AppHub Application. Multiple UnitKinds can specify
* the same group to use the same Application across their respective units. Corresponds to the
* app_boundary_id in the ADC composite ApplicationTemplate. Defaults to UnitKind.name
* Optional. Grouping used to construct the name of the AppHub Application. Multiple UnitKinds can
* specify the same group to use the same Application across their respective units. Corresponds
* to the app_boundary_id in the ADC composite ApplicationTemplate. Defaults to UnitKind.name
* @return value or {@code null} for none
*/
public java.lang.String getGroup() {
return group;
}

/**
* Grouping used to construct the name of the AppHub Application. Multiple UnitKinds can specify
* the same group to use the same Application across their respective units. Corresponds to the
* app_boundary_id in the ADC composite ApplicationTemplate. Defaults to UnitKind.name
* Optional. Grouping used to construct the name of the AppHub Application. Multiple UnitKinds can
* specify the same group to use the same Application across their respective units. Corresponds
* to the app_boundary_id in the ADC composite ApplicationTemplate. Defaults to UnitKind.name
* @param group group or {@code null} for none
*/
public AppParams setGroup(java.lang.String group) {
Expand All @@ -68,15 +69,17 @@ public AppParams setGroup(java.lang.String group) {
}

/**
* Corresponds to the scope in the ADC composite ApplicationTemplate. Defaults to TYPE_REGIONAL.
* Optional. Corresponds to the scope in the ADC composite ApplicationTemplate. Defaults to
* TYPE_REGIONAL.
* @return value or {@code null} for none
*/
public Scope getScope() {
return scope;
}

/**
* Corresponds to the scope in the ADC composite ApplicationTemplate. Defaults to TYPE_REGIONAL.
* Optional. Corresponds to the scope in the ADC composite ApplicationTemplate. Defaults to
* TYPE_REGIONAL.
* @param scope scope or {@code null} for none
*/
public AppParams setScope(Scope scope) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ public final class ComponentRef extends com.google.api.client.json.GenericJson {
private CompositeRef compositeRef;

/**
* Revision of the component. If the component does not have a revision, this field will be
* explicitly set to the revision of the composite ApplicationTemplate.
* Optional. Revision of the component. If the component does not have a revision, this field will
* be explicitly set to the revision of the composite ApplicationTemplate.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -87,17 +87,17 @@ public ComponentRef setCompositeRef(CompositeRef compositeRef) {
}

/**
* Revision of the component. If the component does not have a revision, this field will be
* explicitly set to the revision of the composite ApplicationTemplate.
* Optional. Revision of the component. If the component does not have a revision, this field will
* be explicitly set to the revision of the composite ApplicationTemplate.
* @return value or {@code null} for none
*/
public java.lang.String getRevision() {
return revision;
}

/**
* Revision of the component. If the component does not have a revision, this field will be
* explicitly set to the revision of the composite ApplicationTemplate.
* Optional. Revision of the component. If the component does not have a revision, this field will
* be explicitly set to the revision of the composite ApplicationTemplate.
* @param revision revision or {@code null} for none
*/
public ComponentRef setRevision(java.lang.String revision) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public final class CompositeRef extends com.google.api.client.json.GenericJson {
private java.lang.String applicationTemplate;

/**
* Revision of the ApplicationTemplate to use. Changes to revision will trigger manual
* Optional. Revision of the ApplicationTemplate to use. Changes to revision will trigger manual
* resynchronization. If empty, ApplicationTemplate will be ignored.
* The value may be {@code null}.
*/
Expand Down Expand Up @@ -71,7 +71,7 @@ public CompositeRef setApplicationTemplate(java.lang.String applicationTemplate)
}

/**
* Revision of the ApplicationTemplate to use. Changes to revision will trigger manual
* Optional. Revision of the ApplicationTemplate to use. Changes to revision will trigger manual
* resynchronization. If empty, ApplicationTemplate will be ignored.
* @return value or {@code null} for none
*/
Expand All @@ -80,7 +80,7 @@ public java.lang.String getRevision() {
}

/**
* Revision of the ApplicationTemplate to use. Changes to revision will trigger manual
* Optional. Revision of the ApplicationTemplate to use. Changes to revision will trigger manual
* resynchronization. If empty, ApplicationTemplate will be ignored.
* @param revision revision or {@code null} for none
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
/*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
* or implied. See the License for the specific language governing permissions and limitations under
* the License.
*/
/*
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
* Modify at your own risk.
*/

package com.google.api.services.saasservicemgmt.v1beta1.model;

/**
* Wrapper for a list of flags.
*
* <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
* see:
* <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>
* </p>
*
* @author Google, Inc.
*/
@SuppressWarnings("javadoc")
public final class FlagNameList extends com.google.api.client.json.GenericJson {

/**
* Required. Flags to be rolled out.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.util.List<java.lang.String> flags;

/**
* Required. Flags to be rolled out.
* @return value or {@code null} for none
*/
public java.util.List<java.lang.String> getFlags() {
return flags;
}

/**
* Required. Flags to be rolled out.
* @param flags flags or {@code null} for none
*/
public FlagNameList setFlags(java.util.List<java.lang.String> flags) {
this.flags = flags;
return this;
}

@Override
public FlagNameList set(String fieldName, Object value) {
return (FlagNameList) super.set(fieldName, value);
}

@Override
public FlagNameList clone() {
return (FlagNameList) super.clone();
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@ public final class FlagRelease extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private java.lang.String etag;

/**
* Optional. Immutable. Specifies the release consisting of a list of flags.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private FlagNameList flagNamesRelease;

/**
* Optional. Immutable. DEPRECATED: Use flag_revisions_release instead. FlagRevisions to be rolled
* out. Only one of flag_revisions, all_flags, or flag_sets can be set. It used to be the ultimate
Expand Down Expand Up @@ -278,6 +285,23 @@ public FlagRelease setEtag(java.lang.String etag) {
return this;
}

/**
* Optional. Immutable. Specifies the release consisting of a list of flags.
* @return value or {@code null} for none
*/
public FlagNameList getFlagNamesRelease() {
return flagNamesRelease;
}

/**
* Optional. Immutable. Specifies the release consisting of a list of flags.
* @param flagNamesRelease flagNamesRelease or {@code null} for none
*/
public FlagRelease setFlagNamesRelease(FlagNameList flagNamesRelease) {
this.flagNamesRelease = flagNamesRelease;
return this;
}

/**
* Optional. Immutable. DEPRECATED: Use flag_revisions_release instead. FlagRevisions to be rolled
* out. Only one of flag_revisions, all_flags, or flag_sets can be set. It used to be the ultimate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public final class UnitKind extends com.google.api.client.json.GenericJson {
private java.util.Map<String, java.lang.String> annotations;

/**
* AppParams contains the parameters for creating an AppHub Application.
* Optional. AppParams contains the parameters for creating an AppHub Application.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -194,15 +194,15 @@ public UnitKind setAnnotations(java.util.Map<String, java.lang.String> annotatio
}

/**
* AppParams contains the parameters for creating an AppHub Application.
* Optional. AppParams contains the parameters for creating an AppHub Application.
* @return value or {@code null} for none
*/
public AppParams getAppParams() {
return appParams;
}

/**
* AppParams contains the parameters for creating an AppHub Application.
* Optional. AppParams contains the parameters for creating an AppHub Application.
* @param appParams appParams or {@code null} for none
*/
public UnitKind setAppParams(AppParams appParams) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-saasservicemgmt</artifactId>
<version>v1beta1-rev20260708-2.0.0</version>
<name>App Lifecycle Manager API v1beta1-rev20260708-2.0.0</name>
<version>v1beta1-rev20260816-2.0.0</version>
<name>App Lifecycle Manager API v1beta1-rev20260816-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
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>v1beta1-rev20260708-2.0.0</version>
<version>v1beta1-rev20260816-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-saasservicemgmt:v1beta1-rev20260708-2.0.0'
implementation 'com.google.apis:google-api-services-saasservicemgmt:v1beta1-rev20260816-2.0.0'
}
```

Expand Down
Loading