Skip to content

Commit d6ef634

Browse files
1 parent 3392c19 commit d6ef634

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

src/CloudSupport/Blobstore2Info.php

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ class Blobstore2Info extends \Google\Model
4949
* @var string
5050
*/
5151
public $readToken;
52+
/**
53+
* # gdata.* are outside protos with mising documentation
54+
*
55+
* @var string
56+
*/
57+
public $uploadFragmentListCreationInfo;
5258
/**
5359
* # gdata.* are outside protos with mising documentation
5460
*
@@ -136,6 +142,22 @@ public function getReadToken()
136142
{
137143
return $this->readToken;
138144
}
145+
/**
146+
* # gdata.* are outside protos with mising documentation
147+
*
148+
* @param string $uploadFragmentListCreationInfo
149+
*/
150+
public function setUploadFragmentListCreationInfo($uploadFragmentListCreationInfo)
151+
{
152+
$this->uploadFragmentListCreationInfo = $uploadFragmentListCreationInfo;
153+
}
154+
/**
155+
* @return string
156+
*/
157+
public function getUploadFragmentListCreationInfo()
158+
{
159+
return $this->uploadFragmentListCreationInfo;
160+
}
139161
/**
140162
* # gdata.* are outside protos with mising documentation
141163
*

0 commit comments

Comments
 (0)