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: docs/configuration/documenting-bindings.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,26 +130,26 @@ The Channel Bindings Object is used to describe the Google Cloud Pub/Sub Topic d
130
130
lastRevisionId="lastRevisionId",
131
131
name="projects/{project}/schemas/{schema}"))
132
132
```
133
-
MessageRetentionDuration: Indicates the minimum duration to retain a message after it is published to the topic
133
+
`MessageRetentionDuration`: Indicates the minimum duration to retain a message after it is published to the topic
134
134
135
-
Message Storage Policy: The Message Storage Policy Object is used to describe the Google Cloud Pub/Sub MessageStoragePolicy.
135
+
`Message Storage Policy`: The Message Storage Policy Object is used to describe the Google Cloud Pub/Sub MessageStoragePolicy.
136
136
- A list of IDs of GCP regions where messages that are published to the topic may be persisted in storage
137
137
138
-
Schema Settings:The Schema Settings Object is used to describe the Google Cloud Pub/Sub SchemaSettings.
138
+
`Schema Settings`:The Schema Settings Object is used to describe the Google Cloud Pub/Sub SchemaSettings.
139
139
- encoding: The encoding of the message
140
140
- firstRevisionId: The minimum (inclusive) revision allowed for validating messages
141
141
- lastRevisionId: The maximum (inclusive) revision allowed for validating messages
142
-
- name: The name of the schema that messages published should be validated against (The format is projects/{project}/schemas/{schema}.)
142
+
- name: The name of the schema that messages published should be validated against (The format is `projects/{project}/schemas/{schema}`.)
143
143
#### Message Binding Object
144
144
The Message Binding Object is used to describe the Google Cloud Pub/Sub PubsubMessage details, alongside with pertintent parts of the Google Cloud Pub/Sub Schema Object.
OrderingKey: If non-empty, identifies related messages for which publish order should be respected
150
+
`OrderingKey`: If non-empty, identifies related messages for which publish order should be respected
151
151
152
-
Schema Definition: The Schema Definition Object is used to describe the Google Cloud Pub/Sub Schema Object with AsyncAPI. While some of this information could be, or is, described using native AsyncAPI, for consistency it makes sense to provide this information here at all times, especially for cases where AsyncAPI does not natively support describing payloads using a supported Google Cloud Pub/Sub schema format like Protobuf
152
+
`Schema Definition`: The Schema Definition Object is used to describe the Google Cloud Pub/Sub Schema Object with AsyncAPI. While some of this information could be, or is, described using native AsyncAPI, for consistency it makes sense to provide this information here at all times, especially for cases where AsyncAPI does not natively support describing payloads using a supported Google Cloud Pub/Sub schema format like Protobuf
0 commit comments