@@ -1827,7 +1827,9 @@ public final ListErrorsPagedResponse listErrors(ListErrorsInstanceGroupManagersR
1827
1827
* currentAction, which indicates the action that the managed instance group is performing on the
1828
1828
* instance. For example, if the group is still creating an instance, the currentAction is
1829
1829
* CREATING. If a previous action failed, the list displays the errors for that failed action. The
1830
- * orderBy query parameter is not supported.
1830
+ * orderBy query parameter is not supported. The `pageToken` query parameter is supported only in
1831
+ * the alpha and beta API and only if the group's `listManagedInstancesResults` field is set to
1832
+ * `PAGINATED`.
1831
1833
*
1832
1834
* <p>Sample code:
1833
1835
*
@@ -1870,7 +1872,9 @@ public final ListManagedInstancesPagedResponse listManagedInstances(
1870
1872
* currentAction, which indicates the action that the managed instance group is performing on the
1871
1873
* instance. For example, if the group is still creating an instance, the currentAction is
1872
1874
* CREATING. If a previous action failed, the list displays the errors for that failed action. The
1873
- * orderBy query parameter is not supported.
1875
+ * orderBy query parameter is not supported. The `pageToken` query parameter is supported only in
1876
+ * the alpha and beta API and only if the group's `listManagedInstancesResults` field is set to
1877
+ * `PAGINATED`.
1874
1878
*
1875
1879
* <p>Sample code:
1876
1880
*
@@ -1911,7 +1915,9 @@ public final ListManagedInstancesPagedResponse listManagedInstances(
1911
1915
* currentAction, which indicates the action that the managed instance group is performing on the
1912
1916
* instance. For example, if the group is still creating an instance, the currentAction is
1913
1917
* CREATING. If a previous action failed, the list displays the errors for that failed action. The
1914
- * orderBy query parameter is not supported.
1918
+ * orderBy query parameter is not supported. The `pageToken` query parameter is supported only in
1919
+ * the alpha and beta API and only if the group's `listManagedInstancesResults` field is set to
1920
+ * `PAGINATED`.
1915
1921
*
1916
1922
* <p>Sample code:
1917
1923
*
@@ -1952,7 +1958,9 @@ public final ListManagedInstancesPagedResponse listManagedInstances(
1952
1958
* currentAction, which indicates the action that the managed instance group is performing on the
1953
1959
* instance. For example, if the group is still creating an instance, the currentAction is
1954
1960
* CREATING. If a previous action failed, the list displays the errors for that failed action. The
1955
- * orderBy query parameter is not supported.
1961
+ * orderBy query parameter is not supported. The `pageToken` query parameter is supported only in
1962
+ * the alpha and beta API and only if the group's `listManagedInstancesResults` field is set to
1963
+ * `PAGINATED`.
1956
1964
*
1957
1965
* <p>Sample code:
1958
1966
*
0 commit comments