Skip to content

Commit 8e5fbe3

Browse files
---
yaml --- r: 19175 b: refs/heads/autosynth-bigquerystorage c: f50968d h: refs/heads/master i: 19173: 76db6dc 19171: 82641f5 19167: ddb8227
1 parent 0c1719e commit 8e5fbe3

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

  • branches/autosynth-bigquerystorage/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
@@ -124,7 +124,7 @@ refs/tags/v0.69.0: 78f67a29e8b9c46ba01de566a2eae0fd1c03edea
124124
refs/heads/autosynth-asset: cd8251de8c40e239ad24dcf9ed93ea2708a3eed5
125125
refs/heads/autosynth-automl: 2a8b018cf05811fd472e5d1053e67a12ceec0b64
126126
refs/heads/autosynth-bigquerydatatransfer: 564833a85642d4194adc025f021e10e723154246
127-
refs/heads/autosynth-bigquerystorage: f5f29bb287f1e673c09dc6fedfc30878b76dabcc
127+
refs/heads/autosynth-bigquerystorage: f50968d69446a3ae7b59eda608d28f21fcefea0d
128128
refs/heads/autosynth-bigtable: 2fbcb15847e0e89e79d6dc07420e28d7dfcea894
129129
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
130130
refs/heads/autosynth-containeranalysis: 039ca5b8db725c76c16a965ff26b2774322b8ef8

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