Skip to content

Conversation

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

Changes in this PR

  • chore: Release library Google.Cloud.AIPlatform.V1Beta1 version 1.0.0-beta66
  • chore: Release library Google.Cloud.Container.V1 version 3.37.0
  • chore: Release library Google.Cloud.Kms.V1 version 3.21.0
  • chore: Release library Google.Cloud.NetworkConnectivity.V1 version 2.14.0
  • chore: Release library Google.Cloud.NetworkManagement.V1 version 2.18.0

Errors

  • Error while integration testing library Google.Cloud.Storage.V1

Librarian-Release-ID: release-20260126T140114Z

…beta66

### New features

- RAG - add mode config to RagEngineConfig with Spanner and Serverless
- RAG - deprecate tier from RagEngineConfig

### Documentation improvements

- A comment for message `RagManagedDbConfig` is changed
- A comment for field `scaled` in message `.google.cloud.aiplatform.v1beta1.RagManagedDbConfig` is changed
- A comment for field `basic` in message `.google.cloud.aiplatform.v1beta1.RagManagedDbConfig` is changed
- A comment for field `unprovisioned` in message `.google.cloud.aiplatform.v1beta1.RagManagedDbConfig` is changed

Librarian-Release-Library: Google.Cloud.AIPlatform.V1Beta1
Librarian-Release-Version: 1.0.0-beta66
Librarian-Release-ID: release-20260126T140114Z
### New features

- Add SwapConfig to enable and configure swap memory for node pools
- Add GPUDirectConfig to configure GPU Direct for node pools
- Add consolidation_delay to configure Cluster Autoscaler node consolidation delay
- Add RegistryHostConfig to ContainerdConfig for containerd registry host configuration
- Add SliceControllerConfig to AddonsConfig to manage the Slice Controller addon
- Add ManagedOpenTelemetryConfig to Cluster to manage the OpenTelemetry pipeline
- Add NodeDrainConfig to NodePool to configure node draining behavior
- Add AutopilotGeneralProfile to ClusterAutoscaling to configure Autopilot profiles
- Add SHORT_LIVED as a NodePoolUpdateStrategy
- Add DRAINING status to AdditionalIPRangesConfig for subnet draining
- Allow specifying subnetwork in NodeNetworkConfig during node pool creation
- Add DisruptionEvent to provide details on node disruption events

### Documentation improvements

- A comment for field `sysctls` in message `.google.container.v1.LinuxNodeConfig` is changed
- A comment for field `subnetwork` in message `.google.container.v1.NodeNetworkConfig` is changed
- A comment for field `gcp_secret_manager_certificate_config` in message `.google.container.v1.ContainerdConfig` is changed
- A comment for field `cluster_ipv4_cidr_block` in message `.google.container.v1.IPAllocationPolicy` is changed
- A comment for field `node_ipv4_cidr_block` in message `.google.container.v1.IPAllocationPolicy` is changed
- A comment for field `services_ipv4_cidr_block` in message `.google.container.v1.IPAllocationPolicy` is changed
- A comment for field `tpu_ipv4_cidr_block` in message `.google.container.v1.IPAllocationPolicy` is changed
- A comment for field `cluster_ipv4_cidr` in message `.google.container.v1.Cluster` is changed
- A comment for field `services_ipv4_cidr` in message `.google.container.v1.Cluster` is changed
- A comment for field `tpu_ipv4_cidr_block` in message `.google.container.v1.Cluster` is changed
- A comment for field `recurrence` in message `.google.container.v1.RecurringTimeWindow` is changed

Librarian-Release-Library: Google.Cloud.Container.V1
Librarian-Release-Version: 3.37.0
Librarian-Release-ID: release-20260126T140114Z
### New features

- Add the SingleTenantHsm functionality including the management API and resource types

### Documentation improvements

- A comment for field `crypto_key_backend` in message `.google.cloud.kms.v1.CryptoKey` is expanded to include SingleTenantHsmInstances
- A comment for enum value `MODIFIED_CUSTOMER_INITIATED_ACCESS` in enum `AccessReason` is changed
- A comment for enum value `MODIFIED_GOOGLE_INITIATED_SYSTEM_OPERATION` in enum `AccessReason` is changed
- Marking MODIFIED_CUSTOMER_INITIATED_ACCESS and MODIFIED_GOOGLE_INITIATED_SYSTEM_OPERATION Key Access Justification codes as deprecated in favor of GOOGLE_RESPONSE_TO_PRODUCTION_ALERT

Librarian-Release-Library: Google.Cloud.Kms.V1
Librarian-Release-Version: 3.21.0
Librarian-Release-ID: release-20260126T140114Z
…14.0

