Skip to content

Conversation

@google-cloud-sdk-librarian-dotnet-robot
Copy link
Collaborator

Changes in this PR

  • Generated Google.Cloud.Container.V1
  • Generated Google.Cloud.NetworkManagement.V1

feat: Add SwapConfig to enable and configure swap memory for node pools
feat: Add GPUDirectConfig to configure GPU Direct for node pools
feat: Add consolidation_delay to configure Cluster Autoscaler node consolidation delay
feat: Add RegistryHostConfig to ContainerdConfig for containerd registry host configuration
feat: Add SliceControllerConfig to AddonsConfig to manage the Slice Controller addon
feat: Add ManagedOpenTelemetryConfig to Cluster to manage the OpenTelemetry pipeline
feat: Add NodeDrainConfig to NodePool to configure node draining behavior
feat: Add AutopilotGeneralProfile to ClusterAutoscaling to configure Autopilot profiles
feat: Add SHORT_LIVED as a NodePoolUpdateStrategy
feat: Add DRAINING status to AdditionalIPRangesConfig for subnet draining
feat: Allow specifying subnetwork in NodeNetworkConfig during node pool creation
feat: Add DisruptionEvent to provide details on node disruption events
docs: A comment for field `sysctls` in message `.google.container.v1.LinuxNodeConfig` is changed
docs: A comment for field `subnetwork` in message `.google.container.v1.NodeNetworkConfig` is changed
docs: A comment for field `gcp_secret_manager_certificate_config` in message `.google.container.v1.ContainerdConfig` is changed
docs: A comment for field `cluster_ipv4_cidr_block` in message `.google.container.v1.IPAllocationPolicy` is changed
docs: A comment for field `node_ipv4_cidr_block` in message `.google.container.v1.IPAllocationPolicy` is changed
docs: A comment for field `services_ipv4_cidr_block` in message `.google.container.v1.IPAllocationPolicy` is changed
docs: A comment for field `tpu_ipv4_cidr_block` in message `.google.container.v1.IPAllocationPolicy` is changed
docs: A comment for field `cluster_ipv4_cidr` in message `.google.container.v1.Cluster` is changed
docs: A comment for field `services_ipv4_cidr` in message `.google.container.v1.Cluster` is changed
docs: A comment for field `tpu_ipv4_cidr_block` in message `.google.container.v1.Cluster` is changed
docs: A comment for field `recurrence` in message `.google.container.v1.RecurringTimeWindow` is changed


PiperOrigin-RevId: 859731311
Source-Link: googleapis/googleapis@928703e
…3c4e

feat: add fields and messages for GKE Pods and IP masquerading

docs: update comments

PiperOrigin-RevId: 859595508
Source-Link: googleapis/googleapis@3343c4e
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @google-cloud-sdk-librarian-dotnet-robot, 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 focuses on API regeneration for the Google Container and Network Management services. It introduces new features and updates existing functionalities to align with the latest service definitions. The changes include the addition of new properties to existing requests, updates to resource name handling, and the introduction of a new network type.

Highlights

  • API Regeneration: The pull request includes updates to the Google.Cloud.Container.V1 and Google.Cloud.NetworkManagement.V1 APIs, incorporating the latest changes and features.
  • Google.Cloud.Container.V1: The UpdateNodePoolRequestObject snippets have been modified to include NodeDrainConfig and ConsolidationDelay properties.
  • Google.Cloud.NetworkManagement.V1: The Endpoint message in the Network Management API now includes a gke_pod field, and the NetworkType enum has a new INTERNET value.
  • Resource Names: Added resource name formatting and parsing for SubnetworkName in the Container API.
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.

@github-actions
Copy link

