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/StorageDatabasecenterPartnerapiV1mainDatabaseResourceId.java
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -48,8 +48,10 @@ public final class StorageDatabasecenterPartnerapiV1mainDatabaseResourceId exten
Copy file name to clipboardExpand all lines: clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/ConnectionPoolConfig.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,13 @@ public final class ConnectionPoolConfig extends com.google.api.client.json.Gener
96
96
@com.google.api.client.util.Key
97
97
privatejava.lang.StringpoolMode;
98
98
99
+
/**
100
+
* Output only. The number of running poolers per instance.
101
+
* The value may be {@code null}.
102
+
*/
103
+
@com.google.api.client.util.Key
104
+
privatejava.lang.IntegerpoolerCount;
105
+
99
106
/**
100
107
* Optional. Deprecated. Use 'flags' instead. The maximum number of seconds queries are allowed to
101
108
* spend waiting for execution. If the query is not assigned to a server during that time, the
@@ -282,6 +289,23 @@ public ConnectionPoolConfig setPoolMode(java.lang.String poolMode) {
282
289
returnthis;
283
290
}
284
291
292
+
/**
293
+
* Output only. The number of running poolers per instance.
294
+
* @return value or {@code null} for none
295
+
*/
296
+
publicjava.lang.IntegergetPoolerCount() {
297
+
returnpoolerCount;
298
+
}
299
+
300
+
/**
301
+
* Output only. The number of running poolers per instance.
302
+
* @param poolerCount poolerCount or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/ObservabilityInstanceConfig.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,13 @@ public final class ObservabilityInstanceConfig extends com.google.api.client.jso
79
79
@com.google.api.client.util.Key
80
80
privatejava.lang.BooleantrackActiveQueries;
81
81
82
+
/**
83
+
* Track client address for an instance. If not set, default value is "off".
84
+
* The value may be {@code null}.
85
+
*/
86
+
@com.google.api.client.util.Key
87
+
privatejava.lang.BooleantrackClientAddress;
88
+
82
89
/**
83
90
* Output only. Track wait event types during query execution for an instance. This flag is turned
84
91
* "on" by default but tracking is enabled only after observability enabled flag is also turned
@@ -217,6 +224,23 @@ public ObservabilityInstanceConfig setTrackActiveQueries(java.lang.Boolean track
217
224
returnthis;
218
225
}
219
226
227
+
/**
228
+
* Track client address for an instance. If not set, default value is "off".
229
+
* @return value or {@code null} for none
230
+
*/
231
+
publicjava.lang.BooleangetTrackClientAddress() {
232
+
returntrackClientAddress;
233
+
}
234
+
235
+
/**
236
+
* Track client address for an instance. If not set, default value is "off".
237
+
* @param trackClientAddress trackClientAddress or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainDatabaseResourceId.java
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -48,8 +48,10 @@ public final class StorageDatabasecenterPartnerapiV1mainDatabaseResourceId exten
0 commit comments