File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 *
You can’t perform that action at this time.
0 commit comments