Skip to content

Commit f070b6f

Browse files
---
yaml --- r: 20679 b: refs/heads/autosynth-iamcredentials c: f50968d h: refs/heads/master i: 20677: 2f03913 20675: 5b91f2f 20671: eb60639
1 parent 4ee3ce5 commit f070b6f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

  • branches/autosynth-iamcredentials/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
@@ -162,7 +162,7 @@ refs/heads/pubsub-ordering-keys: 858d4e986a0ba48e08f00d42f51cbdecb175f5d6
162162
refs/tags/v0.75.0: c3673089ae09a897c1b4cf7dfe167fe4f8ab32fb
163163
refs/tags/v0.76.0: 395b016826d3ddf9cb8b34919636df15a4dbd032
164164
refs/tags/v0.77.0: 28a85a77883ccf5d48f297fd0ef3b3dca6ce01f0
165-
refs/heads/autosynth-iamcredentials: f5f29bb287f1e673c09dc6fedfc30878b76dabcc
165+
refs/heads/autosynth-iamcredentials: f50968d69446a3ae7b59eda608d28f21fcefea0d
166166
refs/heads/release-google-cloud-java-v0.78.0: fae5e980779cf0173a152636b278015b9f60ee55
167167
refs/heads/release-google-cloud-java-v0.81.0: 0352cd0dd11f4fd1fbd1ff16e7a96beaccc7b475
168168
refs/heads/release-google-cloud-java-v0.81.1-SNAPSHOT: 5a74ccb1f12506a3b67b65521881298fde20bd6f

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