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
4 changes: 2 additions & 2 deletions clients/google-api-services-compute/v1/2.0.0/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-compute</artifactId>
<version>v1-rev20260722-2.0.0</version>
<version>v1-rev20260729-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-compute:v1-rev20260722-2.0.0'
implementation 'com.google.apis:google-api-services-compute:v1-rev20260729-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,15 @@ public final class AcceleratorType extends com.google.api.client.json.GenericJso
@com.google.api.client.util.Key
private java.lang.String name;

/**
* Output only. Contains standard resource metadata for an AcceleratorType resource. It is
* populated for each instance of the AcceleratorType resource, and includes the api_version the
* instance was retrieved through, and its canonical resource_type name.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private ResourceMetadata resourceMetadata;

/**
* Output only. [Output Only] Server-defined, fully qualified URL for this resource.
* The value may be {@code null}.
Expand Down Expand Up @@ -220,6 +229,27 @@ public AcceleratorType setName(java.lang.String name) {
return this;
}

/**
* Output only. Contains standard resource metadata for an AcceleratorType resource. It is
* populated for each instance of the AcceleratorType resource, and includes the api_version the
* instance was retrieved through, and its canonical resource_type name.
* @return value or {@code null} for none
*/
public ResourceMetadata getResourceMetadata() {
return resourceMetadata;
}

/**
* Output only. Contains standard resource metadata for an AcceleratorType resource. It is
* populated for each instance of the AcceleratorType resource, and includes the api_version the
* instance was retrieved through, and its canonical resource_type name.
* @param resourceMetadata resourceMetadata or {@code null} for none
*/
public AcceleratorType setResourceMetadata(ResourceMetadata resourceMetadata) {
this.resourceMetadata = resourceMetadata;
return this;
}

/**
* Output only. [Output Only] Server-defined, fully qualified URL for this resource.
* @return value or {@code null} for none
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ public static final class Warning extends com.google.api.client.json.GenericJson
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -276,7 +276,7 @@ public Warning setCode(java.lang.String code) {
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* @return value or {@code null} for none
*/
public java.util.List<Data> getData() {
Expand All @@ -286,7 +286,7 @@ public java.util.List<Data> getData() {
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* @param data data or {@code null} for none
*/
public Warning setData(java.util.List<Data> data) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public static final class Warning extends com.google.api.client.json.GenericJson
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -258,7 +258,7 @@ public Warning setCode(java.lang.String code) {
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* @return value or {@code null} for none
*/
public java.util.List<Data> getData() {
Expand All @@ -268,7 +268,7 @@ public java.util.List<Data> getData() {
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* @param data data or {@code null} for none
*/
public Warning setData(java.util.List<Data> data) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public static final class Warning extends com.google.api.client.json.GenericJson
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -150,7 +150,7 @@ public Warning setCode(java.lang.String code) {
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* @return value or {@code null} for none
*/
public java.util.List<Data> getData() {
Expand All @@ -160,7 +160,7 @@ public java.util.List<Data> getData() {
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* @param data data or {@code null} for none
*/
public Warning setData(java.util.List<Data> data) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ public static final class Warning extends com.google.api.client.json.GenericJson
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -276,7 +276,7 @@ public Warning setCode(java.lang.String code) {
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* @return value or {@code null} for none
*/
public java.util.List<Data> getData() {
Expand All @@ -286,7 +286,7 @@ public java.util.List<Data> getData() {
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* @param data data or {@code null} for none
*/
public Warning setData(java.util.List<Data> data) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public static final class Warning extends com.google.api.client.json.GenericJson
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -255,7 +255,7 @@ public Warning setCode(java.lang.String code) {
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* @return value or {@code null} for none
*/
public java.util.List<Data> getData() {
Expand All @@ -265,7 +265,7 @@ public java.util.List<Data> getData() {
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* @param data data or {@code null} for none
*/
public Warning setData(java.util.List<Data> data) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public static final class Warning extends com.google.api.client.json.GenericJson
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -153,7 +153,7 @@ public Warning setCode(java.lang.String code) {
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* @return value or {@code null} for none
*/
public java.util.List<Data> getData() {
Expand All @@ -163,7 +163,7 @@ public java.util.List<Data> getData() {
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* @param data data or {@code null} for none
*/
public Warning setData(java.util.List<Data> data) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ public static final class Warning extends com.google.api.client.json.GenericJson
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -279,7 +279,7 @@ public Warning setCode(java.lang.String code) {
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* @return value or {@code null} for none
*/
public java.util.List<Data> getData() {
Expand All @@ -289,7 +289,7 @@ public java.util.List<Data> getData() {
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* @param data data or {@code null} for none
*/
public Warning setData(java.util.List<Data> data) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public static final class Warning extends com.google.api.client.json.GenericJson
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -258,7 +258,7 @@ public Warning setCode(java.lang.String code) {
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* @return value or {@code null} for none
*/
public java.util.List<Data> getData() {
Expand All @@ -268,7 +268,7 @@ public java.util.List<Data> getData() {
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* @param data data or {@code null} for none
*/
public Warning setData(java.util.List<Data> data) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public static final class Warning extends com.google.api.client.json.GenericJson
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -154,7 +154,7 @@ public Warning setCode(java.lang.String code) {
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* @return value or {@code null} for none
*/
public java.util.List<Data> getData() {
Expand All @@ -164,7 +164,7 @@ public java.util.List<Data> getData() {
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* @param data data or {@code null} for none
*/
public Warning setData(java.util.List<Data> data) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public static final class Warning extends com.google.api.client.json.GenericJson
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -249,7 +249,7 @@ public Warning setCode(java.lang.String code) {
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* @return value or {@code null} for none
*/
public java.util.List<Data> getData() {
Expand All @@ -259,7 +259,7 @@ public java.util.List<Data> getData() {
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* @param data data or {@code null} for none
*/
public Warning setData(java.util.List<Data> data) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public static final class Warning extends com.google.api.client.json.GenericJson
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -255,7 +255,7 @@ public Warning setCode(java.lang.String code) {
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* @return value or {@code null} for none
*/
public java.util.List<Data> getData() {
Expand All @@ -265,7 +265,7 @@ public java.util.List<Data> getData() {
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* @param data data or {@code null} for none
*/
public Warning setData(java.util.List<Data> data) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public static final class Warning extends com.google.api.client.json.GenericJson
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -258,7 +258,7 @@ public Warning setCode(java.lang.String code) {
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* @return value or {@code null} for none
*/
public java.util.List<Data> getData() {
Expand All @@ -268,7 +268,7 @@ public java.util.List<Data> getData() {
/**
* [Output Only] Metadata about this warning in key: value format. For example:
*
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }
* "data": [ { "key": "scope", "value": "zones/us-east1-d" }]
* @param data data or {@code null} for none
*/
public Warning setData(java.util.List<Data> data) {
Expand Down
Loading
Loading