Pull request diff results
Finding changes in Google.Cloud.Container.V1...
Comparing old and new versions (by source)
Minor changes:
Class 'AdditionalIPRangesConfig'; property 'AdditionalIPRangesConfig.Types.Status Status { get; set; }' added.
Class 'AdditionalIPRangesConfig'; constant 'System.Int32 Google.Cloud.Container.V1.AdditionalIPRangesConfig::StatusFieldNumber' added.
Class 'AdditionalIPRangesConfig.Types' added.
Enum 'AdditionalIPRangesConfig.Types.Status' added.
Class 'AddonsConfig'; property 'SliceControllerConfig SliceControllerConfig { get; set; }' added.
Class 'AddonsConfig'; constant 'System.Int32 Google.Cloud.Container.V1.AddonsConfig::SliceControllerConfigFieldNumber' added.
Class 'Cluster'; property 'ManagedOpenTelemetryConfig ManagedOpentelemetryConfig { get; set; }' added.
Class 'Cluster'; constant 'System.Int32 Google.Cloud.Container.V1.Cluster::ManagedOpentelemetryConfigFieldNumber' added.
Class 'ClusterAutoscaling'; property 'ClusterAutoscaling.Types.AutopilotGeneralProfile AutopilotGeneralProfile { get; set; }' added.
Class 'ClusterAutoscaling'; constant 'System.Int32 Google.Cloud.Container.V1.ClusterAutoscaling::AutopilotGeneralProfileFieldNumber' added.
Enum 'ClusterAutoscaling.Types.AutopilotGeneralProfile' added.
Class 'ClusterUpdate'; property 'ManagedOpenTelemetryConfig DesiredManagedOpentelemetryConfig { get; set; }' added.
Class 'ClusterUpdate'; property 'PrivilegedAdmissionConfig DesiredPrivilegedAdmissionConfig { get; set; }' added.
Class 'ClusterUpdate'; constant 'System.Int32 Google.Cloud.Container.V1.ClusterUpdate::DesiredManagedOpentelemetryConfigFieldNumber' added.
Class 'ClusterUpdate'; constant 'System.Int32 Google.Cloud.Container.V1.ClusterUpdate::DesiredPrivilegedAdmissionConfigFieldNumber' added.
Class 'ContainerdConfig'; property 'RepeatedField<ContainerdConfig.Types.RegistryHostConfig> RegistryHosts { get; }' added.
Class 'ContainerdConfig'; constant 'System.Int32 Google.Cloud.Container.V1.ContainerdConfig::RegistryHostsFieldNumber' added.
Class 'ContainerdConfig.Types.RegistryHostConfig' added.
Class 'ContainerdConfig.Types.RegistryHostConfig.Types' added.
Class 'ContainerdConfig.Types.RegistryHostConfig.Types.CertificateConfig' added.
Enum 'ContainerdConfig.Types.RegistryHostConfig.Types.CertificateConfig.CertificateOneofCase' added.
Class 'ContainerdConfig.Types.RegistryHostConfig.Types.CertificateConfigPair' added.
Enum 'ContainerdConfig.Types.RegistryHostConfig.Types.HostCapability' added.
Class 'ContainerdConfig.Types.RegistryHostConfig.Types.HostConfig' added.
Class 'ContainerdConfig.Types.RegistryHostConfig.Types.RegistryHeader' added.
Class 'DisruptionEvent' added.
Class 'DisruptionEvent.Types' added.
Enum 'DisruptionEvent.Types.DisruptionType' added.
Class 'DisruptionEvent.Types.PdbBlockedPod' added.
Class 'GPUDirectConfig' added.
Class 'GPUDirectConfig.Types' added.
Enum 'GPUDirectConfig.Types.GPUDirectStrategy' added.
Class 'LinuxNodeConfig'; property 'LinuxNodeConfig.Types.SwapConfig SwapConfig { get; set; }' added.
Class 'LinuxNodeConfig'; constant 'System.Int32 Google.Cloud.Container.V1.LinuxNodeConfig::SwapConfigFieldNumber' added.
Class 'LinuxNodeConfig.Types.SwapConfig' added.
Enum 'LinuxNodeConfig.Types.SwapConfig.PerformanceProfileOneofCase' added.
Class 'LinuxNodeConfig.Types.SwapConfig.Types' added.
Class 'LinuxNodeConfig.Types.SwapConfig.Types.BootDiskProfile' added.
Enum 'LinuxNodeConfig.Types.SwapConfig.Types.BootDiskProfile.SwapSizeOneofCase' added.
Class 'LinuxNodeConfig.Types.SwapConfig.Types.DedicatedLocalSsdProfile' added.
Class 'LinuxNodeConfig.Types.SwapConfig.Types.EncryptionConfig' added.
Class 'LinuxNodeConfig.Types.SwapConfig.Types.EphemeralLocalSsdProfile' added.
Enum 'LinuxNodeConfig.Types.SwapConfig.Types.EphemeralLocalSsdProfile.SwapSizeOneofCase' added.
Class 'ManagedOpenTelemetryConfig' added.
Class 'ManagedOpenTelemetryConfig.Types' added.
Enum 'ManagedOpenTelemetryConfig.Types.Scope' added.
Class 'NodeConfig'; property 'GPUDirectConfig GpuDirectConfig { get; set; }' added.
Class 'NodeConfig'; property 'Duration ConsolidationDelay { get; set; }' added.
Class 'NodeConfig'; constant 'System.Int32 Google.Cloud.Container.V1.NodeConfig::ConsolidationDelayFieldNumber' added.
Class 'NodeConfig'; constant 'System.Int32 Google.Cloud.Container.V1.NodeConfig::GpuDirectConfigFieldNumber' added.
Class 'NodeKubeletConfig'; method 'void ClearShutdownGracePeriodCriticalPodsSeconds()' added.
Class 'NodeKubeletConfig'; method 'void ClearShutdownGracePeriodSeconds()' added.
Class 'NodeKubeletConfig'; property 'Boolean HasShutdownGracePeriodCriticalPodsSeconds { get; }' added.
Class 'NodeKubeletConfig'; property 'Boolean HasShutdownGracePeriodSeconds { get; }' added.
Class 'NodeKubeletConfig'; property 'Int32 ShutdownGracePeriodCriticalPodsSeconds { get; set; }' added.
Class 'NodeKubeletConfig'; property 'Int32 ShutdownGracePeriodSeconds { get; set; }' added.
Class 'NodeKubeletConfig'; constant 'System.Int32 Google.Cloud.Container.V1.NodeKubeletConfig::ShutdownGracePeriodCriticalPodsSecondsFieldNumber' added.
Class 'NodeKubeletConfig'; constant 'System.Int32 Google.Cloud.Container.V1.NodeKubeletConfig::ShutdownGracePeriodSecondsFieldNumber' added.
Class 'NodeNetworkConfig'; property 'SubnetworkName SubnetworkAsSubnetworkName { get; set; }' added.
Class 'NodePool'; property 'NodePool.Types.NodeDrainConfig NodeDrainConfig { get; set; }' added.
Class 'NodePool'; constant 'System.Int32 Google.Cloud.Container.V1.NodePool::NodeDrainConfigFieldNumber' added.
Class 'NodePool.Types.NodeDrainConfig' added.
Enum 'NodePoolUpdateStrategy' entry 'ShortLived' added.
Class 'SliceControllerConfig' added.
Class 'SubnetworkName' added.
Enum 'SubnetworkName.ResourceNameType' added.
Class 'UpdateNodePoolRequest'; property 'NodePool.Types.NodeDrainConfig NodeDrainConfig { get; set; }' added.
Class 'UpdateNodePoolRequest'; property 'Duration ConsolidationDelay { get; set; }' added.
Class 'UpdateNodePoolRequest'; constant 'System.Int32 Google.Cloud.Container.V1.UpdateNodePoolRequest::ConsolidationDelayFieldNumber' added.
Class 'UpdateNodePoolRequest'; constant 'System.Int32 Google.Cloud.Container.V1.UpdateNodePoolRequest::NodeDrainConfigFieldNumber' added.
Class 'UpgradeInfoEvent'; property 'DisruptionEvent DisruptionEvent { get; set; }' added.
Class 'UpgradeInfoEvent'; constant 'System.Int32 Google.Cloud.Container.V1.UpgradeInfoEvent::DisruptionEventFieldNumber' added.
Enum 'UpgradeInfoEvent.Types.EventType' entry 'DisruptionEvent' added.
Class 'UserManagedKeysConfig'; property 'RepeatedField ControlPlaneDiskEncryptionKeyVersions { get; }' added.
Class 'UserManagedKeysConfig'; constant 'System.Int32 Google.Cloud.Container.V1.UserManagedKeysConfig::ControlPlaneDiskEncryptionKeyVersionsFieldNumber' added.

