Changes

1.18.0 (2026-07-13)

Features

1.17.0 (2026-05-07)

1.16.0 (2026-04-30)

1.15.0 (2026-04-13)

1.14.0 (2026-04-09)

1.13.0 (2026-04-02)

1.12.0 (2026-01-15)

Features

  • Update NetApp v1 API with Host Groups, Block Volumes, Cache Volumes, and Backup Restore This CL introduces several new features and enhancements to the NetApp API: - Host Groups: Added a new HostGroup resource to manage collections of hosts for Block Volume access. Includes full CRUD operations. - Block Volumes: Enhanced the Volume resource to support ISCSI protocol and BlockDevice configurations. - Cache Volumes: Added CacheParameters to the Volume resource to support FlexCache volumes. - Backup Restore: Introduced a new RestoreBackupFiles RPC to restore individual files from a backup. - CMEK for Backup Vaults: Added fields to BackupVault to support Customer Managed Encryption Keys (CMEK). - Storage Pool Type: Added a type field to StoragePool to specify support for FILE, UNIFIED, or UNIFIED_LARGE_CAPACITY volumes. - Location Metadata: Added has_ontap_proxy flag. - Updated copyright year to 2026. (80379ed)

1.11.0 (2025-12-04)

Features

  • Add Squash Mode to Export Policy This change introduces squash mode options to the export policy rules. Squash mode determines how user and group IDs are mapped for NFS volume access. The following squash modes are added: * NO_ROOT_SQUASH Root user retains full access. * ROOT_SQUASH Root user is mapped to the anonymous user ID. * ALL_SQUASH All users are mapped to the anonymous user ID. A new field anon_uid is also added to specify the anonymous user ID when ALL_SQUASH is used. The squash_mode field takes precedence over the existing has_root_access field, which will be deprecated in the future. (185951b)

1.10.1 (2025-09-18)

Bug Fixes

  • netapp: Upgrade gRPC service registration func (a10ecc9)

1.10.0 (2025-09-04)

