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
- (::Google::Cloud::ArtifactRegistry::V1::CleanupPolicy::Action) — Policy action.
#action=
def action=(value) -> ::Google::Cloud::ArtifactRegistry::V1::CleanupPolicy::Action
- value (::Google::Cloud::ArtifactRegistry::V1::CleanupPolicy::Action) — Policy action.
- (::Google::Cloud::ArtifactRegistry::V1::CleanupPolicy::Action) — Policy action.
#condition
def condition() -> ::Google::Cloud::ArtifactRegistry::V1::CleanupPolicyCondition
-
(::Google::Cloud::ArtifactRegistry::V1::CleanupPolicyCondition) — Policy condition for matching versions.
Note: The following fields are mutually exclusive:
condition
,most_recent_versions
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#condition=
def condition=(value) -> ::Google::Cloud::ArtifactRegistry::V1::CleanupPolicyCondition
-
value (::Google::Cloud::ArtifactRegistry::V1::CleanupPolicyCondition) — Policy condition for matching versions.
Note: The following fields are mutually exclusive:
condition
,most_recent_versions
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::ArtifactRegistry::V1::CleanupPolicyCondition) — Policy condition for matching versions.
Note: The following fields are mutually exclusive:
condition
,most_recent_versions
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#id
def id() -> ::String
- (::String) — The user-provided ID of the cleanup policy.
#id=
def id=(value) -> ::String
- value (::String) — The user-provided ID of the cleanup policy.
- (::String) — The user-provided ID of the cleanup policy.
#most_recent_versions
def most_recent_versions() -> ::Google::Cloud::ArtifactRegistry::V1::CleanupPolicyMostRecentVersions
-
(::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
-
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.
-
(::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.