Class Google::Cloud::SecretManager::V1::GetSecretVersionRequest (v0.11.3)

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Required. The resource name of the SecretVersion in the format projects/*/secrets/*/versions/*.

    projects/*/secrets/*/versions/latest is an alias to the most recently created SecretVersion.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the SecretVersion in the format projects/*/secrets/*/versions/*.

    projects/*/secrets/*/versions/latest is an alias to the most recently created SecretVersion.

Returns
  • (::String) — Required. The resource name of the SecretVersion in the format projects/*/secrets/*/versions/*.

    projects/*/secrets/*/versions/latest is an alias to the most recently created SecretVersion.