[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eReplication\u003c/code\u003e class within the Google Cloud Secret Manager v1beta1 API, specifically for .NET development.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReplication\u003c/code\u003e class defines the policy for data replication in Secret Manager, allowing for either automatic replication or user-managed replication with specified locations.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eReplication\u003c/code\u003e implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, offering methods and properties for manipulating and managing replication settings.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReplication\u003c/code\u003e class includes two constructors: one default and another that accepts a \u003ccode\u003eReplication\u003c/code\u003e object to create a copy.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two properties to manage the type of Replication: \u003ccode\u003eAutomatic\u003c/code\u003e, which allows for automatic replication, and \u003ccode\u003eUserManaged\u003c/code\u003e, where the user can specify the desired locations.\u003c/p\u003e\n"]]],[],null,["# Secret Manager v1beta1 API - Class Replication (3.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [3.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.SecretManager.V1Beta1/latest/Google.Cloud.SecretManager.V1Beta1.Replication)\n- [3.0.0-beta05](/dotnet/docs/reference/Google.Cloud.SecretManager.V1Beta1/3.0.0-beta05/Google.Cloud.SecretManager.V1Beta1.Replication)\n- [2.0.0-beta05](/dotnet/docs/reference/Google.Cloud.SecretManager.V1Beta1/2.0.0-beta05/Google.Cloud.SecretManager.V1Beta1.Replication) \n\n public sealed class Replication : IMessage\u003cReplication\u003e, IEquatable\u003cReplication\u003e, IDeepCloneable\u003cReplication\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Secret Manager v1beta1 API class Replication.\n\nA policy that defines the replication configuration of data. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Replication \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Replication](/dotnet/docs/reference/Google.Cloud.SecretManager.V1Beta1/latest/Google.Cloud.SecretManager.V1Beta1.Replication), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Replication](/dotnet/docs/reference/Google.Cloud.SecretManager.V1Beta1/latest/Google.Cloud.SecretManager.V1Beta1.Replication), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Replication](/dotnet/docs/reference/Google.Cloud.SecretManager.V1Beta1/latest/Google.Cloud.SecretManager.V1Beta1.Replication), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.SecretManager.V1Beta1](/dotnet/docs/reference/Google.Cloud.SecretManager.V1Beta1/latest/Google.Cloud.SecretManager.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.SecretManager.V1Beta1.dll\n\nConstructors\n------------\n\n### Replication()\n\n public Replication()\n\n### Replication(Replication)\n\n public Replication(Replication other)\n\nProperties\n----------\n\n### Automatic\n\n public Replication.Types.Automatic Automatic { get; set; }\n\nThe \\[Secret\\]\\[google.cloud.secrets.v1beta1.Secret\\] will automatically be\nreplicated without any restrictions.\n\n### ReplicationCase\n\n public Replication.ReplicationOneofCase ReplicationCase { get; }\n\n### UserManaged\n\n public Replication.Types.UserManaged UserManaged { get; set; }\n\nThe \\[Secret\\]\\[google.cloud.secrets.v1beta1.Secret\\] will only be replicated\ninto the locations specified."]]