type google.golang.org/genproto/googleapis/cloud/secretmanager/v1.Replication

14 uses

	google.golang.org/genproto/googleapis/cloud/secretmanager/v1 (current package)
		resources.pb.go#L120: 	Replication *Replication `protobuf:"bytes,2,opt,name=replication,proto3" json:"replication,omitempty"`
		resources.pb.go#L176: func (x *Secret) GetReplication() *Replication {
		resources.pb.go#L289: type Replication struct {
		resources.pb.go#L302: func (x *Replication) Reset() {
		resources.pb.go#L303: 	*x = Replication{}
		resources.pb.go#L311: func (x *Replication) String() string {
		resources.pb.go#L315: func (*Replication) ProtoMessage() {}
		resources.pb.go#L317: func (x *Replication) ProtoReflect() protoreflect.Message {
		resources.pb.go#L330: func (*Replication) Descriptor() ([]byte, []int) {
		resources.pb.go#L334: func (m *Replication) GetReplication() isReplication_Replication {
		resources.pb.go#L341: func (x *Replication) GetAutomatic() *Replication_Automatic {
		resources.pb.go#L348: func (x *Replication) GetUserManaged() *Replication_UserManaged {
		resources.pb.go#L1172: 	(*Replication)(nil),                                       // 3: google.cloud.secretmanager.v1.Replication
		resources.pb.go#L1242: 			switch v := v.(*Replication); i {