Diff level: Minor

Comparing with previous NuGet package
Checking compatibility for Google.Cloud.Container.V1 version 3.36.0
Differences from 3.36.0
Minor changes:
Class 'AdditionalIPRangesConfig'; property 'AdditionalIPRangesConfig.Types.Status Status { get; set; }' added.
Class 'AdditionalIPRangesConfig'; constant 'System.Int32 Google.Cloud.Container.V1.AdditionalIPRangesConfig::StatusFieldNumber' added.
Class 'AdditionalIPRangesConfig.Types' added.
Enum 'AdditionalIPRangesConfig.Types.Status' added.
Class 'AddonsConfig'; property 'SliceControllerConfig SliceControllerConfig { get; set; }' added.
Class 'AddonsConfig'; constant 'System.Int32 Google.Cloud.Container.V1.AddonsConfig::SliceControllerConfigFieldNumber' added.
Class 'Cluster'; property 'ManagedOpenTelemetryConfig ManagedOpentelemetryConfig { get; set; }' added.
Class 'Cluster'; constant 'System.Int32 Google.Cloud.Container.V1.Cluster::ManagedOpentelemetryConfigFieldNumber' added.
Class 'ClusterAutoscaling'; property 'ClusterAutoscaling.Types.AutopilotGeneralProfile AutopilotGeneralProfile { get; set; }' added.
Class 'ClusterAutoscaling'; constant 'System.Int32 Google.Cloud.Container.V1.ClusterAutoscaling::AutopilotGeneralProfileFieldNumber' added.
Enum 'ClusterAutoscaling.Types.AutopilotGeneralProfile' added.
Class 'ClusterUpdate'; property 'ManagedOpenTelemetryConfig DesiredManagedOpentelemetryConfig { get; set; }' added.
Class 'ClusterUpdate'; property 'PrivilegedAdmissionConfig DesiredPrivilegedAdmissionConfig { get; set; }' added.
Class 'ClusterUpdate'; constant 'System.Int32 Google.Cloud.Container.V1.ClusterUpdate::DesiredManagedOpentelemetryConfigFieldNumber' added.
Class 'ClusterUpdate'; constant 'System.Int32 Google.Cloud.Container.V1.ClusterUpdate::DesiredPrivilegedAdmissionConfigFieldNumber' added.
Class 'ContainerdConfig'; property 'RepeatedField<ContainerdConfig.Types.RegistryHostConfig> RegistryHosts { get; }' added.
Class 'ContainerdConfig'; constant 'System.Int32 Google.Cloud.Container.V1.ContainerdConfig::RegistryHostsFieldNumber' added.
Class 'ContainerdConfig.Types.RegistryHostConfig' added.
Class 'ContainerdConfig.Types.RegistryHostConfig.Types' added.
Class 'ContainerdConfig.Types.RegistryHostConfig.Types.CertificateConfig' added.
Enum 'ContainerdConfig.Types.RegistryHostConfig.Types.CertificateConfig.CertificateOneofCase' added.
Class 'ContainerdConfig.Types.RegistryHostConfig.Types.CertificateConfigPair' added.
Enum 'ContainerdConfig.Types.RegistryHostConfig.Types.HostCapability' added.
Class 'ContainerdConfig.Types.RegistryHostConfig.Types.HostConfig' added.
Class 'ContainerdConfig.Types.RegistryHostConfig.Types.RegistryHeader' added.
Class 'DisruptionEvent' added.
Class 'DisruptionEvent.Types' added.
Enum 'DisruptionEvent.Types.DisruptionType' added.
Class 'DisruptionEvent.Types.PdbBlockedPod' added.
Class 'GPUDirectConfig' added.
Class 'GPUDirectConfig.Types' added.
Enum 'GPUDirectConfig.Types.GPUDirectStrategy' added.
Class 'LinuxNodeConfig'; property 'LinuxNodeConfig.Types.SwapConfig SwapConfig { get; set; }' added.
Class 'LinuxNodeConfig'; constant 'System.Int32 Google.Cloud.Container.V1.LinuxNodeConfig::SwapConfigFieldNumber' added.
Class 'LinuxNodeConfig.Types.SwapConfig' added.
Enum 'LinuxNodeConfig.Types.SwapConfig.PerformanceProfileOneofCase' added.
Class 'LinuxNodeConfig.Types.SwapConfig.Types' added.
Class 'LinuxNodeConfig.Types.SwapConfig.Types.BootDiskProfile' added.
Enum 'LinuxNodeConfig.Types.SwapConfig.Types.BootDiskProfile.SwapSizeOneofCase' added.
Class 'LinuxNodeConfig.Types.SwapConfig.Types.DedicatedLocalSsdProfile' added.
Class 'LinuxNodeConfig.Types.SwapConfig.Types.EncryptionConfig' added.
Class 'LinuxNodeConfig.Types.SwapConfig.Types.EphemeralLocalSsdProfile' added.
Enum 'LinuxNodeConfig.Types.SwapConfig.Types.EphemeralLocalSsdProfile.SwapSizeOneofCase' added.
Class 'ManagedOpenTelemetryConfig' added.
Class 'ManagedOpenTelemetryConfig.Types' added.
Enum 'ManagedOpenTelemetryConfig.Types.Scope' added.
Class 'NodeConfig'; property 'GPUDirectConfig GpuDirectConfig { get; set; }' added.
Class 'NodeConfig'; property 'Duration ConsolidationDelay { get; set; }' added.
Class 'NodeConfig'; constant 'System.Int32 Google.Cloud.Container.V1.NodeConfig::ConsolidationDelayFieldNumber' added.
Class 'NodeConfig'; constant 'System.Int32 Google.Cloud.Container.V1.NodeConfig::GpuDirectConfigFieldNumber' added.
Class 'NodeKubeletConfig'; method 'void ClearShutdownGracePeriodCriticalPodsSeconds()' added.
Class 'NodeKubeletConfig'; method 'void ClearShutdownGracePeriodSeconds()' added.
Class 'NodeKubeletConfig'; property 'Boolean HasShutdownGracePeriodCriticalPodsSeconds { get; }' added.
Class 'NodeKubeletConfig'; property 'Boolean HasShutdownGracePeriodSeconds { get; }' added.
Class 'NodeKubeletConfig'; property 'Int32 ShutdownGracePeriodCriticalPodsSeconds { get; set; }' added.
Class 'NodeKubeletConfig'; property 'Int32 ShutdownGracePeriodSeconds { get; set; }' added.
Class 'NodeKubeletConfig'; constant 'System.Int32 Google.Cloud.Container.V1.NodeKubeletConfig::ShutdownGracePeriodCriticalPodsSecondsFieldNumber' added.
Class 'NodeKubeletConfig'; constant 'System.Int32 Google.Cloud.Container.V1.NodeKubeletConfig::ShutdownGracePeriodSecondsFieldNumber' added.
Class 'NodeNetworkConfig'; property 'SubnetworkName SubnetworkAsSubnetworkName { get; set; }' added.
Class 'NodePool'; property 'NodePool.Types.NodeDrainConfig NodeDrainConfig { get; set; }' added.
Class 'NodePool'; constant 'System.Int32 Google.Cloud.Container.V1.NodePool::NodeDrainConfigFieldNumber' added.
Class 'NodePool.Types.NodeDrainConfig' added.
Enum 'NodePoolUpdateStrategy' entry 'ShortLived' added.
Class 'SliceControllerConfig' added.
Class 'SubnetworkName' added.
Enum 'SubnetworkName.ResourceNameType' added.
Class 'UpdateNodePoolRequest'; property 'NodePool.Types.NodeDrainConfig NodeDrainConfig { get; set; }' added.
Class 'UpdateNodePoolRequest'; property 'Duration ConsolidationDelay { get; set; }' added.
Class 'UpdateNodePoolRequest'; constant 'System.Int32 Google.Cloud.Container.V1.UpdateNodePoolRequest::ConsolidationDelayFieldNumber' added.
Class 'UpdateNodePoolRequest'; constant 'System.Int32 Google.Cloud.Container.V1.UpdateNodePoolRequest::NodeDrainConfigFieldNumber' added.
Class 'UpgradeInfoEvent'; property 'DisruptionEvent DisruptionEvent { get; set; }' added.
Class 'UpgradeInfoEvent'; constant 'System.Int32 Google.Cloud.Container.V1.UpgradeInfoEvent::DisruptionEventFieldNumber' added.
Enum 'UpgradeInfoEvent.Types.EventType' entry 'DisruptionEvent' added.
Class 'UserManagedKeysConfig'; property 'RepeatedField ControlPlaneDiskEncryptionKeyVersions { get; }' added.
Class 'UserManagedKeysConfig'; constant 'System.Int32 Google.Cloud.Container.V1.UserManagedKeysConfig::ControlPlaneDiskEncryptionKeyVersionsFieldNumber' added.