Features

  • netapp: Add fields for hybrid replication (10e67ef)
  • netapp: Add fields for manual qos (10e67ef)
  • netapp: Add new fields for flex auto tiering (#12798) (10e67ef)

Documentation

  • netapp: A comment for field cold_tier_size_gib in message .google.cloud.netapp.v1.Volume is changed (10e67ef)
  • netapp: Field command_expiry_time in message .google.cloud.netapp.v1.HybridPeeringDetails is changed (10e67ef)
  • netapp: Field command in message .google.cloud.netapp.v1.HybridPeeringDetails is changed (10e67ef)
  • netapp: Field daily_backup_immutable in message .google.cloud.netapp.v1.BackupVault is changed (10e67ef)
  • netapp: Field manual_backup_immutable in message .google.cloud.netapp.v1.BackupVault is changed (10e67ef)
  • netapp: Field monthly_backup_immutable in message .google.cloud.netapp.v1.BackupVault is changed (10e67ef)
  • netapp: Field passphrase in message .google.cloud.netapp.v1.HybridPeeringDetails is changed (10e67ef)
  • netapp: Field peer_cluster_name in message .google.cloud.netapp.v1.HybridPeeringDetails is changed (10e67ef)
  • netapp: Field peer_svm_name in message .google.cloud.netapp.v1.HybridPeeringDetails is changed (10e67ef)
  • netapp: Field peer_volume_name in message .google.cloud.netapp.v1.HybridPeeringDetails is changed (10e67ef)
  • netapp: Field subnet_ip in message .google.cloud.netapp.v1.HybridPeeringDetails is changed (10e67ef)
  • netapp: Field total_iops in message .google.cloud.netapp.v1.StoragePool is added (10e67ef)
  • netapp: Field total_throughput_mibps in message .google.cloud.netapp.v1.StoragePool is added (10e67ef)
  • netapp: Field weekly_backup_immutable in message .google.cloud.netapp.v1.BackupVault is changed (10e67ef)

1.9.0 (2025-05-21)

Features

  • netapp: A new field ‘enforced_retention_end_time’ in message ‘google.cloud.netapp.v1.Backup’ is added (2a9d8ee)
  • netapp: A new message ‘google.cloud.netapp.v1.BackupRetentionPolicy’ is added in ‘google.cloud.netapp.v1.BackupVault’ (2a9d8ee)
  • netapp: New fields ‘custom_performance_enabled’, ‘total_throughput_mibps’, ‘total_iops’ in message ‘google.cloud.netapp.v1.StoragePool’ are added (2a9d8ee)

Documentation

  • netapp: A comment for field transfer_bytes in message .google.cloud.netapp.v1.TransferStats is changed (2a9d8ee)

1.8.0 (2025-04-30)

Features

  • netapp: Add source_region, backup_region, source_backup_vault, destination_backup_vault, backupVault_type (of new enum type BackupVaultType) to BackupVault message (4c53c42)
  • netapp: Add volume_region and backup_region to backup Backup message (4c53c42)

1.7.3 (2025-04-22)

Documentation

  • netapp: A comment for field cooling_threshold_days in message .google.cloud.netapp.v1.TieringPolicy is changed (fe831f9)

1.7.2 (2025-04-15)

Bug Fixes

  • netapp: Update google.golang.org/api to 0.229.0 (3319672)

1.7.1 (2025-03-13)

Bug Fixes

  • netapp: Update golang.org/x/net to 0.37.0 (1144978)

1.7.0 (2025-02-05)

Features

  • netapp: Add ipAddress field to MountOption (59fe58a)
  • netapp: Add support for Quota Rule apis (59fe58a)

1.6.0 (2025-01-08)

Features

  • netapp: Add ValidateDirectoryService API for testing AD connection of a storage pool (2e4feb9)

Documentation

  • netapp: Removed the format for replication in message google.cloud.netapp.v1.HybridReplicationParameters (2e4feb9)

1.5.1 (2025-01-02)

Bug Fixes

  • netapp: Update golang.org/x/net to v0.33.0 (e9b0b69)

1.5.0 (2024-12-04)

Features

  • netapp: Add EstablishPeering API for Onprem Migration (bf3fe5b)
  • netapp: Add new Active Directory state for AD Diagnostics support (bf3fe5b)
  • netapp: Add Sync API for Replications (bf3fe5b)
  • netapp: Enable creation of Onprem Migration in CreateVolume (bf3fe5b)
  • netapp: Enable creation of Onprem Migration in CreateVolume (#11172) (bf3fe5b)

Documentation

  • netapp: Docs now do not allow underscore in IDs of various Resources (bf3fe5b)

1.4.1 (2024-10-23)

Bug Fixes

  • netapp: Update google.golang.org/api to v0.203.0 (8bb87d5)
  • netapp: WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. (8bb87d5)

1.4.0 (2024-09-19)

Features

  • netapp: A new field ‘allow_auto_tiering’ in message ‘google.cloud.netapp.v1.StoragePool’ is added (37866ce)
  • netapp: A new field ‘cold_tier_size_gib’ in message ‘google.cloud.netapp.v1.Volume’ is added (37866ce)
  • netapp: A new message ‘google.cloud.netapp.v1.SwitchActiveReplicaZoneRequest’ is added (37866ce)
  • netapp: A new rpc ‘SwitchActiveReplicaZone’ is added to service ‘google.cloud.netapp.v1.NetApp’ (37866ce)

1.3.1 (2024-09-12)

Bug Fixes

  • netapp: Bump dependencies (2ddeb15)

1.3.0 (2024-08-20)

Features

  • netapp: Add support for Go 1.23 iterators (84461c0)

1.2.1 (2024-08-08)

Bug Fixes

  • netapp: Update google.golang.org/api to v0.191.0 (5b32644)

1.2.0 (2024-08-01)

Features

  • netapp: A new field administrators is added to message .google.cloud.netapp.v1.ActiveDirectory (97fa560)
  • netapp: A new field large_capacity is added to message .google.cloud.netapp.v1.Volume (97fa560)
  • netapp: A new field multiple_endpoints is added to message .google.cloud.netapp.v1.Volume (97fa560)
  • netapp: A new field replica_zone is added to message .google.cloud.netapp.v1.StoragePool (97fa560)
  • netapp: A new field replica_zone is added to message .google.cloud.netapp.v1.Volume (97fa560)
  • netapp: A new field zone is added to message .google.cloud.netapp.v1.StoragePool (97fa560)
  • netapp: A new field zone is added to message .google.cloud.netapp.v1.Volume (97fa560)

Documentation

  • netapp: A comment for enum value TRANSFERRING in enum MirrorState is changed (97fa560)
  • netapp: A comment for field active_directory_id in message .google.cloud.netapp.v1.CreateActiveDirectoryRequest is changed (97fa560)
  • netapp: A comment for field backup_id in message .google.cloud.netapp.v1.CreateBackupRequest is changed (97fa560)
  • netapp: A comment for field backup_policy_id in message .google.cloud.netapp.v1.CreateBackupPolicyRequest is changed (97fa560)
  • netapp: A comment for field backup_vault_id in message .google.cloud.netapp.v1.CreateBackupVaultRequest is changed (97fa560)
  • netapp: A comment for field kms_config_id in message .google.cloud.netapp.v1.CreateKmsConfigRequest is changed (97fa560)
  • netapp: A comment for field replication_id in message .google.cloud.netapp.v1.CreateReplicationRequest is changed (97fa560)
  • netapp: A comment for field snapshot_id in message .google.cloud.netapp.v1.CreateSnapshotRequest is changed (97fa560)
  • netapp: A comment for field storage_pool_id in message .google.cloud.netapp.v1.CreateStoragePoolRequest is changed (97fa560)
  • netapp: A comment for field total_transfer_duration in message .google.cloud.netapp.v1.TransferStats is changed (97fa560)
  • netapp: A comment for field transfer_bytes in message .google.cloud.netapp.v1.TransferStats is changed (97fa560)
  • netapp: A comment for field volume_id in message .google.cloud.netapp.v1.CreateVolumeRequest is changed (97fa560)

1.1.4 (2024-07-24)

Bug Fixes

  • netapp: Update dependencies (257c40b)

1.1.3 (2024-07-10)

Bug Fixes

1.1.2 (2024-07-01)

Bug Fixes

1.1.1 (2024-06-26)

Bug Fixes

  • netapp: Enable new auth lib (b95805f)

1.1.0 (2024-05-22)

Features

  • netapp: Add a new Service Level FLEX (5238dbc)
  • netapp: Add backup chain bytes to BackupConfig in Volume (5238dbc)
  • netapp: Add Location metadata support (5238dbc)
  • netapp: Add Tiering Policy to Volume (5238dbc)

1.0.0 (2024-05-16)

Features

  • netapp: Promote client to GA (652ba8f)

Miscellaneous Chores

0.2.8 (2024-05-01)

Bug Fixes

  • netapp: Bump x/net to v0.24.0 (ba31ed5)

0.2.7 (2024-03-25)

Documentation

  • netapp: Rephrase comment on psa_range (1ef5b19)

0.2.6 (2024-03-14)

Bug Fixes

  • netapp: Update protobuf dep to v1.33.0 (30b038d)

0.2.5 (2024-03-07)

Documentation

  • netapp: Mark optional fields explicitly in Storage Pool (#9513) (a74cbbe)

0.2.4 (2024-01-30)

Bug Fixes

  • netapp: Enable universe domain resolution options (fd1d569)

0.2.3 (2023-11-01)

Bug Fixes

  • netapp: Bump google.golang.org/api to v0.149.0 (8d2ab9f)

0.2.2 (2023-10-26)

Bug Fixes

  • netapp: Update grpc-go to v1.59.0 (81a97b0)

0.2.1 (2023-10-12)

Bug Fixes

  • netapp: Update golang.org/x/net to v0.17.0 (174da47)

0.2.0 (2023-08-08)

Features

0.1.0 (2023-07-31)

Features

Changes