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-migrationcenter</artifactId>
<version>v1-rev20260423-2.0.0</version>
<version>v1-rev20260730-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-rev20260423-2.0.0'
implementation 'com.google.apis:google-api-services-migrationcenter:v1-rev20260730-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9438,15 +9438,16 @@ public Create setParent(java.lang.String parent) {
* Required. User specified ID for the report config. It will become the last component of
* the report config name. The ID must be unique within the project, must conform with
* RFC-1034, is restricted to lower-cased letters, and has a maximum length of 63
* characters. The ID must match the regular expression: [a-z]([a-z0-9-]{0,61}[a-z0-9])?.
* characters. The ID must match the regular expression:
* `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.
*/
@com.google.api.client.util.Key
private java.lang.String reportConfigId;

/** Required. User specified ID for the report config. It will become the last component of the report
config name. The ID must be unique within the project, must conform with RFC-1034, is restricted to
lower-cased letters, and has a maximum length of 63 characters. The ID must match the regular
expression: [a-z]([a-z0-9-]{0,61}[a-z0-9])?.
expression: `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.
*/
public java.lang.String getReportConfigId() {
return reportConfigId;
Expand All @@ -9456,7 +9457,8 @@ public java.lang.String getReportConfigId() {
* Required. User specified ID for the report config. It will become the last component of
* the report config name. The ID must be unique within the project, must conform with
* RFC-1034, is restricted to lower-cased letters, and has a maximum length of 63
* characters. The ID must match the regular expression: [a-z]([a-z0-9-]{0,61}[a-z0-9])?.
* characters. The ID must match the regular expression:
* `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.
*/
public Create setReportConfigId(java.lang.String reportConfigId) {
this.reportConfigId = reportConfigId;
Expand Down Expand Up @@ -10204,15 +10206,15 @@ public Create setParent(java.lang.String parent) {
* Required. User specified id for the report. It will become the last component of the
* report name. The id must be unique within the project, must conform with RFC-1034, is
* restricted to lower-cased letters, and has a maximum length of 63 characters. The id
* must match the regular expression: [a-z]([a-z0-9-]{0,61}[a-z0-9])?.
* must match the regular expression: `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.
*/
@com.google.api.client.util.Key
private java.lang.String reportId;

/** Required. User specified id for the report. It will become the last component of the report name.
The id must be unique within the project, must conform with RFC-1034, is restricted to lower-cased
letters, and has a maximum length of 63 characters. The id must match the regular expression:
[a-z]([a-z0-9-]{0,61}[a-z0-9])?.
`[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.
*/
public java.lang.String getReportId() {
return reportId;
Expand All @@ -10222,7 +10224,7 @@ public java.lang.String getReportId() {
* Required. User specified id for the report. It will become the last component of the
* report name. The id must be unique within the project, must conform with RFC-1034, is
* restricted to lower-cased letters, and has a maximum length of 63 characters. The id
* must match the regular expression: [a-z]([a-z0-9-]{0,61}[a-z0-9])?.
* must match the regular expression: `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.
*/
public Create setReportId(java.lang.String reportId) {
this.reportId = reportId;
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>v1-rev20260423-2.0.0</version>
<name>Migration Center API v1-rev20260423-2.0.0</name>
<version>v1-rev20260730-2.0.0</version>
<name>Migration Center API v1-rev20260730-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-migrationcenter/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-migrationcenter</artifactId>
<version>v1-rev20260423-2.0.0</version>
<version>v1-rev20260730-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-rev20260423-2.0.0'
implementation 'com.google.apis:google-api-services-migrationcenter:v1-rev20260730-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-migrationcenter</artifactId>
<version>v1alpha1-rev20260621-2.0.0</version>
<version>v1alpha1-rev20260730-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-rev20260621-2.0.0'
implementation 'com.google.apis:google-api-services-migrationcenter:v1alpha1-rev20260730-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9420,15 +9420,16 @@ public Create setParent(java.lang.String parent) {
* Required. User specified ID for the report config. It will become the last component of
* the report config name. The ID must be unique within the project, must conform with
* RFC-1034, is restricted to lower-cased letters, and has a maximum length of 63
* characters. The ID must match the regular expression: [a-z]([a-z0-9-]{0,61}[a-z0-9])?.
* characters. The ID must match the regular expression:
* `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.
*/
@com.google.api.client.util.Key
private java.lang.String reportConfigId;

/** Required. User specified ID for the report config. It will become the last component of the report
config name. The ID must be unique within the project, must conform with RFC-1034, is restricted to
lower-cased letters, and has a maximum length of 63 characters. The ID must match the regular
expression: [a-z]([a-z0-9-]{0,61}[a-z0-9])?.
expression: `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.
*/
public java.lang.String getReportConfigId() {
return reportConfigId;
Expand All @@ -9438,7 +9439,8 @@ public java.lang.String getReportConfigId() {
* Required. User specified ID for the report config. It will become the last component of
* the report config name. The ID must be unique within the project, must conform with
* RFC-1034, is restricted to lower-cased letters, and has a maximum length of 63
* characters. The ID must match the regular expression: [a-z]([a-z0-9-]{0,61}[a-z0-9])?.
* characters. The ID must match the regular expression:
* `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.
*/
public Create setReportConfigId(java.lang.String reportConfigId) {
this.reportConfigId = reportConfigId;
Expand Down Expand Up @@ -10186,15 +10188,15 @@ public Create setParent(java.lang.String parent) {
* Required. User specified id for the report. It will become the last component of the
* report name. The id must be unique within the project, must conform with RFC-1034, is
* restricted to lower-cased letters, and has a maximum length of 63 characters. The id
* must match the regular expression: [a-z]([a-z0-9-]{0,61}[a-z0-9])?.
* must match the regular expression: `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.
*/
@com.google.api.client.util.Key
private java.lang.String reportId;

/** Required. User specified id for the report. It will become the last component of the report name.
The id must be unique within the project, must conform with RFC-1034, is restricted to lower-cased
letters, and has a maximum length of 63 characters. The id must match the regular expression:
[a-z]([a-z0-9-]{0,61}[a-z0-9])?.
`[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.
*/
public java.lang.String getReportId() {
return reportId;
Expand All @@ -10204,7 +10206,7 @@ public java.lang.String getReportId() {
* Required. User specified id for the report. It will become the last component of the
* report name. The id must be unique within the project, must conform with RFC-1034, is
* restricted to lower-cased letters, and has a maximum length of 63 characters. The id
* must match the regular expression: [a-z]([a-z0-9-]{0,61}[a-z0-9])?.
* must match the regular expression: `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.
*/
public Create setReportId(java.lang.String reportId) {
this.reportId = reportId;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ public final class ComputeEngineShapeDescriptor extends com.google.api.client.js
private java.lang.String series;

/**
* Output only. Whether simultaneous multithreading is enabled (see
* https://cloud.google.com/compute/docs/instances/set-threads-per-core).
* Output only. Whether simultaneous multithreading is enabled. See
* https://cloud.google.com/compute/docs/instances/set-threads-per-core.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -165,17 +165,17 @@ public ComputeEngineShapeDescriptor setSeries(java.lang.String series) {
}

/**
* Output only. Whether simultaneous multithreading is enabled (see
* https://cloud.google.com/compute/docs/instances/set-threads-per-core).
* Output only. Whether simultaneous multithreading is enabled. See
* https://cloud.google.com/compute/docs/instances/set-threads-per-core.
* @return value or {@code null} for none
*/
public java.lang.Boolean getSmtEnabled() {
return smtEnabled;
}

/**
* Output only. Whether simultaneous multithreading is enabled (see
* https://cloud.google.com/compute/docs/instances/set-threads-per-core).
* Output only. Whether simultaneous multithreading is enabled. See
* https://cloud.google.com/compute/docs/instances/set-threads-per-core.
* @param smtEnabled smtEnabled or {@code null} for none
*/
public ComputeEngineShapeDescriptor setSmtEnabled(java.lang.Boolean smtEnabled) {
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-rev20260621-2.0.0</version>
<name>Migration Center API v1alpha1-rev20260621-2.0.0</name>
<version>v1alpha1-rev20260730-2.0.0</version>
<name>Migration Center API v1alpha1-rev20260730-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-rev20260621-2.0.0</version>
<version>v1alpha1-rev20260730-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-rev20260621-2.0.0'
implementation 'com.google.apis:google-api-services-migrationcenter:v1alpha1-rev20260730-2.0.0'
}
```

Expand Down
Loading