Skip to content

chore: librarian generate pull request: 20260311T095333Z#16067

Merged
parthea merged 1 commit intomainfrom
librarian-20260311T095333Z
Mar 11, 2026
Merged

chore: librarian generate pull request: 20260311T095333Z#16067
parthea merged 1 commit intomainfrom
librarian-20260311T095333Z

Conversation

@parthea
Copy link
Contributor

@parthea parthea commented Mar 11, 2026

PR created by the Librarian CLI to generate Cloud Client Libraries code from protos.

BEGIN_COMMIT

BEGIN_NESTED_COMMIT
feat: Update Compute Engine v1 API to revision 20260227 (#1166)

PiperOrigin-RevId:
Library-IDs: google-cloud-compute
Source-link: googleapis/googleapis@1c9510ae
END_NESTED_COMMIT

END_COMMIT

This pull request is generated with proto changes between
googleapis/googleapis@e8a3d842
(exclusive) and
googleapis/googleapis@1c9510ae
(inclusive).

Librarian Version: v1.0.2-0.20260309131826-42ac5c451239
Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:160860d189ff1c2f7515638478823712fa5b243e27ccc33a2728669fa1e2ed0c

@parthea parthea requested review from a team as code owners March 11, 2026 09:55
@snippet-bot
Copy link

snippet-bot bot commented Mar 11, 2026

Here is the summary of changes.

You are about to add 18 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request is an automated update to the Cloud Client Libraries for Compute Engine v1 API. It incorporates recent changes from upstream protocol buffer definitions, introducing new API services for managing composite health checks and health sources, and extending existing services with new aggregated listing and version retrieval functionalities. The update ensures the client library remains synchronized with the latest API capabilities.

Highlights

  • New Services Introduced: Added client libraries and related components for two new services: RegionCompositeHealthChecks and RegionHealthSources.
  • New API Methods: Introduced AggregatedList methods for RegionHealthCheckServices and RegionNotificationEndpoints, and GetVersion methods for ReservationSlots and ReservationSubBlocks.
  • Type Enhancements: Updated existing types such as InstanceGroupManagerStatus, ResourcePolicyVmMaintenancePolicyPolicyDisruptionBudget.workload_policy, ServiceAttachmentConnectedEndpoint, and ServiceAttachmentConsumerProjectLimit with new fields.
Changelog
  • .librarian/state.yaml
    • Updated the last_generated_commit hash to reflect the latest code generation.
  • packages/google-cloud-compute/docs/compute_v1/region_composite_health_checks.rst
    • Added new documentation for the RegionCompositeHealthChecks service.
  • packages/google-cloud-compute/docs/compute_v1/region_health_sources.rst
    • Added new documentation for the RegionHealthSources service.
  • packages/google-cloud-compute/docs/compute_v1/services_.rst
    • Updated the list of services to include region_composite_health_checks and region_health_sources.
  • packages/google-cloud-compute/google/cloud/compute/init.py
    • Imported new client classes (RegionCompositeHealthChecksClient, RegionHealthSourcesClient).
    • Added new request/response types related to composite health checks, health sources, instance group managers, notification endpoints, and reservation slots/sub-blocks.
  • packages/google-cloud-compute/google/cloud/compute_v1/init.py
    • Imported new client classes (RegionCompositeHealthChecksClient, RegionHealthSourcesClient).
    • Added new request/response types related to composite health checks, health sources, instance group managers, notification endpoints, and reservation slots/sub-blocks.
  • packages/google-cloud-compute/google/cloud/compute_v1/gapic_metadata.json
    • Extended GAPIC metadata to include new services (RegionCompositeHealthChecks, RegionHealthSources).
    • Added new methods (AggregatedList for RegionHealthCheckServices and RegionNotificationEndpoints, GetVersion for ReservationSlots and ReservationSubBlocks).
  • packages/google-cloud-compute/google/cloud/compute_v1/services/region_composite_health_checks/init.py
    • Added initialization file for the new RegionCompositeHealthChecks service.
  • packages/google-cloud-compute/google/cloud/compute_v1/services/region_composite_health_checks/client.py
    • Added the client implementation for the new RegionCompositeHealthChecks service, including aggregated_list, delete, get, insert, list, patch, and test_iam_permissions methods.
  • packages/google-cloud-compute/google/cloud/compute_v1/services/region_composite_health_checks/pagers.py
    • Added pagers for AggregatedList and List methods of RegionCompositeHealthChecks.
  • packages/google-cloud-compute/google/cloud/compute_v1/services/region_composite_health_checks/transports/README.rst
    • Added README for RegionCompositeHealthChecks transports.
  • packages/google-cloud-compute/google/cloud/compute_v1/services/region_composite_health_checks/transports/init.py
    • Added initialization file for RegionCompositeHealthChecks transports.
  • packages/google-cloud-compute/google/cloud/compute_v1/services/region_composite_health_checks/transports/base.py
    • Added base transport for RegionCompositeHealthChecks.
  • packages/google-cloud-compute/google/cloud/compute_v1/services/region_composite_health_checks/transports/rest.py
    • Added REST transport for RegionCompositeHealthChecks with interceptors.
  • packages/google-cloud-compute/google/cloud/compute_v1/services/region_composite_health_checks/transports/rest_base.py
    • Added base REST transport for RegionCompositeHealthChecks.
  • packages/google-cloud-compute/google/cloud/compute_v1/services/region_health_check_services/client.py
    • Added the aggregated_list method to the RegionHealthCheckServicesClient.
  • packages/google-cloud-compute/google/cloud/compute_v1/services/region_health_check_services/pagers.py
    • Added AggregatedListPager for RegionHealthCheckServices.
  • packages/google-cloud-compute/google/cloud/compute_v1/services/region_health_check_services/transports/base.py
    • Added aggregated_list property to the base transport for RegionHealthCheckServices.
  • packages/google-cloud-compute/google/cloud/compute_v1/services/region_health_check_services/transports/rest.py
    • Added _AggregatedList class and related interceptors to the REST transport for RegionHealthCheckServices.
  • packages/google-cloud-compute/google/cloud/compute_v1/services/region_health_check_services/transports/rest_base.py
    • Added _BaseAggregatedList class to the base REST transport for RegionHealthCheckServices.
  • packages/google-cloud-compute/google/cloud/compute_v1/services/region_health_sources/init.py
    • Added initialization file for the new RegionHealthSources service.
  • packages/google-cloud-compute/google/cloud/compute_v1/services/region_health_sources/client.py
    • Added the client implementation for the new RegionHealthSources service, including aggregated_list, delete, get, insert, list, patch, and test_iam_permissions methods.
  • packages/google-cloud-compute/google/cloud/compute_v1/services/region_health_sources/pagers.py
    • Added pagers for AggregatedList and List methods of RegionHealthSources.
  • packages/google-cloud-compute/google/cloud/compute_v1/services/region_health_sources/transports/README.rst
    • Added README for RegionHealthSources transports.
  • packages/google-cloud-compute/google/cloud/compute_v1/services/region_health_sources/transports/init.py
    • Added initialization file for RegionHealthSources transports.
  • packages/google-cloud-compute/google/cloud/compute_v1/services/region_health_sources/transports/base.py
    • Added base transport for RegionHealthSources.
  • packages/google-cloud-compute/google/cloud/compute_v1/services/region_health_sources/transports/rest.py
    • Added REST transport for RegionHealthSources with interceptors.
  • packages/google-cloud-compute/google/cloud/compute_v1/services/region_health_sources/transports/rest_base.py
    • Added base REST transport for RegionHealthSources.
  • packages/google-cloud-compute/google/cloud/compute_v1/services/region_notification_endpoints/client.py
    • Added the aggregated_list method to the RegionNotificationEndpointsClient.
  • packages/google-cloud-compute/google/cloud/compute_v1/services/region_notification_endpoints/pagers.py
    • Added AggregatedListPager for RegionNotificationEndpoints.
  • packages/google-cloud-compute/google/cloud/compute_v1/services/region_notification_endpoints/transports/base.py
    • Added aggregated_list property to the base transport for RegionNotificationEndpoints.
  • packages/google-cloud-compute/google/cloud/compute_v1/services/region_notification_endpoints/transports/rest.py
    • Added _AggregatedList class and related interceptors to the REST transport for RegionNotificationEndpoints.
  • packages/google-cloud-compute/google/cloud/compute_v1/services/region_notification_endpoints/transports/rest_base.py
    • Added _BaseAggregatedList class to the base REST transport for RegionNotificationEndpoints.
  • packages/google-cloud-compute/google/cloud/compute_v1/services/reservation_slots/client.py
    • Added the get_version method to the ReservationSlotsClient.
  • packages/google-cloud-compute/google/cloud/compute_v1/services/reservation_slots/transports/base.py
    • Added get_version property to the base transport for ReservationSlots.
  • packages/google-cloud-compute/google/cloud/compute_v1/services/reservation_slots/transports/rest.py
    • Added _GetVersion class and related interceptors to the REST transport for ReservationSlots.
  • packages/google-cloud-compute/google/cloud/compute_v1/services/reservation_slots/transports/rest_base.py
    • Added _BaseGetVersion class to the base REST transport for ReservationSlots.
  • packages/google-cloud-compute/google/cloud/compute_v1/services/reservation_sub_blocks/client.py
    • Added the get_version method to the ReservationSubBlocksClient.
  • packages/google-cloud-compute/google/cloud/compute_v1/services/reservation_sub_blocks/transports/base.py
    • Added get_version property to the base transport for ReservationSubBlocks.
  • packages/google-cloud-compute/google/cloud/compute_v1/services/reservation_sub_blocks/transports/rest.py
    • Added _GetVersion class and related interceptors to the REST transport for ReservationSubBlocks.
  • packages/google-cloud-compute/google/cloud/compute_v1/services/reservation_sub_blocks/transports/rest_base.py
    • Added _BaseGetVersion class to the base REST transport for ReservationSubBlocks.
  • packages/google-cloud-compute/samples/generated_samples/compute_v1_generated_region_composite_health_checks_aggregated_list_sync.py
    • Added new sample code for RegionCompositeHealthChecks.AggregatedList.
  • packages/google-cloud-compute/samples/generated_samples/compute_v1_generated_region_composite_health_checks_delete_sync.py
    • Added new sample code for RegionCompositeHealthChecks.Delete.
  • packages/google-cloud-compute/samples/generated_samples/compute_v1_generated_region_composite_health_checks_get_sync.py
    • Added new sample code for RegionCompositeHealthChecks.Get.
  • packages/google-cloud-compute/samples/generated_samples/compute_v1_generated_region_composite_health_checks_insert_sync.py
    • Added new sample code for RegionCompositeHealthChecks.Insert.
  • packages/google-cloud-compute/samples/generated_samples/compute_v1_generated_region_composite_health_checks_list_sync.py
    • Added new sample code for RegionCompositeHealthChecks.List.
  • packages/google-cloud-compute/samples/generated_samples/compute_v1_generated_region_composite_health_checks_patch_sync.py
    • Added new sample code for RegionCompositeHealthChecks.Patch.
  • packages/google-cloud-compute/samples/generated_samples/compute_v1_generated_region_composite_health_checks_test_iam_permissions_sync.py
    • Added new sample code for RegionCompositeHealthChecks.TestIamPermissions.
  • packages/google-cloud-compute/samples/generated_samples/compute_v1_generated_region_health_check_services_aggregated_list_sync.py
    • Added new sample code for RegionHealthCheckServices.AggregatedList.
  • packages/google-cloud-compute/samples/generated_samples/compute_v1_generated_region_health_sources_aggregated_list_sync.py
    • Added new sample code for RegionHealthSources.AggregatedList.
  • packages/google-cloud-compute/samples/generated_samples/compute_v1_generated_region_health_sources_delete_sync.py
    • Added new sample code for RegionHealthSources.Delete.
  • packages/google-cloud-compute/samples/generated_samples/compute_v1_generated_region_health_sources_get_sync.py
    • Added new sample code for RegionHealthSources.Get.
  • packages/google-cloud-compute/samples/generated_samples/compute_v1_generated_region_health_sources_insert_sync.py
    • Added new sample code for RegionHealthSources.Insert.
  • packages/google-cloud-compute/samples/generated_samples/compute_v1_generated_region_health_sources_list_sync.py
    • Added new sample code for RegionHealthSources.List.
  • packages/google-cloud-compute/samples/generated_samples/compute_v1_generated_region_health_sources_patch_sync.py
    • Added new sample code for RegionHealthSources.Patch.
  • packages/google-cloud-compute/samples/generated_samples/compute_v1_generated_region_health_sources_test_iam_permissions_sync.py
    • Added new sample code for RegionHealthSources.TestIamPermissions.
  • packages/google-cloud-compute/samples/generated_samples/compute_v1_generated_region_notification_endpoints_aggregated_list_sync.py
    • Added new sample code for RegionNotificationEndpoints.AggregatedList.
  • packages/google-cloud-compute/samples/generated_samples/compute_v1_generated_reservation_slots_get_version_sync.py
    • Added new sample code for ReservationSlots.GetVersion.
  • packages/google-cloud-compute/samples/generated_samples/compute_v1_generated_reservation_sub_blocks_get_version_sync.py
    • Added new sample code for ReservationSubBlocks.GetVersion.
  • packages/google-cloud-compute/tests/unit/gapic/compute_v1/test_instance_group_managers.py
    • Updated unit tests to include new fields applied_accelerator_topologies, bulk_instance_operation, and target_size_policy in InstanceGroupManagerStatus and related requests.
  • packages/google-cloud-compute/tests/unit/gapic/compute_v1/test_region_health_check_services.py
    • Added unit tests for the new aggregated_list method.
  • packages/google-cloud-compute/tests/unit/gapic/compute_v1/test_region_notification_endpoints.py
    • Added unit tests for the new aggregated_list method.
  • packages/google-cloud-compute/tests/unit/gapic/compute_v1/test_reservation_slots.py
    • Added unit tests for the new get_version method.
  • packages/google-cloud-compute/tests/unit/gapic/compute_v1/test_reservation_sub_blocks.py
    • Added unit tests for the new get_version method.
    • Updated existing get_iam_policy tests to reflect changes in the underlying request structure.
  • packages/google-cloud-compute/tests/unit/gapic/compute_v1/test_resource_policies.py
    • Updated unit tests to include the new accelerator_topology_mode field in ResourcePolicyVmMaintenancePolicyPolicyDisruptionBudget.workload_policy.
  • packages/google-cloud-compute/tests/unit/gapic/compute_v1/test_service_attachments.py
    • Updated unit tests to include new fields endpoint_with_id in ServiceAttachmentConnectedEndpoint and endpoint_url in ServiceAttachmentConsumerProjectLimit.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request is an automated update from the Librarian CLI, adding new services and types for the Compute Engine v1 API. The changes primarily involve adding new files for RegionCompositeHealthChecks and RegionHealthSources services, and updating existing files to integrate them. My review focuses on the maintainability of the generated code, specifically the alphabetical sorting of imports and __all__ lists in several __init__.py files, which should be addressed to improve code clarity and reduce future merge conflicts.

Comment on lines 898 to 912
HealthCheckReference,
HealthChecksAggregatedList,
HealthCheckService,
HealthCheckServiceAggregatedList,
HealthCheckServiceReference,
HealthCheckServicesList,
HealthCheckServicesScopedList,
HealthChecksScopedList,
HealthSource,
HealthSourceAggregatedList,
HealthSourceList,
HealthSourcesScopedList,
HealthStatus,
HealthStatusForNetworkEndpoint,
Help,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The list of imported symbols in this block is not alphabetically sorted. For better maintainability and to avoid merge conflicts, please sort these lists. For example, HealthCheckService should come before HealthChecksAggregatedList.

Suggested change
HealthCheckReference,
HealthChecksAggregatedList,
HealthCheckService,
HealthCheckServiceAggregatedList,
HealthCheckServiceReference,
HealthCheckServicesList,
HealthCheckServicesScopedList,
HealthChecksScopedList,
HealthSource,
HealthSourceAggregatedList,
HealthSourceList,
HealthSourcesScopedList,
HealthStatus,
HealthStatusForNetworkEndpoint,
Help,
HealthCheckReference,
HealthCheckService,
HealthCheckServiceAggregatedList,
HealthCheckServiceReference,
HealthCheckServicesList,
HealthCheckServicesScopedList,
HealthChecksAggregatedList,
HealthChecksScopedList,
HealthSource,
HealthSourceAggregatedList,
HealthSourceList,
HealthSourcesScopedList,
HealthStatus,
HealthStatusForNetworkEndpoint,
Help,

Comment on lines 2883 to 2897
"HealthCheckReference",
"HealthChecksAggregatedList",
"HealthCheckService",
"HealthCheckServiceAggregatedList",
"HealthCheckServiceReference",
"HealthCheckServicesList",
"HealthCheckServicesScopedList",
"HealthChecksScopedList",
"HealthSource",
"HealthSourceAggregatedList",
"HealthSourceList",
"HealthSourcesScopedList",
"HealthStatus",
"HealthStatusForNetworkEndpoint",
"Help",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The __all__ list in this block is not alphabetically sorted. For better maintainability and to avoid merge conflicts, please sort these lists. For example, "HealthCheckService" should come before "HealthChecksAggregatedList".

Suggested change
"HealthCheckReference",
"HealthChecksAggregatedList",
"HealthCheckService",
"HealthCheckServiceAggregatedList",
"HealthCheckServiceReference",
"HealthCheckServicesList",
"HealthCheckServicesScopedList",
"HealthChecksScopedList",
"HealthSource",
"HealthSourceAggregatedList",
"HealthSourceList",
"HealthSourcesScopedList",
"HealthStatus",
"HealthStatusForNetworkEndpoint",
"Help",
"HealthCheckReference",
"HealthCheckService",
"HealthCheckServiceAggregatedList",
"HealthCheckServiceReference",
"HealthCheckServicesList",
"HealthCheckServicesScopedList",
"HealthChecksAggregatedList",
"HealthChecksScopedList",
"HealthSource",
"HealthSourceAggregatedList",
"HealthSourceList",
"HealthSourcesScopedList",
"HealthStatus",
"HealthStatusForNetworkEndpoint",
"Help",

Comment on lines 91 to 105
from .services.region_autoscalers import RegionAutoscalersClient
from .services.region_backend_services import RegionBackendServicesClient
from .services.region_commitments import RegionCommitmentsClient
from .services.region_composite_health_checks import RegionCompositeHealthChecksClient
from .services.region_disk_types import RegionDiskTypesClient
from .services.region_disks import RegionDisksClient
from .services.region_health_aggregation_policies import (
RegionHealthAggregationPoliciesClient,
)
from .services.region_health_check_services import RegionHealthCheckServicesClient
from .services.region_health_checks import RegionHealthChecksClient
from .services.region_health_sources import RegionHealthSourcesClient
from .services.region_instance_group_managers import RegionInstanceGroupManagersClient
from .services.region_instance_groups import RegionInstanceGroupsClient
from .services.region_instance_templates import RegionInstanceTemplatesClient
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The list of imported clients in this block is not alphabetically sorted. For better maintainability, please sort this list. For example, RegionDisksClient should come before RegionDiskTypesClient.

Suggested change
from .services.region_autoscalers import RegionAutoscalersClient
from .services.region_backend_services import RegionBackendServicesClient
from .services.region_commitments import RegionCommitmentsClient
from .services.region_composite_health_checks import RegionCompositeHealthChecksClient
from .services.region_disk_types import RegionDiskTypesClient
from .services.region_disks import RegionDisksClient
from .services.region_health_aggregation_policies import (
RegionHealthAggregationPoliciesClient,
)
from .services.region_health_check_services import RegionHealthCheckServicesClient
from .services.region_health_checks import RegionHealthChecksClient
from .services.region_health_sources import RegionHealthSourcesClient
from .services.region_instance_group_managers import RegionInstanceGroupManagersClient
from .services.region_instance_groups import RegionInstanceGroupsClient
from .services.region_instance_templates import RegionInstanceTemplatesClient
from .services.region_autoscalers import RegionAutoscalersClient
from .services.region_backend_services import RegionBackendServicesClient
from .services.region_commitments import RegionCommitmentsClient
from .services.region_composite_health_checks import RegionCompositeHealthChecksClient
from .services.region_disks import RegionDisksClient
from .services.region_disk_types import RegionDiskTypesClient
from .services.region_health_aggregation_policies import (
RegionHealthAggregationPoliciesClient,
)
from .services.region_health_checks import RegionHealthChecksClient
from .services.region_health_check_services import RegionHealthCheckServicesClient
from .services.region_health_sources import RegionHealthSourcesClient
from .services.region_instance_group_managers import RegionInstanceGroupManagersClient
from .services.region_instance_groups import RegionInstanceGroupsClient
from .services.region_instance_templates import RegionInstanceTemplatesClient

Comment on lines 2757 to 2773
"HealthCheckLogConfig",
"HealthCheckReference",
"HealthCheckService",
"HealthCheckServiceAggregatedList",
"HealthCheckServiceReference",
"HealthCheckServicesList",
"HealthCheckServicesScopedList",
"HealthChecksAggregatedList",
"HealthChecksClient",
"HealthChecksScopedList",
"HealthSource",
"HealthSourceAggregatedList",
"HealthSourceList",
"HealthSourcesScopedList",
"HealthStatus",
"HealthStatusForNetworkEndpoint",
"Help",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The __all__ list in this block is not alphabetically sorted. For better maintainability, please sort this list. For example, "HealthChecksClient" should come before "HealthCheckService".

Suggested change
"HealthCheckLogConfig",
"HealthCheckReference",
"HealthCheckService",
"HealthCheckServiceAggregatedList",
"HealthCheckServiceReference",
"HealthCheckServicesList",
"HealthCheckServicesScopedList",
"HealthChecksAggregatedList",
"HealthChecksClient",
"HealthChecksScopedList",
"HealthSource",
"HealthSourceAggregatedList",
"HealthSourceList",
"HealthSourcesScopedList",
"HealthStatus",
"HealthStatusForNetworkEndpoint",
"Help",
"HealthCheckLogConfig",
"HealthCheckReference",
"HealthChecksAggregatedList",
"HealthChecksClient",
"HealthChecksScopedList",
"HealthCheckService",
"HealthCheckServiceAggregatedList",
"HealthCheckServiceReference",
"HealthCheckServicesList",
"HealthCheckServicesScopedList",
"HealthSource",
"HealthSourceAggregatedList",
"HealthSourceList",
"HealthSourcesScopedList",
"HealthStatus",
"HealthStatusForNetworkEndpoint",
"Help",

Comment on lines 632 to 646
HealthCheckReference,
HealthChecksAggregatedList,
HealthCheckService,
HealthCheckServiceAggregatedList,
HealthCheckServiceReference,
HealthCheckServicesList,
HealthCheckServicesScopedList,
HealthChecksScopedList,
HealthSource,
HealthSourceAggregatedList,
HealthSourceList,
HealthSourcesScopedList,
HealthStatus,
HealthStatusForNetworkEndpoint,
Help,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The list of imported symbols in this block is not alphabetically sorted. For better maintainability, please sort this list. For example, HealthChecksAggregatedList should come before HealthCheckService.

Suggested change
HealthCheckReference,
HealthChecksAggregatedList,
HealthCheckService,
HealthCheckServiceAggregatedList,
HealthCheckServiceReference,
HealthCheckServicesList,
HealthCheckServicesScopedList,
HealthChecksScopedList,
HealthSource,
HealthSourceAggregatedList,
HealthSourceList,
HealthSourcesScopedList,
HealthStatus,
HealthStatusForNetworkEndpoint,
Help,
HealthCheckReference,
HealthChecksAggregatedList,
HealthChecksScopedList,
HealthCheckService,
HealthCheckServiceAggregatedList,
HealthCheckServiceReference,
HealthCheckServicesList,
HealthCheckServicesScopedList,
HealthSource,
HealthSourceAggregatedList,
HealthSourceList,
HealthSourcesScopedList,
HealthStatus,
HealthStatusForNetworkEndpoint,
Help,

@parthea parthea merged commit 7b22ea2 into main Mar 11, 2026
26 of 27 checks passed
@parthea parthea deleted the librarian-20260311T095333Z branch March 11, 2026 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants