Artifact Registry V1 API - Class Google::Cloud::ArtifactRegistry::V1::CleanupPolicy (v1.3.0)

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

#action=

def action=(value) -> ::Google::Cloud::ArtifactRegistry::V1::CleanupPolicy::Action

#condition

def condition() -> ::Google::Cloud::ArtifactRegistry::V1::CleanupPolicyCondition
Returns

#condition=

def condition=(value) -> ::Google::Cloud::ArtifactRegistry::V1::CleanupPolicyCondition
Parameter
Returns

#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.

    Note: The following fields are mutually exclusive: most_recent_versions, condition. If a field in that set is populated, all other fields in the set will automatically be cleared.

#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.

    Note: The following fields are mutually exclusive: most_recent_versions, condition. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::ArtifactRegistry::V1::CleanupPolicyMostRecentVersions) — Policy condition for retaining a minimum number of versions. May only be specified with a Keep action.

    Note: The following fields are mutually exclusive: most_recent_versions, condition. If a field in that set is populated, all other fields in the set will automatically be cleared.