Skip to content

Commit 59ccf84

Browse files
1 parent c48d41d commit 59ccf84

File tree

48 files changed

+1977
-1824
lines changed

Some content is hidden

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

48 files changed

+1977
-1824
lines changed

clients/google-api-services-alloydb/v1/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-alloydb</artifactId>
25-
<version>v1-rev20240909-2.0.0</version>
25+
<version>v1-rev20240923-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-alloydb:v1-rev20240909-2.0.0'
38+
implementation 'com.google.apis:google-api-services-alloydb:v1-rev20240923-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/CloudAlloyDBAdmin.java

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

clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/ClientConnectionConfig.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public final class ClientConnectionConfig extends com.google.api.client.json.Gen
3737
private java.lang.Boolean requireConnectors;
3838

3939
/**
40-
* Optional. SSL config option for this instance.
40+
* Optional. SSL configuration option for this instance.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
@@ -61,15 +61,15 @@ public ClientConnectionConfig setRequireConnectors(java.lang.Boolean requireConn
6161
}
6262

6363
/**
64-
* Optional. SSL config option for this instance.
64+
* Optional. SSL configuration option for this instance.
6565
* @return value or {@code null} for none
6666
*/
6767
public SslConfig getSslConfig() {
6868
return sslConfig;
6969
}
7070

