public sealed class Replica : IMessage<Replication.Types.UserManaged.Types.Replica>, IEquatable<Replication.Types.UserManaged.Types.Replica>, IDeepCloneable<Replication.Types.UserManaged.Types.Replica>, IBufferMessage, IMessage
Represents a Replica for this [Secret][google.cloud.secrets.v1beta1.Secret].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This document describes the `Replica` class within the `Google.Cloud.SecretManager.V1Beta1` namespace, which represents a replica for a Secret."],["The `Replica` class is sealed and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor (`Replica()`) and one that accepts another `Replica` object as a parameter (`Replica(Replication.Types.UserManaged.Types.Replica other)`)."],["It contains a `Location` property, which is a string representing the canonical ID of the location for data replication, such as `\"us-east1\"`."],["This page pertains to version `2.0.0-beta05`, but also includes documentation links to `3.0.0-beta05 (latest)` and `3.0.0-beta04`."]]],[]]