### New features

- Added OUTPUT_ONLY annotations to create_time and update_time in InternalRange to reflect existing service behavior

Librarian-Release-Library: Google.Cloud.NetworkConnectivity.V1
Librarian-Release-Version: 2.14.0
Librarian-Release-ID: release-20260126T140114Z
### New features

- Add fields and messages for GKE Pods and IP masquerading

### Documentation improvements

- Update comments

Librarian-Release-Library: Google.Cloud.NetworkManagement.V1
Librarian-Release-Version: 2.18.0
Librarian-Release-ID: release-20260126T140114Z
@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 performs a routine update of several Google Cloud .NET client libraries. It bumps the versions of Google.Cloud.AIPlatform.V1Beta1, Google.Cloud.Container.V1, Google.Cloud.Kms.V1, Google.Cloud.NetworkConnectivity.V1, and Google.Cloud.NetworkManagement.V1 to incorporate the latest API features, improvements, and documentation updates. This ensures that developers using these libraries have access to the most current functionalities provided by the respective Google Cloud services.

Highlights

  • Google.Cloud.AIPlatform.V1Beta1 Library Update: The Google.Cloud.AIPlatform.V1Beta1 library has been updated to version 1.0.0-beta66. This release introduces new RAG (Retrieval Augmented Generation) features, specifically adding mode configuration to RagEngineConfig with Spanner and Serverless options, and deprecating the tier field from RagEngineConfig. Several documentation improvements for RagManagedDbConfig messages and fields were also included.
  • Google.Cloud.Container.V1 Library Update: The Google.Cloud.Container.V1 library has been updated to version 3.37.0. This version brings numerous new features, including SwapConfig and GPUDirectConfig for node pools, consolidation_delay for Cluster Autoscaler, RegistryHostConfig for Containerd, SliceControllerConfig for AddonsConfig, ManagedOpenTelemetryConfig for Cluster, NodeDrainConfig for NodePool, AutopilotGeneralProfile for ClusterAutoscaling, SHORT_LIVED as a NodePoolUpdateStrategy, DRAINING status for AdditionalIPRangesConfig, and the ability to specify subnetwork in NodeNetworkConfig. It also adds DisruptionEvent and includes various documentation improvements.
  • Google.Cloud.Kms.V1 Library Update: The Google.Cloud.Kms.V1 library has been updated to version 3.21.0. This release introduces SingleTenantHsm functionality, including its management API and resource types. Documentation improvements were made to the crypto_key_backend field in CryptoKey and certain AccessReason enum values were marked as deprecated in favor of GOOGLE_RESPONSE_TO_PRODUCTION_ALERT.
  • Google.Cloud.NetworkConnectivity.V1 Library Update: The Google.Cloud.NetworkConnectivity.V1 library has been updated to version 2.14.0. This update adds OUTPUT_ONLY annotations to the create_time and update_time fields within InternalRange to better reflect existing service behavior.
  • Google.Cloud.NetworkManagement.V1 Library Update: The Google.Cloud.NetworkManagement.V1 library has been updated to version 2.18.0. This version includes new fields and messages to support GKE Pods and IP masquerading, along with general updates to comments within the documentation.
  • Integration Testing Error Noted: During the automated release process, an error was encountered while integration testing the Google.Cloud.Storage.V1 library. This issue is noted in the PR description but is not addressed by the changes within this pull request.
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 contains automated library releases for several Google Cloud libraries. The changes include version bumps in project files, updated changelogs, and modifications to generator metadata files. The changes are consistent across all modified files and appear to be correct for a release. I have reviewed the changes and found no issues.

Copy link
Collaborator

@jskeet jskeet left a comment

Choose a reason for hiding this comment

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

@amanda-tarafa note the integration test failure for Storage.

@github-actions
Copy link

Pull request diff results
(Breaking changes allowed during diff)
Finding changes in Google.Cloud.AIPlatform.V1Beta1...
Comparing old and new versions (by source)
Diff level: Identical

