Skip to content

Commit d3afc32

Browse files
---
yaml --- r: 15871 b: refs/heads/autosynth-dialogflow c: f50968d h: refs/heads/master i: 15869: 3cccee6 15867: d434f3d 15863: ae572f9 15855: afb0bf7 15839: 02eedba 15807: 892cc0c 15743: 5023631 15615: 20d461f 15359: cc1d1d2
1 parent 409cb0e commit d3afc32

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

  • branches/autosynth-dialogflow/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
@@ -130,7 +130,7 @@ refs/heads/autosynth-bigtable: 2fbcb15847e0e89e79d6dc07420e28d7dfcea894
130130
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
131131
refs/heads/autosynth-containeranalysis: 039ca5b8db725c76c16a965ff26b2774322b8ef8
132132
refs/heads/autosynth-datastore: 9acd400b484d6691a080c9152a331d88d24fefc1
133-
refs/heads/autosynth-dialogflow: f5f29bb287f1e673c09dc6fedfc30878b76dabcc
133+
refs/heads/autosynth-dialogflow: f50968d69446a3ae7b59eda608d28f21fcefea0d
134134
refs/heads/autosynth-errorreporting: 3d0566d6bebcc187f148bbed463b5a8e75b1edf6
135135
refs/heads/autosynth-firestore: 92b27fbc8855c9902168695abb0a8f1f433b750b
136136
refs/heads/autosynth-iot: 9d732be07d99843d8cb53d34ec0837328a807fce

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