Reference documentation and code samples for the Artifact Registry V1 API class Google::Cloud::ArtifactRegistry::V1::CleanupPolicy.
Artifact policy configuration for repository cleanup policies.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#action
def action() -> ::Google::Cloud::ArtifactRegistry::V1::CleanupPolicy::Action
Returns
- (::Google::Cloud::ArtifactRegistry::V1::CleanupPolicy::Action) — Policy action.
#action=
def action=(value) -> ::Google::Cloud::ArtifactRegistry::V1::CleanupPolicy::Action
Parameter
- value (::Google::Cloud::ArtifactRegistry::V1::CleanupPolicy::Action) — Policy action.
Returns
- (::Google::Cloud::ArtifactRegistry::V1::CleanupPolicy::Action) — Policy action.
#condition
def condition() -> ::Google::Cloud::ArtifactRegistry::V1::CleanupPolicyCondition
Returns
- (::Google::Cloud::ArtifactRegistry::V1::CleanupPolicyCondition) — Policy condition for matching versions.
#condition=
def condition=(value) -> ::Google::Cloud::ArtifactRegistry::V1::CleanupPolicyCondition
Parameter
- value (::Google::Cloud::ArtifactRegistry::V1::CleanupPolicyCondition) — Policy condition for matching versions.
Returns
- (::Google::Cloud::ArtifactRegistry::V1::CleanupPolicyCondition) — Policy condition for matching versions.
#id
def id() -> ::String
Returns
- (::String) — The user-provided ID of the cleanup policy.
#id=
def id=(value) -> ::String
Parameter
- value (::String) — The user-provided ID of the cleanup policy.
Returns
- (::String) — The user-provided ID of the cleanup policy.
#most_recent_versions
def most_recent_versions() -> ::Google::Cloud::ArtifactRegistry::V1::CleanupPolicyMostRecentVersions
Returns
- (::Google::Cloud::ArtifactRegistry::V1::CleanupPolicyMostRecentVersions) — Policy condition for retaining a minimum number of versions. May only be specified with a Keep action.
#most_recent_versions=
def most_recent_versions=(value) -> ::Google::Cloud::ArtifactRegistry::V1::CleanupPolicyMostRecentVersions
Parameter
- value (::Google::Cloud::ArtifactRegistry::V1::CleanupPolicyMostRecentVersions) — Policy condition for retaining a minimum number of versions. May only be specified with a Keep action.
Returns
- (::Google::Cloud::ArtifactRegistry::V1::CleanupPolicyMostRecentVersions) — Policy condition for retaining a minimum number of versions. May only be specified with a Keep action.