You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstanceGroupManagersClient.java
+12-4
Original file line number
Diff line number
Diff line change
@@ -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
Copy file name to clipboardExpand all lines: java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionInstanceGroupManagersClient.java
+12-4
Original file line number
Diff line number
Diff line change
@@ -1683,7 +1683,9 @@ public final ListErrorsPagedResponse listErrors(
1683
1683
/**
1684
1684
* Lists the instances in the managed instance group and instances that are scheduled to be
1685
1685
* created. The list includes any current actions that the group has scheduled for its instances.
1686
-
* The orderBy query parameter is not supported.
1686
+
* The orderBy query parameter is not supported. The `pageToken` query parameter is supported only
1687
+
* in the alpha and beta API and only if the group's `listManagedInstancesResults` field is set to
1688
+
* `PAGINATED`.
1687
1689
*
1688
1690
* <p>Sample code:
1689
1691
*
@@ -1724,7 +1726,9 @@ public final ListManagedInstancesPagedResponse listManagedInstances(
1724
1726
/**
1725
1727
* Lists the instances in the managed instance group and instances that are scheduled to be
1726
1728
* created. The list includes any current actions that the group has scheduled for its instances.
1727
-
* The orderBy query parameter is not supported.
1729
+
* The orderBy query parameter is not supported. The `pageToken` query parameter is supported only
1730
+
* in the alpha and beta API and only if the group's `listManagedInstancesResults` field is set to
1731
+
* `PAGINATED`.
1728
1732
*
1729
1733
* <p>Sample code:
1730
1734
*
@@ -1763,7 +1767,9 @@ public final ListManagedInstancesPagedResponse listManagedInstances(
1763
1767
/**
1764
1768
* Lists the instances in the managed instance group and instances that are scheduled to be
1765
1769
* created. The list includes any current actions that the group has scheduled for its instances.
1766
-
* The orderBy query parameter is not supported.
1770
+
* The orderBy query parameter is not supported. The `pageToken` query parameter is supported only
1771
+
* in the alpha and beta API and only if the group's `listManagedInstancesResults` field is set to
1772
+
* `PAGINATED`.
1767
1773
*
1768
1774
* <p>Sample code:
1769
1775
*
@@ -1802,7 +1808,9 @@ public final ListManagedInstancesPagedResponse listManagedInstances(
1802
1808
/**
1803
1809
* Lists the instances in the managed instance group and instances that are scheduled to be
1804
1810
* created. The list includes any current actions that the group has scheduled for its instances.
1805
-
* The orderBy query parameter is not supported.
1811
+
* The orderBy query parameter is not supported. The `pageToken` query parameter is supported only
1812
+
* in the alpha and beta API and only if the group's `listManagedInstancesResults` field is set to
0 commit comments