Diff level: Minor

Finished comparisons for Google.Cloud.Container.V1

Finding changes in Google.Cloud.NetworkManagement.V1...
Comparing old and new versions (by source)
Minor changes:
Enum 'AbortInfo.Types.Cause' entry 'SourceExternalCloudSqlUnsupported' added.
Enum 'AbortInfo.Types.Cause' entry 'NoSourceNonGcpNetworkLocation' added.
Enum 'AbortInfo.Types.Cause' entry 'NoSourceGcpNetworkLocation' added.
Enum 'AbortInfo.Types.Cause' entry 'NoSourceInternetLocation' added.
Enum 'AbortInfo.Types.Cause' entry 'GkePodUnknownEndpointLocation' added.
Enum 'DeliverInfo.Types.Target' entry 'GkePod' added.
Enum 'DropInfo.Types.Cause' entry 'NoConfiguredPrivateNat64Rule' added.
Enum 'DropInfo.Types.Cause' entry 'NoRouteFromInternetToPrivateIpv4Address' added.
Enum 'DropInfo.Types.Cause' entry 'GkePodNotRunning' added.
Enum 'DropInfo.Types.Cause' entry 'HybridSubnetNoRoute' added.
Class 'Endpoint'; property 'String GkePod { get; set; }' added.
Class 'Endpoint'; constant 'System.Int32 Google.Cloud.NetworkManagement.V1.Endpoint::GkePodFieldNumber' added.
Enum 'Endpoint.Types.NetworkType' entry 'Internet' added.
Enum 'FirewallInfo.Types.FirewallRuleType' entry 'SystemRegionalNetworkFirewallPolicyRule' added.
Enum 'FirewallInfo.Types.FirewallRuleType' entry 'SystemNetworkFirewallPolicyRule' added.
Class 'GkePodInfo' added.
Class 'IpMasqueradingSkippedInfo' added.
Class 'IpMasqueradingSkippedInfo.Types' added.
Enum 'IpMasqueradingSkippedInfo.Types.Reason' added.
Class 'NatInfo'; property 'NatInfo.Types.CloudNatGatewayType CloudNatGatewayType { get; set; }' added.
Class 'NatInfo'; constant 'System.Int32 Google.Cloud.NetworkManagement.V1.NatInfo::CloudNatGatewayTypeFieldNumber' added.
Enum 'NatInfo.Types.CloudNatGatewayType' added.
Class 'Step'; property 'GkePodInfo GkePod { get; set; }' added.
Class 'Step'; property 'IpMasqueradingSkippedInfo IpMasqueradingSkipped { get; set; }' added.
Class 'Step'; constant 'System.Int32 Google.Cloud.NetworkManagement.V1.Step::GkePodFieldNumber' added.
Class 'Step'; constant 'System.Int32 Google.Cloud.NetworkManagement.V1.Step::IpMasqueradingSkippedFieldNumber' added.
Enum 'Step.StepInfoOneofCase' entry 'IpMasqueradingSkipped' added.
Enum 'Step.StepInfoOneofCase' entry 'GkePod' added.
Enum 'Step.Types.State' entry 'SkipGkePodIpMasquerading' added.
Enum 'Step.Types.State' entry 'StartFromGkePod' added.