Comparing with previous NuGet package
Checking compatibility for Google.Cloud.AIPlatform.V1Beta1 version 1.0.0-beta66
Differences from 1.0.0-beta65
Minor changes:
Class 'RagManagedDbConfig'; method 'void ClearMode()' added.
Class 'RagManagedDbConfig'; property 'RagManagedDbConfig.ModeOneofCase ModeCase { get; }' added.
Class 'RagManagedDbConfig'; property 'RagManagedDbConfig.Types.Basic Basic { get; set; }' has become 'Obsolete'.
Class 'RagManagedDbConfig'; property 'RagManagedDbConfig.Types.Scaled Scaled { get; set; }' has become 'Obsolete'.
Class 'RagManagedDbConfig'; property 'RagManagedDbConfig.Types.Serverless Serverless { get; set; }' added.
Class 'RagManagedDbConfig'; property 'RagManagedDbConfig.Types.Spanner Spanner { get; set; }' added.
Class 'RagManagedDbConfig'; property 'RagManagedDbConfig.Types.Unprovisioned Unprovisioned { get; set; }' has become 'Obsolete'.
Class 'RagManagedDbConfig'; constant 'System.Int32 Google.Cloud.AIPlatform.V1Beta1.RagManagedDbConfig::ServerlessFieldNumber' added.
Class 'RagManagedDbConfig'; constant 'System.Int32 Google.Cloud.AIPlatform.V1Beta1.RagManagedDbConfig::SpannerFieldNumber' added.
Enum 'RagManagedDbConfig.ModeOneofCase' added.
Class 'RagManagedDbConfig.Types.Serverless' added.
Class 'RagManagedDbConfig.Types.Spanner' added.
Enum 'RagManagedDbConfig.Types.Spanner.TierOneofCase' added.

Diff level: Minor

Finished comparisons for Google.Cloud.AIPlatform.V1Beta1

Finding changes in Google.Cloud.Container.V1...
Comparing old and new versions (by source)
Diff level: Identical

Comparing with previous NuGet package
Checking compatibility for Google.Cloud.Container.V1 version 3.37.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.Kms.V1...
Comparing old and new versions (by source)
Diff level: Identical

Comparing with previous NuGet package
Checking compatibility for Google.Cloud.Kms.V1 version 3.21.0
Differences from 3.20.0
Minor changes:
Class 'ApproveSingleTenantHsmInstanceProposalRequest' added.
Enum 'ApproveSingleTenantHsmInstanceProposalRequest.ApprovalPayloadOneofCase' added.
Class 'ApproveSingleTenantHsmInstanceProposalRequest.Types' added.
Class 'ApproveSingleTenantHsmInstanceProposalRequest.Types.QuorumReply' added.
Class 'ApproveSingleTenantHsmInstanceProposalRequest.Types.RequiredActionQuorumReply' added.
Class 'ApproveSingleTenantHsmInstanceProposalResponse' added.
Class 'Challenge' added.
Class 'ChallengeReply' added.
Class 'CreateSingleTenantHsmInstanceMetadata' added.
Class 'CreateSingleTenantHsmInstanceProposalMetadata' added.
Class 'CreateSingleTenantHsmInstanceProposalRequest' added.
Class 'CreateSingleTenantHsmInstanceRequest' added.
Class 'DeleteSingleTenantHsmInstanceProposalRequest' added.
Class 'ExecuteSingleTenantHsmInstanceProposalMetadata' added.
Class 'ExecuteSingleTenantHsmInstanceProposalRequest' added.
Class 'ExecuteSingleTenantHsmInstanceProposalResponse' added.
Class 'GetSingleTenantHsmInstanceProposalRequest' added.
Class 'GetSingleTenantHsmInstanceRequest' added.
Class 'HsmManagement' added.
Class 'HsmManagement.HsmManagementBase' added.
Class 'HsmManagement.HsmManagementClient' added.
Class 'HsmManagementClient' added.
Class 'HsmManagementClientBuilder' added.
Class 'HsmManagementClientImpl' added.
Class 'HsmManagementReflection' added.
Class 'HsmManagementSettings' added.
Class 'ImportJob'; property 'IResourceName CryptoKeyBackendAsResourceName { get; set; }' added.
Class 'ImportJob'; property 'String CryptoKeyBackend { get; set; }' added.
Class 'ImportJob'; constant 'System.Int32 Google.Cloud.Kms.V1.ImportJob::CryptoKeyBackendFieldNumber' added.
Class 'ListSingleTenantHsmInstanceProposalsRequest' added.
Class 'ListSingleTenantHsmInstanceProposalsResponse' added.
Class 'ListSingleTenantHsmInstancesRequest' added.
Class 'ListSingleTenantHsmInstancesResponse' added.
Class 'LocationMetadata'; property 'Boolean HsmSingleTenantAvailable { get; set; }' added.
Class 'LocationMetadata'; constant 'System.Int32 Google.Cloud.Kms.V1.LocationMetadata::HsmSingleTenantAvailableFieldNumber' added.
Enum 'ProtectionLevel' entry 'HsmSingleTenant' added.
Class 'SingleTenantHsmInstance' added.
Class 'SingleTenantHsmInstance.Types' added.
Class 'SingleTenantHsmInstance.Types.QuorumAuth' added.
Enum 'SingleTenantHsmInstance.Types.State' added.
Class 'SingleTenantHsmInstanceName' added.
Enum 'SingleTenantHsmInstanceName.ResourceNameType' added.
Class 'SingleTenantHsmInstanceProposal' added.
Enum 'SingleTenantHsmInstanceProposal.ApprovalParametersOneofCase' added.
Enum 'SingleTenantHsmInstanceProposal.ExpirationOneofCase' added.
Enum 'SingleTenantHsmInstanceProposal.OperationOneofCase' added.
Class 'SingleTenantHsmInstanceProposal.Types' added.
Class 'SingleTenantHsmInstanceProposal.Types.AddQuorumMember' added.
Class 'SingleTenantHsmInstanceProposal.Types.DeleteSingleTenantHsmInstance' added.
Class 'SingleTenantHsmInstanceProposal.Types.DisableSingleTenantHsmInstance' added.
Class 'SingleTenantHsmInstanceProposal.Types.EnableSingleTenantHsmInstance' added.
Class 'SingleTenantHsmInstanceProposal.Types.QuorumParameters' added.
Class 'SingleTenantHsmInstanceProposal.Types.RefreshSingleTenantHsmInstance' added.
Class 'SingleTenantHsmInstanceProposal.Types.RegisterTwoFactorAuthKeys' added.
Class 'SingleTenantHsmInstanceProposal.Types.RemoveQuorumMember' added.
Class 'SingleTenantHsmInstanceProposal.Types.RequiredActionQuorumParameters' added.
Enum 'SingleTenantHsmInstanceProposal.Types.State' added.
Class 'SingleTenantHsmInstanceProposalName' added.
Enum 'SingleTenantHsmInstanceProposalName.ResourceNameType' added.
Class 'ServiceCollectionExtensions'; method 'IServiceCollection AddHsmManagementClient(IServiceCollection services, Action action = null)' added.
Class 'ServiceCollectionExtensions'; method 'IServiceCollection AddHsmManagementClient(IServiceCollection services, Action<IServiceProvider, HsmManagementClientBuilder> action)' added.

