Skip to content
Open
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
The table of contents is too big for display.
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-rev20251110-2.0.0</version>
<version>v1-rev20260306-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-rev20251110-2.0.0'
implementation 'com.google.apis:google-api-services-compute:v1-rev20260306-2.0.0'
}
```

Expand Down
45,837 changes: 30,122 additions & 15,715 deletions clients/google-api-services-compute/v1/2.0.0/com/google/api/services/compute/Compute.java

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ public final class AcceleratorType extends com.google.api.client.json.GenericJso
private java.math.BigInteger id;

/**
* [Output Only] The type of the resource. Alwayscompute#acceleratorType for accelerator types.
* Output only. [Output Only] The type of the resource. Alwayscompute#acceleratorType for
* accelerator types.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -83,7 +84,7 @@ public final class AcceleratorType extends com.google.api.client.json.GenericJso
private java.lang.String name;

/**
* [Output Only] Server-defined, fully qualified URL for this resource.
* Output only. [Output Only] Server-defined, fully qualified URL for this resource.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -167,15 +168,17 @@ public AcceleratorType setId(java.math.BigInteger id) {
}

/**
* [Output Only] The type of the resource. Alwayscompute#acceleratorType for accelerator types.
* Output only. [Output Only] The type of the resource. Alwayscompute#acceleratorType for
* accelerator types.
* @return value or {@code null} for none
*/
public java.lang.String getKind() {
return kind;
}

/**
* [Output Only] The type of the resource. Alwayscompute#acceleratorType for accelerator types.
* Output only. [Output Only] The type of the resource. Alwayscompute#acceleratorType for
* accelerator types.
* @param kind kind or {@code null} for none
*/
public AcceleratorType setKind(java.lang.String kind) {
Expand Down Expand Up @@ -218,15 +221,15 @@ public AcceleratorType setName(java.lang.String name) {
}

/**
* [Output Only] Server-defined, fully qualified URL for this resource.
* Output only. [Output Only] Server-defined, fully qualified URL for this resource.
* @return value or {@code null} for none
*/
public java.lang.String getSelfLink() {
return selfLink;
}

/**
* [Output Only] Server-defined, fully qualified URL for this resource.
* Output only. [Output Only] Server-defined, fully qualified URL for this resource.
* @param selfLink selfLink or {@code null} for none
*/
public AcceleratorType setSelfLink(java.lang.String selfLink) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ public final class AcceleratorTypeAggregatedList extends com.google.api.client.j
private java.util.Map<String, AcceleratorTypesScopedList> items;

/**
* [Output Only] Type of resource. Alwayscompute#acceleratorTypeAggregatedList for aggregated
* lists of accelerator types.
* Output only. [Output Only] Type of resource. Alwayscompute#acceleratorTypeAggregatedList for
* aggregated lists of accelerator types.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -62,14 +62,14 @@ public final class AcceleratorTypeAggregatedList extends com.google.api.client.j
private java.lang.String nextPageToken;

/**
* [Output Only] Server-defined URL for this resource.
* Output only. [Output Only] Server-defined URL for this resource.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String selfLink;

/**
* [Output Only] Unreachable resources.
* Output only. [Output Only] Unreachable resources.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -117,17 +117,17 @@ public AcceleratorTypeAggregatedList setItems(java.util.Map<String, AcceleratorT
}

/**
* [Output Only] Type of resource. Alwayscompute#acceleratorTypeAggregatedList for aggregated
* lists of accelerator types.
* Output only. [Output Only] Type of resource. Alwayscompute#acceleratorTypeAggregatedList for
* aggregated lists of accelerator types.
* @return value or {@code null} for none
*/
public java.lang.String getKind() {
return kind;
}

/**
* [Output Only] Type of resource. Alwayscompute#acceleratorTypeAggregatedList for aggregated
* lists of accelerator types.
* Output only. [Output Only] Type of resource. Alwayscompute#acceleratorTypeAggregatedList for
* aggregated lists of accelerator types.
* @param kind kind or {@code null} for none
*/
public AcceleratorTypeAggregatedList setKind(java.lang.String kind) {
Expand Down Expand Up @@ -159,15 +159,15 @@ public AcceleratorTypeAggregatedList setNextPageToken(java.lang.String nextPageT
}

/**
* [Output Only] Server-defined URL for this resource.
* Output only. [Output Only] Server-defined URL for this resource.
* @return value or {@code null} for none
*/
public java.lang.String getSelfLink() {
return selfLink;
}

/**
* [Output Only] Server-defined URL for this resource.
* Output only. [Output Only] Server-defined URL for this resource.
* @param selfLink selfLink or {@code null} for none
*/
public AcceleratorTypeAggregatedList setSelfLink(java.lang.String selfLink) {
Expand All @@ -176,15 +176,15 @@ public AcceleratorTypeAggregatedList setSelfLink(java.lang.String selfLink) {
}

/**
* [Output Only] Unreachable resources.
* Output only. [Output Only] Unreachable resources.
* @return value or {@code null} for none
*/
public java.util.List<java.lang.String> getUnreachables() {
return unreachables;
}

/**
* [Output Only] Unreachable resources.
* Output only. [Output Only] Unreachable resources.
* @param unreachables unreachables or {@code null} for none
*/
public AcceleratorTypeAggregatedList setUnreachables(java.util.List<java.lang.String> unreachables) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ public final class AcceleratorTypeList extends com.google.api.client.json.Generi
}

/**
* [Output Only] Type of resource. Alwayscompute#acceleratorTypeList for lists of accelerator
* types.
* Output only. [Output Only] Type of resource. Alwayscompute#acceleratorTypeList for lists of
* accelerator types.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -68,7 +68,7 @@ public final class AcceleratorTypeList extends com.google.api.client.json.Generi
private java.lang.String nextPageToken;

/**
* [Output Only] Server-defined URL for this resource.
* Output only. [Output Only] Server-defined URL for this resource.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -116,17 +116,17 @@ public AcceleratorTypeList setItems(java.util.List<AcceleratorType> items) {
}

/**
* [Output Only] Type of resource. Alwayscompute#acceleratorTypeList for lists of accelerator
* types.
* Output only. [Output Only] Type of resource. Alwayscompute#acceleratorTypeList for lists of
* accelerator types.
* @return value or {@code null} for none
*/
public java.lang.String getKind() {
return kind;
}

/**
* [Output Only] Type of resource. Alwayscompute#acceleratorTypeList for lists of accelerator
* types.
* Output only. [Output Only] Type of resource. Alwayscompute#acceleratorTypeList for lists of
* accelerator types.
* @param kind kind or {@code null} for none
*/
public AcceleratorTypeList setKind(java.lang.String kind) {
Expand Down Expand Up @@ -158,15 +158,15 @@ public AcceleratorTypeList setNextPageToken(java.lang.String nextPageToken) {
}

/**
* [Output Only] Server-defined URL for this resource.
* Output only. [Output Only] Server-defined URL for this resource.
* @return value or {@code null} for none
*/
public java.lang.String getSelfLink() {
return selfLink;
}

/**
* [Output Only] Server-defined URL for this resource.
* Output only. [Output Only] Server-defined URL for this resource.
* @param selfLink selfLink or {@code null} for none
*/
public AcceleratorTypeList setSelfLink(java.lang.String selfLink) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public final class AccessConfig extends com.google.api.client.json.GenericJson {
private java.lang.Integer externalIpv6PrefixLength;

/**
* [Output Only] Type of the resource. Alwayscompute#accessConfig for access configs.
* Output only. [Output Only] Type of the resource. Alwayscompute#accessConfig for access configs.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -168,15 +168,15 @@ public AccessConfig setExternalIpv6PrefixLength(java.lang.Integer externalIpv6Pr
}

/**
* [Output Only] Type of the resource. Alwayscompute#accessConfig for access configs.
* Output only. [Output Only] Type of the resource. Alwayscompute#accessConfig for access configs.
* @return value or {@code null} for none
*/
public java.lang.String getKind() {
return kind;
}

/**
* [Output Only] Type of the resource. Alwayscompute#accessConfig for access configs.
* Output only. [Output Only] Type of the resource. Alwayscompute#accessConfig for access configs.
* @param kind kind or {@code null} for none
*/
public AccessConfig setKind(java.lang.String kind) {
Expand Down
Loading