Reference documentation and code samples for the Secret Manager V1 API class Google::Cloud::SecretManager::V1::GetSecretVersionRequest.
Request message for SecretManagerService.GetSecretVersion.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
-
(::String) — Required. The resource name of the
SecretVersion in the format
projects/*/secrets/*/versions/*
orprojects/*/locations/*/secrets/*/versions/*
.projects/*/secrets/*/versions/latest
orprojects/*/locations/*/secrets/*/versions/latest
is an alias to the most recently created SecretVersion.
#name=
def name=(value) -> ::String
-
value (::String) — Required. The resource name of the
SecretVersion in the format
projects/*/secrets/*/versions/*
orprojects/*/locations/*/secrets/*/versions/*
.projects/*/secrets/*/versions/latest
orprojects/*/locations/*/secrets/*/versions/latest
is an alias to the most recently created SecretVersion.
-
(::String) — Required. The resource name of the
SecretVersion in the format
projects/*/secrets/*/versions/*
orprojects/*/locations/*/secrets/*/versions/*
.projects/*/secrets/*/versions/latest
orprojects/*/locations/*/secrets/*/versions/latest
is an alias to the most recently created SecretVersion.