File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1168,6 +1168,10 @@ message CloudStorageConfig {
1168
1168
// data (for example, an ordering_key, if present) are added as entries in
1169
1169
// the attributes map.
1170
1170
bool write_metadata = 1 [(google.api.field_behavior ) = OPTIONAL ];
1171
+
1172
+ // Optional. When true, the output Cloud Storage file will be serialized
1173
+ // using the topic schema, if it exists.
1174
+ bool use_topic_schema = 2 [(google.api.field_behavior ) = OPTIONAL ];
1171
1175
}
1172
1176
1173
1177
// Possible states for a Cloud Storage subscription.
@@ -1188,6 +1192,10 @@ message CloudStorageConfig {
1188
1192
// Cannot write to the destination because enforce_in_transit is set to true
1189
1193
// and the destination locations are not in the allowed regions.
1190
1194
IN_TRANSIT_LOCATION_RESTRICTION = 4 ;
1195
+
1196
+ // Cannot write to the Cloud Storage bucket due to an incompatibility
1197
+ // between the topic schema and subscription settings.
1198
+ SCHEMA_MISMATCH = 5 ;
1191
1199
}
1192
1200
1193
1201
// Required. User-provided name for the Cloud Storage bucket.
You can’t perform that action at this time.
0 commit comments