Commit b5fe795
authored
feat: Add InitialSubscribeRequest.initial_location field (#649)
* feat: Add initial_cursor field to InitialSubscribeRequest PiperOrigin-RevId: 372181830 Source-Author: Google APIs <noreply@google.com> Source-Date: Wed May 5 12:23:48 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: f5ce261910c373fdd96bdaa47173f5604562876f Source-Link: googleapis/googleapis@f5ce261 * fix!: Replace unreleased InitialSubscribeRequest initial_cursor field with initial_location PiperOrigin-RevId: 375562697 Source-Author: Google APIs <noreply@google.com> Source-Date: Mon May 24 14:49:06 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: c71311c3e48450d2c9bb2c0e67bed283a29233d5 Source-Link: googleapis/googleapis@c71311c1 parent 75e6b9d commit b5fe795
File tree
9 files changed
+484
-84
lines changed- google-cloud-pubsublite/src/main/java/com/google/cloud/pubsublite/v1/stub
- proto-google-cloud-pubsublite-v1/src/main
- java/com/google/cloud/pubsublite/proto
- proto/google/cloud/pubsublite/v1
9 files changed
+484
-84
lines changedLines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
143 | 152 | | |
144 | 153 | | |
145 | 154 | | |
| |||
Lines changed: 20 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
138 | 140 | | |
139 | 141 | | |
140 | 142 | | |
| |||
0 commit comments