Diff level: Minor

Finished comparisons for Google.Cloud.Kms.V1

Finding changes in Google.Cloud.NetworkConnectivity.V1...
Comparing old and new versions (by source)
Diff level: Identical

Comparing with previous NuGet package
Checking compatibility for Google.Cloud.NetworkConnectivity.V1 version 2.14.0
Differences from 2.13.0
Diff level: Identical

Finished comparisons for Google.Cloud.NetworkConnectivity.V1

Finding changes in Google.Cloud.NetworkManagement.V1...
Comparing old and new versions (by source)
Diff level: Identical

Comparing with previous NuGet package
Checking compatibility for Google.Cloud.NetworkManagement.V1 version 2.18.0
Differences from 2.17.0
Minor changes:
Enum 'AbortInfo.Types.Cause' entry 'GkePodUnknownEndpointLocation' added.
Enum 'AbortInfo.Types.Cause' entry 'NoSourceInternetLocation' added.
Enum 'AbortInfo.Types.Cause' entry 'SourceExternalCloudSqlUnsupported' added.
Enum 'AbortInfo.Types.Cause' entry 'NoSourceGcpNetworkLocation' added.
Enum 'AbortInfo.Types.Cause' entry 'NoSourceNonGcpNetworkLocation' added.
Enum 'DeliverInfo.Types.Target' entry 'GkePod' added.
Enum 'DropInfo.Types.Cause' entry 'NoRouteFromInternetToPrivateIpv4Address' added.
Enum 'DropInfo.Types.Cause' entry 'HybridSubnetNoRoute' added.
Enum 'DropInfo.Types.Cause' entry 'GkePodNotRunning' added.
Enum 'DropInfo.Types.Cause' entry 'NoConfiguredPrivateNat64Rule' 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 'SystemNetworkFirewallPolicyRule' added.
Enum 'FirewallInfo.Types.FirewallRuleType' entry 'SystemRegionalNetworkFirewallPolicyRule' 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 'StartFromGkePod' added.
Enum 'Step.Types.State' entry 'SkipGkePodIpMasquerading' added.

Diff level: Minor

Finished comparisons for Google.Cloud.NetworkManagement.V1

@google-cloud-sdk-librarian-dotnet-robot google-cloud-sdk-librarian-dotnet-robot merged commit cef1d57 into main Jan 26, 2026
15 checks passed
@google-cloud-sdk-librarian-dotnet-robot google-cloud-sdk-librarian-dotnet-robot deleted the librarian-release-20260126T140114Z branch January 26, 2026 14:48
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