Skip to content

Commit

Permalink
feat: regenerated to pick up doc changes (#246)
Browse files Browse the repository at this point in the history
* changes without context

        autosynth cannot find the source of changes triggered by earlier changes in this
        repository, or by version upgrades to tools such as linters.

* docs: Add a link to Pub/Sub filtering language public documentation to pubsub.proto

PiperOrigin-RevId: 315930680

Source-Author: Google APIs <noreply@google.com>
Source-Date: Thu Jun 11 10:43:34 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: a19b46e54cc5195557f70ff68f1696d1e3b4702e
Source-Link: googleapis/googleapis@a19b46e
  • Loading branch information
yoshi-automation committed Jun 18, 2020
1 parent 2c7bf60 commit a5f45ac
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 31 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>5.7.0</version>
<version>7.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Expand Up @@ -223,7 +223,8 @@ public int getAttributesCount() {
*
* <pre>
* Attributes for this message. If this field is empty, the message must
* contain non-empty data.
* contain non-empty data. This can be used to filter messages on the
* subscription.
* </pre>
*
* <code>map&lt;string, string&gt; attributes = 2;</code>
Expand All @@ -246,7 +247,8 @@ public java.util.Map<java.lang.String, java.lang.String> getAttributes() {
*
* <pre>
* Attributes for this message. If this field is empty, the message must
* contain non-empty data.
* contain non-empty data. This can be used to filter messages on the
* subscription.
* </pre>
*
* <code>map&lt;string, string&gt; attributes = 2;</code>
Expand All @@ -260,7 +262,8 @@ public java.util.Map<java.lang.String, java.lang.String> getAttributesMap() {
*
* <pre>
* Attributes for this message. If this field is empty, the message must
* contain non-empty data.
* contain non-empty data. This can be used to filter messages on the
* subscription.
* </pre>
*
* <code>map&lt;string, string&gt; attributes = 2;</code>
Expand All @@ -279,7 +282,8 @@ public java.lang.String getAttributesOrDefault(
*
* <pre>
* Attributes for this message. If this field is empty, the message must
* contain non-empty data.
* contain non-empty data. This can be used to filter messages on the
* subscription.
* </pre>
*
* <code>map&lt;string, string&gt; attributes = 2;</code>
Expand Down Expand Up @@ -982,7 +986,8 @@ public int getAttributesCount() {
*
* <pre>
* Attributes for this message. If this field is empty, the message must
* contain non-empty data.
* contain non-empty data. This can be used to filter messages on the
* subscription.
* </pre>
*
* <code>map&lt;string, string&gt; attributes = 2;</code>
Expand All @@ -1005,7 +1010,8 @@ public java.util.Map<java.lang.String, java.lang.String> getAttributes() {
*
* <pre>
* Attributes for this message. If this field is empty, the message must
* contain non-empty data.
* contain non-empty data. This can be used to filter messages on the
* subscription.
* </pre>
*
* <code>map&lt;string, string&gt; attributes = 2;</code>
Expand All @@ -1019,7 +1025,8 @@ public java.util.Map<java.lang.String, java.lang.String> getAttributesMap() {
*
* <pre>
* Attributes for this message. If this field is empty, the message must
* contain non-empty data.
* contain non-empty data. This can be used to filter messages on the
* subscription.
* </pre>
*
* <code>map&lt;string, string&gt; attributes = 2;</code>
Expand All @@ -1038,7 +1045,8 @@ public java.lang.String getAttributesOrDefault(
*
* <pre>
* Attributes for this message. If this field is empty, the message must
* contain non-empty data.
* contain non-empty data. This can be used to filter messages on the
* subscription.
* </pre>
*
* <code>map&lt;string, string&gt; attributes = 2;</code>
Expand All @@ -1064,7 +1072,8 @@ public Builder clearAttributes() {
*
* <pre>
* Attributes for this message. If this field is empty, the message must
* contain non-empty data.
* contain non-empty data. This can be used to filter messages on the
* subscription.
* </pre>
*
* <code>map&lt;string, string&gt; attributes = 2;</code>
Expand All @@ -1086,7 +1095,8 @@ public java.util.Map<java.lang.String, java.lang.String> getMutableAttributes()
*
* <pre>
* Attributes for this message. If this field is empty, the message must
* contain non-empty data.
* contain non-empty data. This can be used to filter messages on the
* subscription.
* </pre>
*
* <code>map&lt;string, string&gt; attributes = 2;</code>
Expand All @@ -1106,7 +1116,8 @@ public Builder putAttributes(java.lang.String key, java.lang.String value) {
*
* <pre>
* Attributes for this message. If this field is empty, the message must
* contain non-empty data.
* contain non-empty data. This can be used to filter messages on the
* subscription.
* </pre>
*
* <code>map&lt;string, string&gt; attributes = 2;</code>
Expand Down
Expand Up @@ -42,7 +42,8 @@ public interface PubsubMessageOrBuilder
*
* <pre>
* Attributes for this message. If this field is empty, the message must
* contain non-empty data.
* contain non-empty data. This can be used to filter messages on the
* subscription.
* </pre>
*
* <code>map&lt;string, string&gt; attributes = 2;</code>
Expand All @@ -53,7 +54,8 @@ public interface PubsubMessageOrBuilder
*
* <pre>
* Attributes for this message. If this field is empty, the message must
* contain non-empty data.
* contain non-empty data. This can be used to filter messages on the
* subscription.
* </pre>
*
* <code>map&lt;string, string&gt; attributes = 2;</code>
Expand All @@ -67,7 +69,8 @@ public interface PubsubMessageOrBuilder
*
* <pre>
* Attributes for this message. If this field is empty, the message must
* contain non-empty data.
* contain non-empty data. This can be used to filter messages on the
* subscription.
* </pre>
*
* <code>map&lt;string, string&gt; attributes = 2;</code>
Expand All @@ -78,7 +81,8 @@ public interface PubsubMessageOrBuilder
*
* <pre>
* Attributes for this message. If this field is empty, the message must
* contain non-empty data.
* contain non-empty data. This can be used to filter messages on the
* subscription.
* </pre>
*
* <code>map&lt;string, string&gt; attributes = 2;</code>
Expand All @@ -89,7 +93,8 @@ public interface PubsubMessageOrBuilder
*
* <pre>
* Attributes for this message. If this field is empty, the message must
* contain non-empty data.
* contain non-empty data. This can be used to filter messages on the
* subscription.
* </pre>
*
* <code>map&lt;string, string&gt; attributes = 2;</code>
Expand Down
Expand Up @@ -733,7 +733,8 @@ public com.google.pubsub.v1.ExpirationPolicyOrBuilder getExpirationPolicyOrBuild
*
*
* <pre>
* An expression written in the Cloud Pub/Sub filter language. If non-empty,
* An expression written in the Pub/Sub [filter
* language](https://cloud.google.com/pubsub/docs/filtering). If non-empty,
* then only `PubsubMessage`s whose `attributes` field matches the filter are
* delivered on this subscription. If empty, then no messages are filtered
* out.
Expand All @@ -759,7 +760,8 @@ public java.lang.String getFilter() {
*
*
* <pre>
* An expression written in the Cloud Pub/Sub filter language. If non-empty,
* An expression written in the Pub/Sub [filter
* language](https://cloud.google.com/pubsub/docs/filtering). If non-empty,
* then only `PubsubMessage`s whose `attributes` field matches the filter are
* delivered on this subscription. If empty, then no messages are filtered
* out.
Expand Down Expand Up @@ -2855,7 +2857,8 @@ public com.google.pubsub.v1.ExpirationPolicyOrBuilder getExpirationPolicyOrBuild
*
*
* <pre>
* An expression written in the Cloud Pub/Sub filter language. If non-empty,
* An expression written in the Pub/Sub [filter
* language](https://cloud.google.com/pubsub/docs/filtering). If non-empty,
* then only `PubsubMessage`s whose `attributes` field matches the filter are
* delivered on this subscription. If empty, then no messages are filtered
* out.
Expand All @@ -2880,7 +2883,8 @@ public java.lang.String getFilter() {
*
*
* <pre>
* An expression written in the Cloud Pub/Sub filter language. If non-empty,
* An expression written in the Pub/Sub [filter
* language](https://cloud.google.com/pubsub/docs/filtering). If non-empty,
* then only `PubsubMessage`s whose `attributes` field matches the filter are
* delivered on this subscription. If empty, then no messages are filtered
* out.
Expand All @@ -2905,7 +2909,8 @@ public com.google.protobuf.ByteString getFilterBytes() {
*
*
* <pre>
* An expression written in the Cloud Pub/Sub filter language. If non-empty,
* An expression written in the Pub/Sub [filter
* language](https://cloud.google.com/pubsub/docs/filtering). If non-empty,
* then only `PubsubMessage`s whose `attributes` field matches the filter are
* delivered on this subscription. If empty, then no messages are filtered
* out.
Expand All @@ -2929,7 +2934,8 @@ public Builder setFilter(java.lang.String value) {
*
*
* <pre>
* An expression written in the Cloud Pub/Sub filter language. If non-empty,
* An expression written in the Pub/Sub [filter
* language](https://cloud.google.com/pubsub/docs/filtering). If non-empty,
* then only `PubsubMessage`s whose `attributes` field matches the filter are
* delivered on this subscription. If empty, then no messages are filtered
* out.
Expand All @@ -2949,7 +2955,8 @@ public Builder clearFilter() {
*
*
* <pre>
* An expression written in the Cloud Pub/Sub filter language. If non-empty,
* An expression written in the Pub/Sub [filter
* language](https://cloud.google.com/pubsub/docs/filtering). If non-empty,
* then only `PubsubMessage`s whose `attributes` field matches the filter are
* delivered on this subscription. If empty, then no messages are filtered
* out.
Expand Down
Expand Up @@ -362,7 +362,8 @@ public interface SubscriptionOrBuilder
*
*
* <pre>
* An expression written in the Cloud Pub/Sub filter language. If non-empty,
* An expression written in the Pub/Sub [filter
* language](https://cloud.google.com/pubsub/docs/filtering). If non-empty,
* then only `PubsubMessage`s whose `attributes` field matches the filter are
* delivered on this subscription. If empty, then no messages are filtered
* out.
Expand All @@ -377,7 +378,8 @@ public interface SubscriptionOrBuilder
*
*
* <pre>
* An expression written in the Cloud Pub/Sub filter language. If non-empty,
* An expression written in the Pub/Sub [filter
* language](https://cloud.google.com/pubsub/docs/filtering). If non-empty,
* then only `PubsubMessage`s whose `attributes` field matches the filter are
* delivered on this subscription. If empty, then no messages are filtered
* out.
Expand Down
Expand Up @@ -191,7 +191,8 @@ message PubsubMessage {
bytes data = 1;

// Attributes for this message. If this field is empty, the message must
// contain non-empty data.
// contain non-empty data. This can be used to filter messages on the
// subscription.
map<string, string> attributes = 2;

// ID of this message, assigned by the server when the message is published.
Expand Down Expand Up @@ -700,7 +701,8 @@ message Subscription {
// value for `expiration_policy.ttl` is 1 day.
ExpirationPolicy expiration_policy = 11;

// An expression written in the Cloud Pub/Sub filter language. If non-empty,
// An expression written in the Pub/Sub [filter
// language](https://cloud.google.com/pubsub/docs/filtering). If non-empty,
// then only `PubsubMessage`s whose `attributes` field matches the filter are
// delivered on this subscription. If empty, then no messages are filtered
// out.
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-pubsub.git",
"sha": "6c1204c8f90d54dc00669ed149b00a89ee54aac9"
"sha": "2c7bf606c18d051c345219e85038e27f4e42b0ce"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "86285bbd54fbf9708838219e3422aa47fb8fc0b0",
"internalRef": "314795690"
"sha": "a19b46e54cc5195557f70ff68f1696d1e3b4702e",
"internalRef": "315930680"
}
},
{
Expand Down

0 comments on commit a5f45ac

Please sign in to comment.