Diff level: Minor

Comparing with previous NuGet package
Checking compatibility for Google.Cloud.NetworkManagement.V1 version 2.17.0
Differences from 2.17.0
Minor changes:
Enum 'AbortInfo.Types.Cause' entry 'SourceExternalCloudSqlUnsupported' added.
Enum 'AbortInfo.Types.Cause' entry 'NoSourceNonGcpNetworkLocation' added.
Enum 'AbortInfo.Types.Cause' entry 'NoSourceGcpNetworkLocation' added.
Enum 'AbortInfo.Types.Cause' entry 'NoSourceInternetLocation' added.
Enum 'AbortInfo.Types.Cause' entry 'GkePodUnknownEndpointLocation' added.
Enum 'DeliverInfo.Types.Target' entry 'GkePod' added.
Enum 'DropInfo.Types.Cause' entry 'NoConfiguredPrivateNat64Rule' added.
Enum 'DropInfo.Types.Cause' entry 'NoRouteFromInternetToPrivateIpv4Address' added.
Enum 'DropInfo.Types.Cause' entry 'GkePodNotRunning' added.
Enum 'DropInfo.Types.Cause' entry 'HybridSubnetNoRoute' added.
Class 'Endpoint'; property 'String GkePod { get; set; }' added.
Class 'Endpoint'; constant 'System.Int32 Google.Cloud.NetworkManagement.V1.Endpoint::GkePodFieldNumber' added.
Enum 'Endpoint.Types.NetworkType' entry 'Internet' added.
Enum 'FirewallInfo.Types.FirewallRuleType' entry 'SystemRegionalNetworkFirewallPolicyRule' added.
Enum 'FirewallInfo.Types.FirewallRuleType' entry 'SystemNetworkFirewallPolicyRule' added.
Class 'GkePodInfo' added.
Class 'IpMasqueradingSkippedInfo' added.
Class 'IpMasqueradingSkippedInfo.Types' added.
Enum 'IpMasqueradingSkippedInfo.Types.Reason' added.
Class 'NatInfo'; property 'NatInfo.Types.CloudNatGatewayType CloudNatGatewayType { get; set; }' added.
Class 'NatInfo'; constant 'System.Int32 Google.Cloud.NetworkManagement.V1.NatInfo::CloudNatGatewayTypeFieldNumber' added.
Enum 'NatInfo.Types.CloudNatGatewayType' added.
Class 'Step'; property 'GkePodInfo GkePod { get; set; }' added.
Class 'Step'; property 'IpMasqueradingSkippedInfo IpMasqueradingSkipped { get; set; }' added.
Class 'Step'; constant 'System.Int32 Google.Cloud.NetworkManagement.V1.Step::GkePodFieldNumber' added.
Class 'Step'; constant 'System.Int32 Google.Cloud.NetworkManagement.V1.Step::IpMasqueradingSkippedFieldNumber' added.
Enum 'Step.StepInfoOneofCase' entry 'IpMasqueradingSkipped' added.
Enum 'Step.StepInfoOneofCase' entry 'GkePod' added.
Enum 'Step.Types.State' entry 'SkipGkePodIpMasquerading' added.
Enum 'Step.Types.State' entry 'StartFromGkePod' added.

Diff level: Minor

Finished comparisons for Google.Cloud.NetworkManagement.V1

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 contains auto-generated changes for the Google.Cloud.Container.V1 and Google.Cloud.NetworkManagement.V1 APIs. The changes include adding new properties, resource names, and enum values, as well as improving documentation comments for clarity and fixing minor typos. The code generation appears correct and consistent with the project's standards. I've reviewed the changes and found no issues.

@jskeet jskeet merged commit 43a777d into main Jan 23, 2026
14 checks passed
@jskeet jskeet deleted the librarian-regen-20260123T080120Z branch January 23, 2026 08:24
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