Skip to content

Commit a59ffcd

Browse files
1 parent 8951657 commit a59ffcd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2640
-1654
lines changed

clients/google-api-services-compute/alpha/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-compute</artifactId>
25-
<version>alpha-rev20241008-2.0.0</version>
25+
<version>alpha-rev20241015-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-compute:alpha-rev20241008-2.0.0'
38+
implementation 'com.google.apis:google-api-services-compute:alpha-rev20241015-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-compute/alpha/2.0.0/com/google/api/services/compute/Compute.java

Lines changed: 337 additions & 0 deletions
Large diffs are not rendered by default.

clients/google-api-services-compute/alpha/2.0.0/com/google/api/services/compute/model/AuditConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
* }, { "log_type": "DATA_WRITE" }, { "log_type": "ADMIN_READ" } ] }, { "service":
2828
* "sampleservice.googleapis.com", "audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type":
2929
* "DATA_WRITE", "exempted_members": [ "user:[email protected]" ] } ] } ] } For sampleservice, this
30-
* policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts [email protected]
31-
* from DATA_READ logging, and [email protected] from DATA_WRITE logging.
30+
* policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `[email protected]`
31+
* from DATA_READ logging, and `[email protected]` from DATA_WRITE logging.
3232
*
3333
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
3434
* transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see:

clients/google-api-services-compute/alpha/2.0.0/com/google/api/services/compute/model/Binding.java

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@
2929
@SuppressWarnings("javadoc")
3030
public final class Binding extends com.google.api.client.json.GenericJson {
3131

32-
/**
33-
* This is deprecated and has no effect. Do not use.
34-
* The value may be {@code null}.
35-
*/
36-
@com.google.api.client.util.Key
37-
private java.lang.String bindingId;
38-
3932
/**
4033
* The condition that is associated with this binding. If the condition evaluates to `true`, then
4134
* this binding applies to the current request. If the condition evaluates to `false`, then this
@@ -109,23 +102,6 @@ public final class Binding extends com.google.api.client.json.GenericJson {
109102
@com.google.api.client.util.Key
110103
private java.lang.String role;
111104

112-
/**
113-
* This is deprecated and has no effect. Do not use.
114-
* @return value or {@code null} for none
115-
*/
116-
public java.lang.String getBindingId() {
117-
return bindingId;
118-
}
119-
120-
/**
121-
* This is deprecated and has no effect. Do not use.
122-
* @param bindingId bindingId or {@code null} for none
123-
*/
124-
public Binding setBindingId(java.lang.String bindingId) {
125-
this.bindingId = bindingId;
126-
return this;
127-
}
128-
129105
/**
130106
* The condition that is associated with this binding. If the condition evaluates to `true`, then
131107
* this binding applies to the current request. If the condition evaluates to `false`, then this

clients/google-api-services-compute/alpha/2.0.0/com/google/api/services/compute/model/Condition.java

Lines changed: 0 additions & 162 deletions
This file was deleted.

clients/google-api-services-compute/alpha/2.0.0/com/google/api/services/compute/model/InstanceGroupManager.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ public final class InstanceGroupManager extends com.google.api.client.json.Gener
179179
private java.lang.String name;
180180

181181
/**
182-
* Named ports configured for the Instance Groups complementary to this Instance Group Manager.
182+
* [Output Only] Named ports configured on the Instance Groups complementary to this Instance
183+
* Group Manager.
183184
* The value may be {@code null}.
184185
*/
185186
@com.google.api.client.util.Key
@@ -726,15 +727,17 @@ public InstanceGroupManager setName(java.lang.String name) {
726727
}
727728

728729
/**
729-
* Named ports configured for the Instance Groups complementary to this Instance Group Manager.
730+
* [Output Only] Named ports configured on the Instance Groups complementary to this Instance
731+
* Group Manager.
730732
* @return value or {@code null} for none
731733
*/
732734
public java.util.List<NamedPort> getNamedPorts() {
733735
return namedPorts;
734736
}
735737

736738
/**
737-
* Named ports configured for the Instance Groups complementary to this Instance Group Manager.
739+
* [Output Only] Named ports configured on the Instance Groups complementary to this Instance
740+
* Group Manager.
738741
* @param namedPorts namedPorts or {@code null} for none
739742
*/
740743
public InstanceGroupManager setNamedPorts(java.util.List<NamedPort> namedPorts) {

clients/google-api-services-compute/alpha/2.0.0/com/google/api/services/compute/model/LogConfig.java

Lines changed: 0 additions & 114 deletions
This file was deleted.

0 commit comments

Comments
 (0)