Skip to content

Commit 3a43c52

Browse files
---
yaml --- r: 20059 b: refs/heads/autosynth-os-login c: f50968d h: refs/heads/master i: 20057: d5b5af6 20055: 0054244
1 parent 33c8f58 commit 3a43c52

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

  • branches/autosynth-os-login/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
@@ -135,7 +135,7 @@ refs/heads/autosynth-firestore: d1a44f9acc302750e37b008ecb9c1aa535cc94df
135135
refs/heads/autosynth-iot: f03bdd338a9056ca3b7ea6d9ca901649ba9aab78
136136
refs/heads/autosynth-kms: 2828edfe3d2c53dd6e71912eae8a53c87bf40c87
137137
refs/heads/autosynth-language: c3d990dd34d81e7e935041e7147fb9dd27f8a557
138-
refs/heads/autosynth-os-login: f5f29bb287f1e673c09dc6fedfc30878b76dabcc
138+
refs/heads/autosynth-os-login: f50968d69446a3ae7b59eda608d28f21fcefea0d
139139
refs/heads/autosynth-redis: 0cdb2e47359d51b73763bcea8af3de62aa99119b
140140
refs/heads/autosynth-scheduler: d97f8743ba965c7d5e492c8dc1f51d023104e260
141141
refs/heads/autosynth-spanner: 9bff86d057df31e04c76d72865e8e073ac5794fb

branches/autosynth-os-login/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)