diff --git a/proto-google-cloud-pubsub-v1/src/main/java/com/google/pubsub/v1/CloudStorageConfig.java b/proto-google-cloud-pubsub-v1/src/main/java/com/google/pubsub/v1/CloudStorageConfig.java index 8fb85ab64..a4532a62f 100644 --- a/proto-google-cloud-pubsub-v1/src/main/java/com/google/pubsub/v1/CloudStorageConfig.java +++ b/proto-google-cloud-pubsub-v1/src/main/java/com/google/pubsub/v1/CloudStorageConfig.java @@ -682,7 +682,11 @@ public interface AvroConfigOrBuilder * *
* When true, write the subscription name, message_id, publish_time, - * attributes, and ordering_key as additional fields in the output. + * 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;
@@ -741,7 +745,11 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* * When true, write the subscription name, message_id, publish_time, - * attributes, and ordering_key as additional fields in the output. + * 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;
@@ -1104,7 +1112,11 @@ public Builder mergeFrom(
*
* * When true, write the subscription name, message_id, publish_time, - * attributes, and ordering_key as additional fields in the output. + * 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;
@@ -1120,7 +1132,11 @@ public boolean getWriteMetadata() {
*
* * When true, write the subscription name, message_id, publish_time, - * attributes, and ordering_key as additional fields in the output. + * 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;
@@ -1140,7 +1156,11 @@ public Builder setWriteMetadata(boolean value) {
*
* * When true, write the subscription name, message_id, publish_time, - * attributes, and ordering_key as additional fields in the output. + * 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;
diff --git a/proto-google-cloud-pubsub-v1/src/main/java/com/google/pubsub/v1/PullRequest.java b/proto-google-cloud-pubsub-v1/src/main/java/com/google/pubsub/v1/PullRequest.java
index fac062007..8dd269745 100644
--- a/proto-google-cloud-pubsub-v1/src/main/java/com/google/pubsub/v1/PullRequest.java
+++ b/proto-google-cloud-pubsub-v1/src/main/java/com/google/pubsub/v1/PullRequest.java
@@ -136,7 +136,7 @@ public com.google.protobuf.ByteString getSubscriptionBytes() {
*
*
* @deprecated google.pubsub.v1.PullRequest.return_immediately is deprecated. See
- * google/pubsub/v1/pubsub.proto;l=1222
+ * google/pubsub/v1/pubsub.proto;l=1226
* @return The returnImmediately.
*/
@java.lang.Override
@@ -687,7 +687,7 @@ public Builder setSubscriptionBytes(com.google.protobuf.ByteString value) {
*
*
* @deprecated google.pubsub.v1.PullRequest.return_immediately is deprecated. See
- * google/pubsub/v1/pubsub.proto;l=1222
+ * google/pubsub/v1/pubsub.proto;l=1226
* @return The returnImmediately.
*/
@java.lang.Override
@@ -713,7 +713,7 @@ public boolean getReturnImmediately() {
*
*
* @deprecated google.pubsub.v1.PullRequest.return_immediately is deprecated. See
- * google/pubsub/v1/pubsub.proto;l=1222
+ * google/pubsub/v1/pubsub.proto;l=1226
* @param value The returnImmediately to set.
* @return This builder for chaining.
*/
@@ -743,7 +743,7 @@ public Builder setReturnImmediately(boolean value) {
*
*
* @deprecated google.pubsub.v1.PullRequest.return_immediately is deprecated. See
- * google/pubsub/v1/pubsub.proto;l=1222
+ * google/pubsub/v1/pubsub.proto;l=1226
* @return This builder for chaining.
*/
@java.lang.Deprecated
diff --git a/proto-google-cloud-pubsub-v1/src/main/java/com/google/pubsub/v1/PullRequestOrBuilder.java b/proto-google-cloud-pubsub-v1/src/main/java/com/google/pubsub/v1/PullRequestOrBuilder.java
index 5cb9c98a3..963c7f799 100644
--- a/proto-google-cloud-pubsub-v1/src/main/java/com/google/pubsub/v1/PullRequestOrBuilder.java
+++ b/proto-google-cloud-pubsub-v1/src/main/java/com/google/pubsub/v1/PullRequestOrBuilder.java
@@ -71,7 +71,7 @@ public interface PullRequestOrBuilder
*
*
* @deprecated google.pubsub.v1.PullRequest.return_immediately is deprecated. See
- * google/pubsub/v1/pubsub.proto;l=1222
+ * google/pubsub/v1/pubsub.proto;l=1226
* @return The returnImmediately.
*/
@java.lang.Deprecated
diff --git a/proto-google-cloud-pubsub-v1/src/main/proto/google/pubsub/v1/pubsub.proto b/proto-google-cloud-pubsub-v1/src/main/proto/google/pubsub/v1/pubsub.proto
index 9ff80f2f6..4468de178 100644
--- a/proto-google-cloud-pubsub-v1/src/main/proto/google/pubsub/v1/pubsub.proto
+++ b/proto-google-cloud-pubsub-v1/src/main/proto/google/pubsub/v1/pubsub.proto
@@ -1030,7 +1030,11 @@ message CloudStorageConfig {
// Message payloads and metadata will be written to files as an Avro binary.
message AvroConfig {
// When true, write the subscription name, message_id, publish_time,
- // attributes, and ordering_key as additional fields in the output.
+ // 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;
}