Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1751,6 +1751,9 @@
SubnetworksScopedList,
SubnetworksScopedWarning,
SubnetworksSetPrivateIpGoogleAccessRequest,
SubnetworkUtilizationDetails,
SubnetworkUtilizationDetailsIPV4Utilization,
SubnetworkUtilizationDetailsIPV6Utilization,
Subsetting,
SuspendInstanceRequest,
SuspendInstancesInstanceGroupManagerRequest,
Expand Down Expand Up @@ -3526,6 +3529,9 @@
"SubnetworksScopedList",
"SubnetworksScopedWarning",
"SubnetworksSetPrivateIpGoogleAccessRequest",
"SubnetworkUtilizationDetails",
"SubnetworkUtilizationDetailsIPV4Utilization",
"SubnetworkUtilizationDetailsIPV6Utilization",
"Subsetting",
"SuspendInstanceRequest",
"SuspendInstancesInstanceGroupManagerRequest",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.38.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -1625,6 +1625,9 @@
SubnetworksScopedList,
SubnetworksScopedWarning,
SubnetworksSetPrivateIpGoogleAccessRequest,
SubnetworkUtilizationDetails,
SubnetworkUtilizationDetailsIPV4Utilization,
SubnetworkUtilizationDetailsIPV6Utilization,
Subsetting,
SuspendInstanceRequest,
SuspendInstancesInstanceGroupManagerRequest,
Expand Down Expand Up @@ -3382,6 +3385,9 @@
"SubnetworkLogConfig",
"SubnetworkParams",
"SubnetworkSecondaryRange",
"SubnetworkUtilizationDetails",
"SubnetworkUtilizationDetailsIPV4Utilization",
"SubnetworkUtilizationDetailsIPV6Utilization",
"SubnetworksClient",
"SubnetworksExpandIpCidrRangeRequest",
"SubnetworksScopedList",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.38.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -2183,7 +2183,15 @@ def move_disk_unary(
timeout: Union[float, object] = gapic_v1.method.DEFAULT,
metadata: Sequence[Tuple[str, Union[str, bytes]]] = (),
) -> compute.Operation:
r"""Moves a persistent disk from one zone to another.
r"""Starting September 29, 2025, you can't use the moveDisk API on
new projects. To move a disk to a different region or zone,
follow the steps in `Change the location of a
disk <https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/migrate-to-hyperdisk#migrate-to-hd>`__.
Projects that already use the moveDisk API can continue usage
until September 29, 2026. Starting November 1, 2025, API
responses will include a warning message in the response body
about the upcoming deprecation. You can skip the message to
continue using the service without interruption.

.. code-block:: python

Expand Down Expand Up @@ -2298,7 +2306,15 @@ def move_disk(
timeout: Union[float, object] = gapic_v1.method.DEFAULT,
metadata: Sequence[Tuple[str, Union[str, bytes]]] = (),
) -> extended_operation.ExtendedOperation:
r"""Moves a persistent disk from one zone to another.
r"""Starting September 29, 2025, you can't use the moveDisk API on
new projects. To move a disk to a different region or zone,
follow the steps in `Change the location of a
disk <https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/migrate-to-hyperdisk#migrate-to-hd>`__.
Projects that already use the moveDisk API can continue usage
until September 29, 2026. Starting November 1, 2025, API
responses will include a warning message in the response body
about the upcoming deprecation. You can skip the message to
continue using the service without interruption.

.. code-block:: python

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1511,6 +1511,9 @@
SubnetworksScopedList,
SubnetworksScopedWarning,
SubnetworksSetPrivateIpGoogleAccessRequest,
SubnetworkUtilizationDetails,
SubnetworkUtilizationDetailsIPV4Utilization,
SubnetworkUtilizationDetailsIPV6Utilization,
Subsetting,
SuspendInstanceRequest,
SuspendInstancesInstanceGroupManagerRequest,
Expand Down Expand Up @@ -3183,6 +3186,9 @@
"SubnetworksScopedList",
"SubnetworksScopedWarning",
"SubnetworksSetPrivateIpGoogleAccessRequest",
"SubnetworkUtilizationDetails",
"SubnetworkUtilizationDetailsIPV4Utilization",
"SubnetworkUtilizationDetailsIPV6Utilization",
"Subsetting",
"SuspendInstanceRequest",
"SuspendInstancesInstanceGroupManagerRequest",
Expand Down
Loading
Loading