You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/ClientConnectionConfig.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ public final class ClientConnectionConfig extends com.google.api.client.json.Gen
37
37
privatejava.lang.BooleanrequireConnectors;
38
38
39
39
/**
40
-
* Optional. SSL config option for this instance.
40
+
* Optional. SSL configuration option for this instance.
41
41
* The value may be {@code null}.
42
42
*/
43
43
@com.google.api.client.util.Key
@@ -61,15 +61,15 @@ public ClientConnectionConfig setRequireConnectors(java.lang.Boolean requireConn
61
61
}
62
62
63
63
/**
64
-
* Optional. SSL config option for this instance.
64
+
* Optional. SSL configuration option for this instance.
65
65
* @return value or {@code null} for none
66
66
*/
67
67
publicSslConfiggetSslConfig() {
68
68
returnsslConfig;
69
69
}
70
70
71
71
/**
72
-
* Optional. SSL config option for this instance.
72
+
* Optional. SSL configuration option for this instance.
73
73
* @param sslConfig sslConfig or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/FailoverInstanceRequest.java
+27-27Lines changed: 27 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -31,35 +31,35 @@ public final class FailoverInstanceRequest extends com.google.api.client.json.Ge
31
31
32
32
/**
33
33
* 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).
41
41
* The value may be {@code null}.
42
42
*/
43
43
@com.google.api.client.util.Key
44
44
privatejava.lang.StringrequestId;
45
45
46
46
/**
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.
49
49
* The value may be {@code null}.
50
50
*/
51
51
@com.google.api.client.util.Key
52
52
privatejava.lang.BooleanvalidateOnly;
53
53
54
54
/**
55
55
* 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).
63
63
* @return value or {@code null} for none
64
64
*/
65
65
publicjava.lang.StringgetRequestId() {
@@ -68,13 +68,13 @@ public java.lang.String getRequestId() {
68
68
69
69
/**
70
70
* 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).
78
78
* @param requestId requestId or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/InjectFaultRequest.java
+27-27Lines changed: 27 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -38,21 +38,21 @@ public final class InjectFaultRequest extends com.google.api.client.json.Generic
38
38
39
39
/**
40
40
* 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).
48
48
* The value may be {@code null}.
49
49
*/
50
50
@com.google.api.client.util.Key
51
51
privatejava.lang.StringrequestId;
52
52
53
53
/**
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.
56
56
* The value may be {@code null}.
57
57
*/
58
58
@com.google.api.client.util.Key
@@ -77,13 +77,13 @@ public InjectFaultRequest setFaultType(java.lang.String faultType) {
77
77
78
78
/**
79
79
* 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).
87
87
* @return value or {@code null} for none
88
88
*/
89
89
publicjava.lang.StringgetRequestId() {
@@ -92,13 +92,13 @@ public java.lang.String getRequestId() {
92
92
93
93
/**
94
94
* 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).
102
102
* @param requestId requestId or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/InstanceNetworkConfig.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
packagecom.google.api.services.alloydb.v1.model;
18
18
19
19
/**
20
-
* Metadata related to instancelevel network configuration.
20
+
* Metadata related to instance-level network configuration.
21
21
*
22
22
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23
23
* transmitted over HTTP when working with the AlloyDB API. For a detailed explanation see:
0 commit comments