Reference documentation and code samples for the Artifact Registry V1 API class Google::Cloud::ArtifactRegistry::V1::UpstreamPolicy.
Artifact policy configuration for the repository contents.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#id
def id() -> ::String
Returns
- (::String) — The user-provided ID of the upstream policy.
#id=
def id=(value) -> ::String
Parameter
- value (::String) — The user-provided ID of the upstream policy.
Returns
- (::String) — The user-provided ID of the upstream policy.
#priority
def priority() -> ::Integer
Returns
- (::Integer) — Entries with a greater priority value take precedence in the pull order.
#priority=
def priority=(value) -> ::Integer
Parameter
- value (::Integer) — Entries with a greater priority value take precedence in the pull order.
Returns
- (::Integer) — Entries with a greater priority value take precedence in the pull order.
#repository
def repository() -> ::String
Returns
-
(::String) — A reference to the repository resource, for example:
projects/p1/locations/us-central1/repositories/repo1
.
#repository=
def repository=(value) -> ::String
Parameter
-
value (::String) — A reference to the repository resource, for example:
projects/p1/locations/us-central1/repositories/repo1
.
Returns
-
(::String) — A reference to the repository resource, for example:
projects/p1/locations/us-central1/repositories/repo1
.