Skip to content

Commit cbab6f4

Browse files
---
yaml --- r: 17193 b: refs/heads/autosynth-spanner c: f50968d h: refs/heads/master i: 17191: f2a1421
1 parent faba1fb commit cbab6f4

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

  • branches/autosynth-spanner/google-cloud-clients/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/internal

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ refs/heads/autosynth-os-login: a88a337797996a205873040a63abe1d3116f5789
140140
refs/heads/autosynth-redis: 0cdb2e47359d51b73763bcea8af3de62aa99119b
141141
refs/heads/autosynth-scheduler: d97f8743ba965c7d5e492c8dc1f51d023104e260
142142
refs/heads/autosynth-securitycenter: 8e95447ccb176c3648880ee0cb926cd1f4065156
143-
refs/heads/autosynth-spanner: f5f29bb287f1e673c09dc6fedfc30878b76dabcc
143+
refs/heads/autosynth-spanner: f50968d69446a3ae7b59eda608d28f21fcefea0d
144144
refs/heads/autosynth-speech: 878243784f42771467d7cf52bd59e4a6a7950ee9
145145
refs/heads/autosynth-tasks: afc9f4da54964dea5e7f3a9b164db282fc35db5c
146146
refs/heads/autosynth-texttospeech: 0e26ec9b0ed5bbedc038dea32bbb44bae0883668

branches/autosynth-spanner/google-cloud-clients/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/internal/RequestContext.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
import com.google.api.core.InternalApi;
1919
import com.google.auto.value.AutoValue;
20+
import java.io.Serializable;
2021

2122
/**
2223
* Contains information necessary to construct Bigtable protobuf requests from user facing models.
@@ -30,7 +31,7 @@
3031
*/
3132
@InternalApi
3233
@AutoValue
33-
public abstract class RequestContext {
34+
public abstract class RequestContext implements Serializable {
3435

3536
/** Creates a new instance of the {@link RequestContext}. */
3637
public static RequestContext create(String projectId, String instanceId, String appProfileId) {

0 commit comments

Comments
 (0)