Skip to content

Commit

Permalink
fix(deps): [google-cloud-compute] Exclude google-auth 2.24.0 and 2.25…
Browse files Browse the repository at this point in the history
….0 (#12376)

- [ ] Regenerate this pull request now.


BEGIN_COMMIT_OVERRIDE
fix(deps): Exclude google-auth 2.24.0 and 2.25.0
feat: Update Compute Engine API to revision 20240220
END_COMMIT_OVERRIDE

chore: Update gapic-generator-python to v1.14.4

PiperOrigin-RevId: 611561820

Source-Link:
googleapis/googleapis@87ef1fe

Source-Link:
googleapis/googleapis-gen@1973161
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6IjE5NzMxNjEzNzU5NGFhZmFkOTRkZWEzMTIyNjUyOGZiY2MzOTMxMGMifQ==

BEGIN_NESTED_COMMIT
feat: [google-cloud-compute] Update Compute Engine API to revision
20240220 (#886)
Source-Link:
googleapis/googleapis@0df0f51

Source-Link:
googleapis/googleapis-gen@b0b8f14
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6ImIwYjhmMTQ3YTc3MTYyYmJjNjAzY2MxZTA0NzUyYTM2MjFlMTJlYjUifQ==
END_NESTED_COMMIT

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Mar 4, 2024
1 parent add6a6d commit 6a32592
Show file tree
Hide file tree
Showing 99 changed files with 31,990 additions and 5,308 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
InstantSnapshots
----------------------------------

.. automodule:: google.cloud.compute_v1.services.instant_snapshots
:members:
:inherited-members:

.. automodule:: google.cloud.compute_v1.services.instant_snapshots.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
RegionInstantSnapshots
----------------------------------------

.. automodule:: google.cloud.compute_v1.services.region_instant_snapshots
:members:
:inherited-members:

.. automodule:: google.cloud.compute_v1.services.region_instant_snapshots.pagers
:members:
:inherited-members:
2 changes: 2 additions & 0 deletions packages/google-cloud-compute/docs/compute_v1/services_.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Services for Google Cloud Compute v1 API
instance_groups
instances
instance_templates
instant_snapshots
interconnect_attachments
interconnect_locations
interconnect_remote_locations
Expand Down Expand Up @@ -58,6 +59,7 @@ Services for Google Cloud Compute v1 API
region_instance_groups
region_instances
region_instance_templates
region_instant_snapshots
region_network_endpoint_groups
region_network_firewall_policies
region_notification_endpoints
Expand Down
56 changes: 56 additions & 0 deletions packages/google-cloud-compute/google/cloud/compute/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@
InstanceTemplatesClient,
)
from google.cloud.compute_v1.services.instances.client import InstancesClient
from google.cloud.compute_v1.services.instant_snapshots.client import (
InstantSnapshotsClient,
)
from google.cloud.compute_v1.services.interconnect_attachments.client import (
InterconnectAttachmentsClient,
)
Expand Down Expand Up @@ -141,6 +144,9 @@
from google.cloud.compute_v1.services.region_instances.client import (
RegionInstancesClient,
)
from google.cloud.compute_v1.services.region_instant_snapshots.client import (
RegionInstantSnapshotsClient,
)
from google.cloud.compute_v1.services.region_network_endpoint_groups.client import (
RegionNetworkEndpointGroupsClient,
)
Expand Down Expand Up @@ -269,6 +275,7 @@
AggregatedListInstanceGroupsRequest,
AggregatedListInstancesRequest,
AggregatedListInstanceTemplatesRequest,
AggregatedListInstantSnapshotsRequest,
AggregatedListInterconnectAttachmentsRequest,
AggregatedListMachineTypesRequest,
AggregatedListNetworkAttachmentsRequest,
Expand Down Expand Up @@ -418,6 +425,7 @@
DeleteInstancesInstanceGroupManagerRequest,
DeleteInstancesRegionInstanceGroupManagerRequest,
DeleteInstanceTemplateRequest,
DeleteInstantSnapshotRequest,
DeleteInterconnectAttachmentRequest,
DeleteInterconnectRequest,
DeleteLicenseRequest,
Expand All @@ -442,6 +450,7 @@
DeleteRegionHealthCheckServiceRequest,
DeleteRegionInstanceGroupManagerRequest,
DeleteRegionInstanceTemplateRequest,
DeleteRegionInstantSnapshotRequest,
DeleteRegionNetworkEndpointGroupRequest,
DeleteRegionNetworkFirewallPolicyRequest,
DeleteRegionNotificationEndpointRequest,
Expand Down Expand Up @@ -581,6 +590,7 @@
GetIamPolicyImageRequest,
GetIamPolicyInstanceRequest,
GetIamPolicyInstanceTemplateRequest,
GetIamPolicyInstantSnapshotRequest,
GetIamPolicyLicenseRequest,
GetIamPolicyMachineImageRequest,
GetIamPolicyNetworkAttachmentRequest,
Expand All @@ -589,6 +599,7 @@
GetIamPolicyNodeTemplateRequest,
GetIamPolicyRegionBackendServiceRequest,
GetIamPolicyRegionDiskRequest,
GetIamPolicyRegionInstantSnapshotRequest,
GetIamPolicyRegionNetworkFirewallPolicyRequest,
GetIamPolicyReservationRequest,
GetIamPolicyResourcePolicyRequest,
Expand All @@ -601,6 +612,7 @@
GetInstanceGroupRequest,
GetInstanceRequest,
GetInstanceTemplateRequest,
GetInstantSnapshotRequest,
GetInterconnectAttachmentRequest,
GetInterconnectLocationRequest,
GetInterconnectRemoteLocationRequest,
Expand Down Expand Up @@ -634,6 +646,7 @@
GetRegionInstanceGroupManagerRequest,
GetRegionInstanceGroupRequest,
GetRegionInstanceTemplateRequest,
GetRegionInstantSnapshotRequest,
GetRegionNetworkEndpointGroupRequest,
GetRegionNetworkFirewallPolicyRequest,
GetRegionNotificationEndpointRequest,
Expand Down Expand Up @@ -745,6 +758,7 @@
InsertInstanceGroupRequest,
InsertInstanceRequest,
InsertInstanceTemplateRequest,
InsertInstantSnapshotRequest,
InsertInterconnectAttachmentRequest,
InsertInterconnectRequest,
InsertLicenseRequest,
Expand All @@ -767,6 +781,7 @@
InsertRegionHealthCheckServiceRequest,
InsertRegionInstanceGroupManagerRequest,
InsertRegionInstanceTemplateRequest,
InsertRegionInstantSnapshotRequest,
InsertRegionNetworkEndpointGroupRequest,
InsertRegionNetworkFirewallPolicyRequest,
InsertRegionNotificationEndpointRequest,
Expand Down Expand Up @@ -868,6 +883,11 @@
InstanceTemplateList,
InstanceTemplatesScopedList,
InstanceWithNamedPorts,
InstantSnapshot,
InstantSnapshotAggregatedList,
InstantSnapshotList,
InstantSnapshotResourceStatus,
InstantSnapshotsScopedList,
Int64RangeMatch,
Interconnect,
InterconnectAttachment,
Expand Down Expand Up @@ -939,6 +959,7 @@
ListInstancesRegionInstanceGroupsRequest,
ListInstancesRequest,
ListInstanceTemplatesRequest,
ListInstantSnapshotsRequest,
ListInterconnectAttachmentsRequest,
ListInterconnectLocationsRequest,
ListInterconnectRemoteLocationsRequest,
Expand Down Expand Up @@ -977,6 +998,7 @@
ListRegionInstanceGroupManagersRequest,
ListRegionInstanceGroupsRequest,
ListRegionInstanceTemplatesRequest,
ListRegionInstantSnapshotsRequest,
ListRegionNetworkEndpointGroupsRequest,
ListRegionNetworkFirewallPoliciesRequest,
ListRegionNotificationEndpointsRequest,
Expand Down Expand Up @@ -1187,6 +1209,7 @@
ProjectsEnableXpnResourceRequest,
ProjectsGetXpnResources,
ProjectsListXpnHostsRequest,
ProjectsSetCloudArmorTierRequest,
ProjectsSetDefaultNetworkTierRequest,
PublicAdvertisedPrefix,
PublicAdvertisedPrefixList,
Expand Down Expand Up @@ -1368,6 +1391,7 @@
SetBackupTargetPoolRequest,
SetCertificateMapTargetHttpsProxyRequest,
SetCertificateMapTargetSslProxyRequest,
SetCloudArmorTierProjectRequest,
SetCommonInstanceMetadataOperationMetadata,
SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo,
SetCommonInstanceMetadataProjectRequest,
Expand All @@ -1383,6 +1407,7 @@
SetIamPolicyImageRequest,
SetIamPolicyInstanceRequest,
SetIamPolicyInstanceTemplateRequest,
SetIamPolicyInstantSnapshotRequest,
SetIamPolicyLicenseRequest,
SetIamPolicyMachineImageRequest,
SetIamPolicyNetworkAttachmentRequest,
Expand All @@ -1391,6 +1416,7 @@
SetIamPolicyNodeTemplateRequest,
SetIamPolicyRegionBackendServiceRequest,
SetIamPolicyRegionDiskRequest,
SetIamPolicyRegionInstantSnapshotRequest,
SetIamPolicyRegionNetworkFirewallPolicyRequest,
SetIamPolicyReservationRequest,
SetIamPolicyResourcePolicyRequest,
Expand All @@ -1407,9 +1433,11 @@
SetLabelsGlobalForwardingRuleRequest,
SetLabelsImageRequest,
SetLabelsInstanceRequest,
SetLabelsInstantSnapshotRequest,
SetLabelsInterconnectAttachmentRequest,
SetLabelsInterconnectRequest,
SetLabelsRegionDiskRequest,
SetLabelsRegionInstantSnapshotRequest,
SetLabelsSecurityPolicyRequest,
SetLabelsSnapshotRequest,
SetLabelsTargetVpnGatewayRequest,
Expand Down Expand Up @@ -1559,6 +1587,7 @@
TestIamPermissionsImageRequest,
TestIamPermissionsInstanceRequest,
TestIamPermissionsInstanceTemplateRequest,
TestIamPermissionsInstantSnapshotRequest,
TestIamPermissionsLicenseCodeRequest,
TestIamPermissionsLicenseRequest,
TestIamPermissionsMachineImageRequest,
Expand All @@ -1570,6 +1599,7 @@
TestIamPermissionsPacketMirroringRequest,
TestIamPermissionsRegionBackendServiceRequest,
TestIamPermissionsRegionDiskRequest,
TestIamPermissionsRegionInstantSnapshotRequest,
TestIamPermissionsRegionNetworkFirewallPolicyRequest,
TestIamPermissionsReservationRequest,
TestIamPermissionsResourcePolicyRequest,
Expand Down Expand Up @@ -1682,6 +1712,7 @@
"InstanceGroupsClient",
"InstancesClient",
"InstanceTemplatesClient",
"InstantSnapshotsClient",
"InterconnectAttachmentsClient",
"InterconnectLocationsClient",
"InterconnectRemoteLocationsClient",
Expand Down Expand Up @@ -1713,6 +1744,7 @@
"RegionInstanceGroupsClient",
"RegionInstancesClient",
"RegionInstanceTemplatesClient",
"RegionInstantSnapshotsClient",
"RegionNetworkEndpointGroupsClient",
"RegionNetworkFirewallPoliciesClient",
"RegionNotificationEndpointsClient",
Expand Down Expand Up @@ -1796,6 +1828,7 @@
"AggregatedListInstanceGroupsRequest",
"AggregatedListInstancesRequest",
"AggregatedListInstanceTemplatesRequest",
"AggregatedListInstantSnapshotsRequest",
"AggregatedListInterconnectAttachmentsRequest",
"AggregatedListMachineTypesRequest",
"AggregatedListNetworkAttachmentsRequest",
Expand Down Expand Up @@ -1945,6 +1978,7 @@
"DeleteInstancesInstanceGroupManagerRequest",
"DeleteInstancesRegionInstanceGroupManagerRequest",
"DeleteInstanceTemplateRequest",
"DeleteInstantSnapshotRequest",
"DeleteInterconnectAttachmentRequest",
"DeleteInterconnectRequest",
"DeleteLicenseRequest",
Expand All @@ -1969,6 +2003,7 @@
"DeleteRegionHealthCheckServiceRequest",
"DeleteRegionInstanceGroupManagerRequest",
"DeleteRegionInstanceTemplateRequest",
"DeleteRegionInstantSnapshotRequest",
"DeleteRegionNetworkEndpointGroupRequest",
"DeleteRegionNetworkFirewallPolicyRequest",
"DeleteRegionNotificationEndpointRequest",
Expand Down Expand Up @@ -2108,6 +2143,7 @@
"GetIamPolicyImageRequest",
"GetIamPolicyInstanceRequest",
"GetIamPolicyInstanceTemplateRequest",
"GetIamPolicyInstantSnapshotRequest",
"GetIamPolicyLicenseRequest",
"GetIamPolicyMachineImageRequest",
"GetIamPolicyNetworkAttachmentRequest",
Expand All @@ -2116,6 +2152,7 @@
"GetIamPolicyNodeTemplateRequest",
"GetIamPolicyRegionBackendServiceRequest",
"GetIamPolicyRegionDiskRequest",
"GetIamPolicyRegionInstantSnapshotRequest",
"GetIamPolicyRegionNetworkFirewallPolicyRequest",
"GetIamPolicyReservationRequest",
"GetIamPolicyResourcePolicyRequest",
Expand All @@ -2128,6 +2165,7 @@
"GetInstanceGroupRequest",
"GetInstanceRequest",
"GetInstanceTemplateRequest",
"GetInstantSnapshotRequest",
"GetInterconnectAttachmentRequest",
"GetInterconnectLocationRequest",
"GetInterconnectRemoteLocationRequest",
Expand Down Expand Up @@ -2161,6 +2199,7 @@
"GetRegionInstanceGroupManagerRequest",
"GetRegionInstanceGroupRequest",
"GetRegionInstanceTemplateRequest",
"GetRegionInstantSnapshotRequest",
"GetRegionNetworkEndpointGroupRequest",
"GetRegionNetworkFirewallPolicyRequest",
"GetRegionNotificationEndpointRequest",
Expand Down Expand Up @@ -2272,6 +2311,7 @@
"InsertInstanceGroupRequest",
"InsertInstanceRequest",
"InsertInstanceTemplateRequest",
"InsertInstantSnapshotRequest",
"InsertInterconnectAttachmentRequest",
"InsertInterconnectRequest",
"InsertLicenseRequest",
Expand All @@ -2294,6 +2334,7 @@
"InsertRegionHealthCheckServiceRequest",
"InsertRegionInstanceGroupManagerRequest",
"InsertRegionInstanceTemplateRequest",
"InsertRegionInstantSnapshotRequest",
"InsertRegionNetworkEndpointGroupRequest",
"InsertRegionNetworkFirewallPolicyRequest",
"InsertRegionNotificationEndpointRequest",
Expand Down Expand Up @@ -2395,6 +2436,11 @@
"InstanceTemplateList",
"InstanceTemplatesScopedList",
"InstanceWithNamedPorts",
"InstantSnapshot",
"InstantSnapshotAggregatedList",
"InstantSnapshotList",
"InstantSnapshotResourceStatus",
"InstantSnapshotsScopedList",
"Int64RangeMatch",
"Interconnect",
"InterconnectAttachment",
Expand Down Expand Up @@ -2466,6 +2512,7 @@
"ListInstancesRegionInstanceGroupsRequest",
"ListInstancesRequest",
"ListInstanceTemplatesRequest",
"ListInstantSnapshotsRequest",
"ListInterconnectAttachmentsRequest",
"ListInterconnectLocationsRequest",
"ListInterconnectRemoteLocationsRequest",
Expand Down Expand Up @@ -2504,6 +2551,7 @@
"ListRegionInstanceGroupManagersRequest",
"ListRegionInstanceGroupsRequest",
"ListRegionInstanceTemplatesRequest",
"ListRegionInstantSnapshotsRequest",
"ListRegionNetworkEndpointGroupsRequest",
"ListRegionNetworkFirewallPoliciesRequest",
"ListRegionNotificationEndpointsRequest",
Expand Down Expand Up @@ -2714,6 +2762,7 @@
"ProjectsEnableXpnResourceRequest",
"ProjectsGetXpnResources",
"ProjectsListXpnHostsRequest",
"ProjectsSetCloudArmorTierRequest",
"ProjectsSetDefaultNetworkTierRequest",
"PublicAdvertisedPrefix",
"PublicAdvertisedPrefixList",
Expand Down Expand Up @@ -2895,6 +2944,7 @@
"SetBackupTargetPoolRequest",
"SetCertificateMapTargetHttpsProxyRequest",
"SetCertificateMapTargetSslProxyRequest",
"SetCloudArmorTierProjectRequest",
"SetCommonInstanceMetadataOperationMetadata",
"SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo",
"SetCommonInstanceMetadataProjectRequest",
Expand All @@ -2910,6 +2960,7 @@
"SetIamPolicyImageRequest",
"SetIamPolicyInstanceRequest",
"SetIamPolicyInstanceTemplateRequest",
"SetIamPolicyInstantSnapshotRequest",
"SetIamPolicyLicenseRequest",
"SetIamPolicyMachineImageRequest",
"SetIamPolicyNetworkAttachmentRequest",
Expand All @@ -2918,6 +2969,7 @@
"SetIamPolicyNodeTemplateRequest",
"SetIamPolicyRegionBackendServiceRequest",
"SetIamPolicyRegionDiskRequest",
"SetIamPolicyRegionInstantSnapshotRequest",
"SetIamPolicyRegionNetworkFirewallPolicyRequest",
"SetIamPolicyReservationRequest",
"SetIamPolicyResourcePolicyRequest",
Expand All @@ -2934,9 +2986,11 @@
"SetLabelsGlobalForwardingRuleRequest",
"SetLabelsImageRequest",
"SetLabelsInstanceRequest",
"SetLabelsInstantSnapshotRequest",
"SetLabelsInterconnectAttachmentRequest",
"SetLabelsInterconnectRequest",
"SetLabelsRegionDiskRequest",
"SetLabelsRegionInstantSnapshotRequest",
"SetLabelsSecurityPolicyRequest",
"SetLabelsSnapshotRequest",
"SetLabelsTargetVpnGatewayRequest",
Expand Down Expand Up @@ -3086,6 +3140,7 @@
"TestIamPermissionsImageRequest",
"TestIamPermissionsInstanceRequest",
"TestIamPermissionsInstanceTemplateRequest",
"TestIamPermissionsInstantSnapshotRequest",
"TestIamPermissionsLicenseCodeRequest",
"TestIamPermissionsLicenseRequest",
"TestIamPermissionsMachineImageRequest",
Expand All @@ -3097,6 +3152,7 @@
"TestIamPermissionsPacketMirroringRequest",
"TestIamPermissionsRegionBackendServiceRequest",
"TestIamPermissionsRegionDiskRequest",
"TestIamPermissionsRegionInstantSnapshotRequest",
"TestIamPermissionsRegionNetworkFirewallPolicyRequest",
"TestIamPermissionsReservationRequest",
"TestIamPermissionsResourcePolicyRequest",
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.17.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Loading

0 comments on commit 6a32592

Please sign in to comment.