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/StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,13 @@ public final class StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSi
75
75
@com.google.api.client.util.Key
76
76
privatejava.lang.StringexternalUri;
77
77
78
+
/**
79
+
* This is used to identify the location of the resource. Example: "us-central1"
80
+
* The value may be {@code null}.
81
+
*/
82
+
@com.google.api.client.util.Key
83
+
privatejava.lang.Stringlocation;
84
+
78
85
/**
79
86
* Required. The name of the signal, ex: PUBLIC_SQL_INSTANCE, SQL_LOG_ERROR_VERBOSITY etc.
80
87
* The value may be {@code null}.
@@ -238,6 +245,23 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData set
238
245
returnthis;
239
246
}
240
247
248
+
/**
249
+
* This is used to identify the location of the resource. Example: "us-central1"
250
+
* @return value or {@code null} for none
251
+
*/
252
+
publicjava.lang.StringgetLocation() {
253
+
returnlocation;
254
+
}
255
+
256
+
/**
257
+
* This is used to identify the location of the resource. Example: "us-central1"
258
+
* @param location location 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/StorageDatabasecenterPartnerapiV1mainDatabaseResourceId.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -49,8 +49,8 @@ public final class StorageDatabasecenterPartnerapiV1mainDatabaseResourceId exten
0 commit comments