File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ class ExperimentalFeatures extends \Google\Model
2727 * @var bool
2828 */
2929 public $ restAsyncIoEnabled ;
30+ /**
31+ * @var bool
32+ */
33+ public $ unversionedPackageDisabled ;
3034
3135 /**
3236 * @param bool
@@ -56,6 +60,20 @@ public function getRestAsyncIoEnabled()
5660 {
5761 return $ this ->restAsyncIoEnabled ;
5862 }
63+ /**
64+ * @param bool
65+ */
66+ public function setUnversionedPackageDisabled ($ unversionedPackageDisabled )
67+ {
68+ $ this ->unversionedPackageDisabled = $ unversionedPackageDisabled ;
69+ }
70+ /**
71+ * @return bool
72+ */
73+ public function getUnversionedPackageDisabled ()
74+ {
75+ return $ this ->unversionedPackageDisabled ;
76+ }
5977}
6078
6179// Adding a class alias for backwards compatibility with the previous class name.
Original file line number Diff line number Diff line change 2020class SelectiveGapicGeneration extends \Google \Collection
2121{
2222 protected $ collection_key = 'methods ' ;
23+ /**
24+ * @var bool
25+ */
26+ public $ generateOmittedAsInternal ;
2327 /**
2428 * @var string[]
2529 */
2630 public $ methods ;
2731
32+ /**
33+ * @param bool
34+ */
35+ public function setGenerateOmittedAsInternal ($ generateOmittedAsInternal )
36+ {
37+ $ this ->generateOmittedAsInternal = $ generateOmittedAsInternal ;
38+ }
39+ /**
40+ * @return bool
41+ */
42+ public function getGenerateOmittedAsInternal ()
43+ {
44+ return $ this ->generateOmittedAsInternal ;
45+ }
2846 /**
2947 * @param string[]
3048 */
You can’t perform that action at this time.
0 commit comments