We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e5eb7e commit 01949a2Copy full SHA for 01949a2
1 file changed
google/spanner/adapter/v1/adapter.proto
@@ -92,6 +92,12 @@ message AdaptMessageResponse {
92
// Optional. Opaque state updates to be applied by the client.
93
map<string, string> state_updates = 2
94
[(google.api.field_behavior) = OPTIONAL];
95
+
96
+ // Optional. Indicates whether this is the last
97
+ // [AdaptMessageResponse][google.spanner.adapter.v1.AdaptMessageResponse] in
98
+ // the stream. This field may be optionally set by the server. Clients should
99
+ // not rely on this field being set in all cases.
100
+ bool last = 3 [(google.api.field_behavior) = OPTIONAL];
101
}
102
103
// A session in the Cloud Spanner Adapter API.
0 commit comments