Skip to content

Commit

Permalink
chore: regenerate migrationcenter client (#17977)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Sep 5, 2023
1 parent 5f65a19 commit 09b8650
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 23 deletions.
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-migrationcenter</artifactId>
<version>v1-rev20230804-2.0.0</version>
<version>v1-rev20230901-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-migrationcenter:v1-rev20230804-2.0.0'
implementation 'com.google.apis:google-api-services-migrationcenter:v1-rev20230901-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ public final class ReportSummaryGroupFinding extends com.google.api.client.json.
private java.lang.String displayName;

/**
* Count of the number of assets in this group which are also included in another group within the
* same report.
* This field is deprecated, do not rely on it having a value.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
Expand Down Expand Up @@ -117,17 +116,15 @@ public ReportSummaryGroupFinding setDisplayName(java.lang.String displayName) {
}

/**
* Count of the number of assets in this group which are also included in another group within the
* same report.
* This field is deprecated, do not rely on it having a value.
* @return value or {@code null} for none
*/
public java.lang.Long getOverlappingAssetCount() {
return overlappingAssetCount;
}

/**
* Count of the number of assets in this group which are also included in another group within the
* same report.
* This field is deprecated, do not rely on it having a value.
* @param overlappingAssetCount overlappingAssetCount or {@code null} for none
*/
public ReportSummaryGroupFinding setOverlappingAssetCount(java.lang.Long overlappingAssetCount) {
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-migrationcenter/v1/2.0.0/pom.xml
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-migrationcenter</artifactId>
<version>v1-rev20230804-2.0.0</version>
<name>Migration Center API v1-rev20230804-2.0.0</name>
<version>v1-rev20230901-2.0.0</version>
<name>Migration Center API v1-rev20230901-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-migrationcenter</artifactId>
<version>v1alpha1-rev20230804-2.0.0</version>
<version>v1alpha1-rev20230901-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-migrationcenter:v1alpha1-rev20230804-2.0.0'
implementation 'com.google.apis:google-api-services-migrationcenter:v1alpha1-rev20230901-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,25 @@
public final class DiskUsageSample extends com.google.api.client.json.GenericJson {

/**
* Average IOPS sampled over a short window. Must be non-negative.
* Average IOPS sampled over a short window. Must be non-negative. Must be equal to the sum of
* read and write if one of them is positive. if both read and write are zero they are ignored.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Float averageIops;

/**
* Average IOPS sampled over a short window. Must be non-negative.
* Average IOPS sampled over a short window. Must be non-negative. Must be equal to the sum of
* read and write if one of them is positive. if both read and write are zero they are ignored.
* @return value or {@code null} for none
*/
public java.lang.Float getAverageIops() {
return averageIops;
}

/**
* Average IOPS sampled over a short window. Must be non-negative.
* Average IOPS sampled over a short window. Must be non-negative. Must be equal to the sum of
* read and write if one of them is positive. if both read and write are zero they are ignored.
* @param averageIops averageIops or {@code null} for none
*/
public DiskUsageSample setAverageIops(java.lang.Float averageIops) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ public final class ReportSummaryGroupFinding extends com.google.api.client.json.
private java.lang.String displayName;

/**
* Count of the number of assets in this group which are also included in another group within the
* same report.
* This field is deprecated, do not rely on it having a value.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
Expand Down Expand Up @@ -117,17 +116,15 @@ public ReportSummaryGroupFinding setDisplayName(java.lang.String displayName) {
}

/**
* Count of the number of assets in this group which are also included in another group within the
* same report.
* This field is deprecated, do not rely on it having a value.
* @return value or {@code null} for none
*/
public java.lang.Long getOverlappingAssetCount() {
return overlappingAssetCount;
}

/**
* Count of the number of assets in this group which are also included in another group within the
* same report.
* This field is deprecated, do not rely on it having a value.
* @param overlappingAssetCount overlappingAssetCount or {@code null} for none
*/
public ReportSummaryGroupFinding setOverlappingAssetCount(java.lang.Long overlappingAssetCount) {
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-migrationcenter</artifactId>
<version>v1alpha1-rev20230804-2.0.0</version>
<name>Migration Center API v1alpha1-rev20230804-2.0.0</name>
<version>v1alpha1-rev20230901-2.0.0</version>
<name>Migration Center API v1alpha1-rev20230901-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down

0 comments on commit 09b8650

Please sign in to comment.