You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-walletobjects/v1/2.0.0/com/google/api/services/walletobjects/model/Blobstore2Info.java
+57Lines changed: 57 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,14 @@ public final class Blobstore2Info extends com.google.api.client.json.GenericJson
43
43
@com.google.api.client.util.Key
44
44
privatejava.lang.StringblobId;
45
45
46
+
/**
47
+
* A serialized External Read Token passed from Bigstore -> Scotty for a GCS download. This field
48
+
* must never be consumed outside of Bigstore, and is not applicable to non-GCS media uploads.
49
+
* The value may be {@code null}.
50
+
*/
51
+
@com.google.api.client.util.Key
52
+
privatejava.lang.StringdownloadExternalReadToken;
53
+
46
54
/**
47
55
* Read handle passed from Bigstore -> Scotty for a GCS download. This is a signed, serialized
48
56
* blobstore2.ReadHandle proto which must never be set outside of Bigstore, and is not applicable
@@ -103,6 +111,55 @@ public Blobstore2Info setBlobId(java.lang.String blobId) {
103
111
returnthis;
104
112
}
105
113
114
+
/**
115
+
* A serialized External Read Token passed from Bigstore -> Scotty for a GCS download. This field
116
+
* must never be consumed outside of Bigstore, and is not applicable to non-GCS media uploads.
0 commit comments