File tree Expand file tree Collapse file tree
src/FirebaseAppDistribution Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,6 +54,14 @@ class GdataBlobstore2Info extends \Google\Model
5454 * @var string
5555 */
5656 public $ readToken ;
57+ /**
58+ * A serialized Object Fragment List Creation Info passed from Bigstore ->
59+ * Scotty for a GCS upload. This field must never be consumed outside of
60+ * Bigstore, and is not applicable to non-GCS media uploads.
61+ *
62+ * @var string
63+ */
64+ public $ uploadFragmentListCreationInfo ;
5765 /**
5866 * Metadata passed from Blobstore -> Scotty for a new GCS upload. This is a
5967 * signed, serialized blobstore2.BlobMetadataContainer proto which must never
@@ -149,6 +157,24 @@ public function getReadToken()
149157 {
150158 return $ this ->readToken ;
151159 }
160+ /**
161+ * A serialized Object Fragment List Creation Info passed from Bigstore ->
162+ * Scotty for a GCS upload. This field must never be consumed outside of
163+ * Bigstore, and is not applicable to non-GCS media uploads.
164+ *
165+ * @param string $uploadFragmentListCreationInfo
166+ */
167+ public function setUploadFragmentListCreationInfo ($ uploadFragmentListCreationInfo )
168+ {
169+ $ this ->uploadFragmentListCreationInfo = $ uploadFragmentListCreationInfo ;
170+ }
171+ /**
172+ * @return string
173+ */
174+ public function getUploadFragmentListCreationInfo ()
175+ {
176+ return $ this ->uploadFragmentListCreationInfo ;
177+ }
152178 /**
153179 * Metadata passed from Blobstore -> Scotty for a new GCS upload. This is a
154180 * signed, serialized blobstore2.BlobMetadataContainer proto which must never
You can’t perform that action at this time.
0 commit comments