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-sqladmin/v1/2.0.0/com/google/api/services/sqladmin/model/ExecuteSqlPayload.java
+39Lines changed: 39 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,18 @@ public final class ExecuteSqlPayload extends com.google.api.client.json.GenericJ
61
61
@com.google.api.client.util.Key
62
62
privatejava.lang.StringpartialResultMode;
63
63
64
+
/**
65
+
* Optional. The resource name of the Secret Manager secret holding the password for the user to
66
+
* log into the database. The secret should be created using the regional endpoint (for API) or
67
+
* from the Regional Secrets page (for UI), and stored in the same region as the Cloud SQL
68
+
* instance. The expected resource name format is
69
+
* `projects/{project}/locations/{location}/secrets/{secret}/versions/{secret_version}`. Used
70
+
* together with the `user` field. The secret resource name will not be stored.
71
+
* The value may be {@code null}.
72
+
*/
73
+
@com.google.api.client.util.Key
74
+
privatejava.lang.StringpasswordSecretVersion;
75
+
64
76
/**
65
77
* Optional. The maximum number of rows returned per SQL statement.
66
78
* The value may be {@code null}.
@@ -160,6 +172,33 @@ public ExecuteSqlPayload setPartialResultMode(java.lang.String partialResultMode
160
172
returnthis;
161
173
}
162
174
175
+
/**
176
+
* Optional. The resource name of the Secret Manager secret holding the password for the user to
177
+
* log into the database. The secret should be created using the regional endpoint (for API) or
178
+
* from the Regional Secrets page (for UI), and stored in the same region as the Cloud SQL
179
+
* instance. The expected resource name format is
180
+
* `projects/{project}/locations/{location}/secrets/{secret}/versions/{secret_version}`. Used
181
+
* together with the `user` field. The secret resource name will not be stored.
0 commit comments