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-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/PostgreSql.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,13 @@ public final class PostgreSql extends com.google.api.client.json.GenericJson {
58
58
@com.google.api.client.util.Key
59
59
privatejava.lang.Booleanephemeral;
60
60
61
+
/**
62
+
* Optional. User-configured PostgreSQL schema. Defaults to "public" if not specified.
63
+
* The value may be {@code null}.
64
+
*/
65
+
@com.google.api.client.util.Key
66
+
privatejava.lang.Stringschema;
67
+
61
68
/**
62
69
* Optional. Configure how to perform Postgresql schema migration.
63
70
* The value may be {@code null}.
@@ -145,6 +152,23 @@ public PostgreSql setEphemeral(java.lang.Boolean ephemeral) {
145
152
returnthis;
146
153
}
147
154
155
+
/**
156
+
* Optional. User-configured PostgreSQL schema. Defaults to "public" if not specified.
157
+
* @return value or {@code null} for none
158
+
*/
159
+
publicjava.lang.StringgetSchema() {
160
+
returnschema;
161
+
}
162
+
163
+
/**
164
+
* Optional. User-configured PostgreSQL schema. Defaults to "public" if not specified.
Copy file name to clipboardExpand all lines: clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/PostgreSql.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,13 @@ public final class PostgreSql extends com.google.api.client.json.GenericJson {
58
58
@com.google.api.client.util.Key
59
59
privatejava.lang.Booleanephemeral;
60
60
61
+
/**
62
+
* Optional. User-configured PostgreSQL schema. Defaults to "public" if not specified.
63
+
* The value may be {@code null}.
64
+
*/
65
+
@com.google.api.client.util.Key
66
+
privatejava.lang.Stringschema;
67
+
61
68
/**
62
69
* Optional. Configure how to perform Postgresql schema migration.
63
70
* The value may be {@code null}.
@@ -145,6 +152,23 @@ public PostgreSql setEphemeral(java.lang.Boolean ephemeral) {
145
152
returnthis;
146
153
}
147
154
155
+
/**
156
+
* Optional. User-configured PostgreSQL schema. Defaults to "public" if not specified.
157
+
* @return value or {@code null} for none
158
+
*/
159
+
publicjava.lang.StringgetSchema() {
160
+
returnschema;
161
+
}
162
+
163
+
/**
164
+
* Optional. User-configured PostgreSQL schema. Defaults to "public" if not specified.
0 commit comments