Skip to content

Commit 26c9c3e

Browse files
1 parent d6ef634 commit 26c9c3e

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

src/FirebaseAppDistribution/GdataBlobstore2Info.php

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)