public static interface CloudStorageConfig.AvroConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getUseTopicSchema()
Optional.
|
boolean |
getWriteMetadata()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getWriteMetadata()
Optional. When true, write the subscription name, message_id, publish_time, attributes, and ordering_key as additional fields in the output. The subscription name, message_id, and publish_time fields are put in their own fields while all other message properties other than data (for example, an ordering_key, if present) are added as entries in the attributes map.
bool write_metadata = 1 [(.google.api.field_behavior) = OPTIONAL];boolean getUseTopicSchema()
Optional. When true, the output Cloud Storage file will be serialized using the topic schema, if it exists.
bool use_topic_schema = 2 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.