Skip to content

Commit 1aa0bba

Browse files
1 parent 8a5c5a7 commit 1aa0bba

File tree

14 files changed

+28
-38
lines changed

14 files changed

+28
-38
lines changed

clients/google-api-services-assuredworkloads/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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-assuredworkloads</artifactId>
25-
<version>v1-rev20231106-2.0.0</version>
25+
<version>v1-rev20231110-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-assuredworkloads:v1-rev20231106-2.0.0'
38+
implementation 'com.google.apis:google-api-services-assuredworkloads:v1-rev20231110-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-assuredworkloads/v1/2.0.0/com/google/api/services/assuredworkloads/v1/Assuredworkloads.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -706,15 +706,14 @@ public AnalyzeWorkloadMove setTarget(java.lang.String target) {
706706
/**
707707
* Optional. List of asset types to be analyzed, including and under the source resource.
708708
* If empty, all assets are analyzed. The complete list of asset types is available
709-
* [here](https://cloud.google.com/asset-inventory/docs/supported-asset-
710-
* types#searchable_asset_types).
709+
* [here](https://cloud.google.com/asset-inventory/docs/supported-asset-types).
711710
*/
712711
@com.google.api.client.util.Key
713712
private java.util.List<java.lang.String> assetTypes;
714713

715714
/** Optional. List of asset types to be analyzed, including and under the source resource. If empty,
716715
all assets are analyzed. The complete list of asset types is available
717-
[here](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
716+
[here](https://cloud.google.com/asset-inventory/docs/supported-asset-types).
718717
*/
719718
public java.util.List<java.lang.String> getAssetTypes() {
720719
return assetTypes;
@@ -723,8 +722,7 @@ public java.util.List<java.lang.String> getAssetTypes() {
723722
/**
724723
* Optional. List of asset types to be analyzed, including and under the source resource.
725724
* If empty, all assets are analyzed. The complete list of asset types is available
726-
* [here](https://cloud.google.com/asset-inventory/docs/supported-asset-
727-
* types#searchable_asset_types).
725+
* [here](https://cloud.google.com/asset-inventory/docs/supported-asset-types).
728726
*/
729727
public AnalyzeWorkloadMove setAssetTypes(java.util.List<java.lang.String> assetTypes) {
730728
this.assetTypes = assetTypes;

clients/google-api-services-assuredworkloads/v1/2.0.0/com/google/api/services/assuredworkloads/v1/model/GoogleCloudAssuredworkloadsV1AssetMoveAnalysis.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ public final class GoogleCloudAssuredworkloadsV1AssetMoveAnalysis extends com.go
4747

4848
/**
4949
* Type of the asset being analyzed. Possible values will be among the ones listed
50-
* [here](https://cloud.google.com/asset-inventory/docs/supported-asset-
51-
* types#searchable_asset_types).
50+
* [here](https://cloud.google.com/asset-inventory/docs/supported-asset-types).
5251
* The value may be {@code null}.
5352
*/
5453
@com.google.api.client.util.Key
@@ -92,8 +91,7 @@ public GoogleCloudAssuredworkloadsV1AssetMoveAnalysis setAsset(java.lang.String
9291

9392
/**
9493
* Type of the asset being analyzed. Possible values will be among the ones listed
95-
* [here](https://cloud.google.com/asset-inventory/docs/supported-asset-
96-
* types#searchable_asset_types).
94+
* [here](https://cloud.google.com/asset-inventory/docs/supported-asset-types).
9795
* @return value or {@code null} for none
9896
*/
9997
public java.lang.String getAssetType() {
@@ -102,8 +100,7 @@ public java.lang.String getAssetType() {
102100

103101
/**
104102
* Type of the asset being analyzed. Possible values will be among the ones listed
105-
* [here](https://cloud.google.com/asset-inventory/docs/supported-asset-
106-
* types#searchable_asset_types).
103+
* [here](https://cloud.google.com/asset-inventory/docs/supported-asset-types).
107104
* @param assetType assetType or {@code null} for none
108105
*/
109106
public GoogleCloudAssuredworkloadsV1AssetMoveAnalysis setAssetType(java.lang.String assetType) {

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

1919
/**
20-
* Workload monitoring Violation. Next Id: 28
20+
* Workload monitoring Violation.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Assured Workloads API. For a detailed explanation

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

1919
/**
20-
* Violation exception detail. Next Id: 6
20+
* Violation exception detail.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Assured Workloads API. For a detailed explanation

clients/google-api-services-assuredworkloads/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 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-assuredworkloads</artifactId>
11-
<version>v1-rev20231106-2.0.0</version>
12-
<name>Assured Workloads API v1-rev20231106-2.0.0</name>
11+
<version>v1-rev20231110-2.0.0</version>
12+
<name>Assured Workloads API v1-rev20231110-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-assuredworkloads/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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-assuredworkloads</artifactId>
25-
<version>v1-rev20231106-2.0.0</version>
25+
<version>v1-rev20231110-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-assuredworkloads:v1-rev20231106-2.0.0'
38+
implementation 'com.google.apis:google-api-services-assuredworkloads:v1-rev20231110-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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-assuredworkloads</artifactId>
25-
<version>v1beta1-rev20231023-2.0.0</version>
25+
<version>v1beta1-rev20231110-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-assuredworkloads:v1beta1-rev20231023-2.0.0'
38+
implementation 'com.google.apis:google-api-services-assuredworkloads:v1beta1-rev20231110-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-assuredworkloads/v1beta1/2.0.0/com/google/api/services/assuredworkloads/v1beta1/Assuredworkloads.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -706,15 +706,14 @@ public AnalyzeWorkloadMove setTarget(java.lang.String target) {
706706
/**
707707
* Optional. List of asset types to be analyzed, including and under the source resource.
708708
* If empty, all assets are analyzed. The complete list of asset types is available
709-
* [here](https://cloud.google.com/asset-inventory/docs/supported-asset-
710-
* types#searchable_asset_types).
709+
* [here](https://cloud.google.com/asset-inventory/docs/supported-asset-types).
711710
*/
712711
@com.google.api.client.util.Key
713712
private java.util.List<java.lang.String> assetTypes;
714713

715714
/** Optional. List of asset types to be analyzed, including and under the source resource. If empty,
716715
all assets are analyzed. The complete list of asset types is available
717-
[here](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
716+
[here](https://cloud.google.com/asset-inventory/docs/supported-asset-types).
718717
*/
719718
public java.util.List<java.lang.String> getAssetTypes() {
720719
return assetTypes;
@@ -723,8 +722,7 @@ public java.util.List<java.lang.String> getAssetTypes() {
723722
/**
724723
* Optional. List of asset types to be analyzed, including and under the source resource.
725724
* If empty, all assets are analyzed. The complete list of asset types is available
726-
* [here](https://cloud.google.com/asset-inventory/docs/supported-asset-
727-
* types#searchable_asset_types).
725+
* [here](https://cloud.google.com/asset-inventory/docs/supported-asset-types).
728726
*/
729727
public AnalyzeWorkloadMove setAssetTypes(java.util.List<java.lang.String> assetTypes) {
730728
this.assetTypes = assetTypes;

clients/google-api-services-assuredworkloads/v1beta1/2.0.0/com/google/api/services/assuredworkloads/v1beta1/model/GoogleCloudAssuredworkloadsV1beta1AssetMoveAnalysis.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ public final class GoogleCloudAssuredworkloadsV1beta1AssetMoveAnalysis extends c
4747

4848
/**
4949
* Type of the asset being analyzed. Possible values will be among the ones listed
50-
* [here](https://cloud.google.com/asset-inventory/docs/supported-asset-
51-
* types#searchable_asset_types).
50+
* [here](https://cloud.google.com/asset-inventory/docs/supported-asset-types).
5251
* The value may be {@code null}.
5352
*/
5453
@com.google.api.client.util.Key
@@ -92,8 +91,7 @@ public GoogleCloudAssuredworkloadsV1beta1AssetMoveAnalysis setAsset(java.lang.St
9291

9392
/**
9493
* Type of the asset being analyzed. Possible values will be among the ones listed
95-
* [here](https://cloud.google.com/asset-inventory/docs/supported-asset-
96-
* types#searchable_asset_types).
94+
* [here](https://cloud.google.com/asset-inventory/docs/supported-asset-types).
9795
* @return value or {@code null} for none
9896
*/
9997
public java.lang.String getAssetType() {
@@ -102,8 +100,7 @@ public java.lang.String getAssetType() {
102100

103101
/**
104102
* Type of the asset being analyzed. Possible values will be among the ones listed
105-
* [here](https://cloud.google.com/asset-inventory/docs/supported-asset-
106-
* types#searchable_asset_types).
103+
* [here](https://cloud.google.com/asset-inventory/docs/supported-asset-types).
107104
* @param assetType assetType or {@code null} for none
108105
*/
109106
public GoogleCloudAssuredworkloadsV1beta1AssetMoveAnalysis setAssetType(java.lang.String assetType) {

0 commit comments

Comments
 (0)