7171
/**
72-
* Optional. SSL config option for this instance.
72+
* Optional. SSL configuration option for this instance.
7373
* @param sslConfig sslConfig or {@code null} for none
7474
*/
7575
public ClientConnectionConfig setSslConfig(SslConfig sslConfig) {

clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/FailoverInstanceRequest.java

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -31,35 +31,35 @@ public final class FailoverInstanceRequest extends com.google.api.client.json.Ge
3131

3232
/**
3333
* Optional. An optional request ID to identify requests. Specify a unique request ID so that if
34-
* you must retry your request, the server will know to ignore the request if it has already been
35-
* completed. The server will guarantee that for at least 60 minutes after the first request. For
36-
* example, consider a situation where you make an initial request and the request times out. If
37-
* you make the request again with the same request ID, the server can check if original operation
38-
* with the same request ID was received, and if so, will ignore the second request. This prevents
39-
* clients from accidentally creating duplicate commitments. The request ID must be a valid UUID
40-
* with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
34+
* you must retry your request, the server ignores the request if it has already been completed.
35+
* The server guarantees that for at least 60 minutes since the first request. For example,
36+
* consider a situation where you make an initial request and the request times out. If you make
37+
* the request again with the same request ID, the server can check if the original operation with
38+
* the same request ID was received, and if so, ignores the second request. This prevents clients
39+
* from accidentally creating duplicate commitments. The request ID must be a valid UUID with the
40+
* exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
4444
private java.lang.String requestId;
4545

4646
/**
47-
* Optional. If set, performs request validation (e.g. permission checks and any other type of
48-
* validation), but do not actually execute the failover.
47+
* Optional. If set, performs request validation, for example, permission checks and any other
48+
* type of validation, but does not actually execute the create request.
4949
* The value may be {@code null}.
5050
*/
5151
@com.google.api.client.util.Key
5252
private java.lang.Boolean validateOnly;
5353

5454
/**
5555
* Optional. An optional request ID to identify requests. Specify a unique request ID so that if
56-
* you must retry your request, the server will know to ignore the request if it has already been
57-
* completed. The server will guarantee that for at least 60 minutes after the first request. For
58-
* example, consider a situation where you make an initial request and the request times out. If
59-
* you make the request again with the same request ID, the server can check if original operation
60-
* with the same request ID was received, and if so, will ignore the second request. This prevents
61-
* clients from accidentally creating duplicate commitments. The request ID must be a valid UUID
62-
* with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
56+
* you must retry your request, the server ignores the request if it has already been completed.
57+
* The server guarantees that for at least 60 minutes since the first request. For example,
58+
* consider a situation where you make an initial request and the request times out. If you make
59+
* the request again with the same request ID, the server can check if the original operation with
60+
* the same request ID was received, and if so, ignores the second request. This prevents clients
61+
* from accidentally creating duplicate commitments. The request ID must be a valid UUID with the
62+
* exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
6363
* @return value or {@code null} for none
6464
*/
6565
public java.lang.String getRequestId() {
@@ -68,13 +68,13 @@ public java.lang.String getRequestId() {
6868

6969
/**
7070
* Optional. An optional request ID to identify requests. Specify a unique request ID so that if
71-
* you must retry your request, the server will know to ignore the request if it has already been
72-
* completed. The server will guarantee that for at least 60 minutes after the first request. For
73-
* example, consider a situation where you make an initial request and the request times out. If
74-
* you make the request again with the same request ID, the server can check if original operation
75-
* with the same request ID was received, and if so, will ignore the second request. This prevents
76-
* clients from accidentally creating duplicate commitments. The request ID must be a valid UUID
77-
* with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
71+
* you must retry your request, the server ignores the request if it has already been completed.
72+
* The server guarantees that for at least 60 minutes since the first request. For example,
73+
* consider a situation where you make an initial request and the request times out. If you make
74+
* the request again with the same request ID, the server can check if the original operation with
75+
* the same request ID was received, and if so, ignores the second request. This prevents clients
76+
* from accidentally creating duplicate commitments. The request ID must be a valid UUID with the
77+
* exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
7878
* @param requestId requestId or {@code null} for none
7979
*/
8080
public FailoverInstanceRequest setRequestId(java.lang.String requestId) {
@@ -83,17 +83,17 @@ public FailoverInstanceRequest setRequestId(java.lang.String requestId) {
8383
}
8484

8585
/**
86-
* Optional. If set, performs request validation (e.g. permission checks and any other type of
87-
* validation), but do not actually execute the failover.
86+
* Optional. If set, performs request validation, for example, permission checks and any other
87+
* type of validation, but does not actually execute the create request.
8888
* @return value or {@code null} for none
8989
*/
9090
public java.lang.Boolean getValidateOnly() {
9191
return validateOnly;
9292
}
9393

9494
/**
95-
* Optional. If set, performs request validation (e.g. permission checks and any other type of
96-
* validation), but do not actually execute the failover.
95+
* Optional. If set, performs request validation, for example, permission checks and any other
96+
* type of validation, but does not actually execute the create request.
9797
* @param validateOnly validateOnly or {@code null} for none
9898
*/
9999
public FailoverInstanceRequest setValidateOnly(java.lang.Boolean validateOnly) {

clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/InjectFaultRequest.java

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@ public final class InjectFaultRequest extends com.google.api.client.json.Generic
3838

3939
/**
4040
* Optional. An optional request ID to identify requests. Specify a unique request ID so that if
41-
* you must retry your request, the server will know to ignore the request if it has already been
42-
* completed. The server will guarantee that for at least 60 minutes after the first request. For
43-
* example, consider a situation where you make an initial request and the request times out. If
44-
* you make the request again with the same request ID, the server can check if original operation
45-
* with the same request ID was received, and if so, will ignore the second request. This prevents
46-
* clients from accidentally creating duplicate commitments. The request ID must be a valid UUID
47-
* with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
41+
* you must retry your request, the server ignores the request if it has already been completed.
42+
* The server guarantees that for at least 60 minutes since the first request. For example,
43+
* consider a situation where you make an initial request and the request times out. If you make
44+
* the request again with the same request ID, the server can check if the original operation with
45+
* the same request ID was received, and if so, ignores the second request. This prevents clients
46+
* from accidentally creating duplicate commitments. The request ID must be a valid UUID with the
47+
* exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
4848
* The value may be {@code null}.
4949
*/
5050
@com.google.api.client.util.Key
5151
private java.lang.String requestId;
5252

5353
/**
54-
* Optional. If set, performs request validation (e.g. permission checks and any other type of
55-
* validation), but do not actually execute the fault injection.
54+
* Optional. If set, performs request validation, for example, permission checks and any other
55+
* type of validation, but does not actually execute the create request.
5656
* The value may be {@code null}.
5757
*/
5858
@com.google.api.client.util.Key
@@ -77,13 +77,13 @@ public InjectFaultRequest setFaultType(java.lang.String faultType) {
7777

7878
/**
7979
* Optional. An optional request ID to identify requests. Specify a unique request ID so that if
80-
* you must retry your request, the server will know to ignore the request if it has already been
81-
* completed. The server will guarantee that for at least 60 minutes after the first request. For
82-
* example, consider a situation where you make an initial request and the request times out. If
83-
* you make the request again with the same request ID, the server can check if original operation
84-
* with the same request ID was received, and if so, will ignore the second request. This prevents
85-
* clients from accidentally creating duplicate commitments. The request ID must be a valid UUID
86-
* with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
80+
* you must retry your request, the server ignores the request if it has already been completed.
81+
* The server guarantees that for at least 60 minutes since the first request. For example,
82+
* consider a situation where you make an initial request and the request times out. If you make
83+
* the request again with the same request ID, the server can check if the original operation with
84+
* the same request ID was received, and if so, ignores the second request. This prevents clients
85+
* from accidentally creating duplicate commitments. The request ID must be a valid UUID with the
86+
* exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
8787
* @return value or {@code null} for none
8888
*/
8989
public java.lang.String getRequestId() {
@@ -92,13 +92,13 @@ public java.lang.String getRequestId() {
9292

9393
/**
9494
* Optional. An optional request ID to identify requests. Specify a unique request ID so that if
95-
* you must retry your request, the server will know to ignore the request if it has already been
96-
* completed. The server will guarantee that for at least 60 minutes after the first request. For
97-
* example, consider a situation where you make an initial request and the request times out. If
98-
* you make the request again with the same request ID, the server can check if original operation
99-
* with the same request ID was received, and if so, will ignore the second request. This prevents
100-
* clients from accidentally creating duplicate commitments. The request ID must be a valid UUID
101-
* with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
95+
* you must retry your request, the server ignores the request if it has already been completed.
96+
* The server guarantees that for at least 60 minutes since the first request. For example,
97+
* consider a situation where you make an initial request and the request times out. If you make
98+
* the request again with the same request ID, the server can check if the original operation with
99+
* the same request ID was received, and if so, ignores the second request. This prevents clients
100+
* from accidentally creating duplicate commitments. The request ID must be a valid UUID with the
101+
* exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
102102
* @param requestId requestId or {@code null} for none
103103
*/
104104
public InjectFaultRequest setRequestId(java.lang.String requestId) {
@@ -107,17 +107,17 @@ public InjectFaultRequest setRequestId(java.lang.String requestId) {
107107
}
108108

109109
/**
110-
* Optional. If set, performs request validation (e.g. permission checks and any other type of
111-
* validation), but do not actually execute the fault injection.
110+
* Optional. If set, performs request validation, for example, permission checks and any other
111+
* type of validation, but does not actually execute the create request.
112112
* @return value or {@code null} for none
113113
*/
114114
public java.lang.Boolean getValidateOnly() {
115115
return validateOnly;
116116
}
117117

118118
/**
119-
* Optional. If set, performs request validation (e.g. permission checks and any other type of
120-
* validation), but do not actually execute the fault injection.
119+
* Optional. If set, performs request validation, for example, permission checks and any other
120+
* type of validation, but does not actually execute the create request.
121121
* @param validateOnly validateOnly or {@code null} for none
122122
*/
123123
public InjectFaultRequest setValidateOnly(java.lang.Boolean validateOnly) {

clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/Instance.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public final class Instance extends com.google.api.client.json.GenericJson {
150150
private java.lang.String name;
151151

152152
/**
153-
* Optional. Instance level network configuration.
153+
* Optional. Instance-level network configuration.
154154
* The value may be {@code null}.
155155
*/
156156
@com.google.api.client.util.Key
@@ -527,15 +527,15 @@ public Instance setName(java.lang.String name) {
527527
}
528528

529529
/**
530-
* Optional. Instance level network configuration.
530+
* Optional. Instance-level network configuration.
531531
* @return value or {@code null} for none
532532
*/
533533
public InstanceNetworkConfig getNetworkConfig() {
534534
return networkConfig;
535535
}
536536

537537
/**
538-
* Optional. Instance level network configuration.
538+
* Optional. Instance-level network configuration.
539539
* @param networkConfig networkConfig or {@code null} for none
540540
*/
541541
public Instance setNetworkConfig(InstanceNetworkConfig networkConfig) {

clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/InstanceNetworkConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.alloydb.v1.model;
1818

1919
/**
20-
* Metadata related to instance level network configuration.
20+
* Metadata related to instance-level network configuration.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the AlloyDB API. For a detailed explanation see:

0 commit comments

Comments
 (0)