File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020class Api extends \Google \Collection
2121{
2222 protected $ collection_key = 'options ' ;
23+ /**
24+ * @var string
25+ */
26+ public $ edition ;
2327 protected $ methodsType = Method::class;
2428 protected $ methodsDataType = 'array ' ;
2529 protected $ mixinsType = Mixin::class;
@@ -41,6 +45,20 @@ class Api extends \Google\Collection
4145 */
4246 public $ version ;
4347
48+ /**
49+ * @param string
50+ */
51+ public function setEdition ($ edition )
52+ {
53+ $ this ->edition = $ edition ;
54+ }
55+ /**
56+ * @return string
57+ */
58+ public function getEdition ()
59+ {
60+ return $ this ->edition ;
61+ }
4462 /**
4563 * @param Method[]
4664 */
Original file line number Diff line number Diff line change 2020class Method extends \Google \Collection
2121{
2222 protected $ collection_key = 'options ' ;
23+ /**
24+ * @var string
25+ */
26+ public $ edition ;
2327 /**
2428 * @var string
2529 */
@@ -47,6 +51,20 @@ class Method extends \Google\Collection
4751 */
4852 public $ syntax ;
4953
54+ /**
55+ * @param string
56+ */
57+ public function setEdition ($ edition )
58+ {
59+ $ this ->edition = $ edition ;
60+ }
61+ /**
62+ * @return string
63+ */
64+ public function getEdition ()
65+ {
66+ return $ this ->edition ;
67+ }
5068 /**
5169 * @param string
5270 */
Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ class PhpSettings extends \Google\Model
2121{
2222 protected $ commonType = CommonLanguageSettings::class;
2323 protected $ commonDataType = '' ;
24+ /**
25+ * @var string
26+ */
27+ public $ libraryPackage ;
2428
2529 /**
2630 * @param CommonLanguageSettings
@@ -36,6 +40,20 @@ public function getCommon()
3640 {
3741 return $ this ->common ;
3842 }
43+ /**
44+ * @param string
45+ */
46+ public function setLibraryPackage ($ libraryPackage )
47+ {
48+ $ this ->libraryPackage = $ libraryPackage ;
49+ }
50+ /**
51+ * @return string
52+ */
53+ public function getLibraryPackage ()
54+ {
55+ return $ this ->libraryPackage ;
56+ }
3957}
4058
4159// Adding a class alias for backwards compatibility with the previous class name.
Original file line number Diff line number Diff line change @@ -43,10 +43,6 @@ class Rollout extends \Google\Model
4343 public $ status ;
4444 protected $ trafficPercentStrategyType = TrafficPercentStrategy::class;
4545 protected $ trafficPercentStrategyDataType = '' ;
46- /**
47- * @var string
48- */
49- public $ universe ;
5046
5147 /**
5248 * @param string
@@ -146,20 +142,6 @@ public function getTrafficPercentStrategy()
146142 {
147143 return $ this ->trafficPercentStrategy ;
148144 }
149- /**
150- * @param string
151- */
152- public function setUniverse ($ universe )
153- {
154- $ this ->universe = $ universe ;
155- }
156- /**
157- * @return string
158- */
159- public function getUniverse ()
160- {
161- return $ this ->universe ;
162- }
163145}
164146
165147// Adding a class alias for backwards compatibility with the previous class name.
You can’t perform that action at this time.
0 commit comments