Class: Google::Cloud::ArtifactRegistry::V1::UpstreamPolicy
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::UpstreamPolicy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/repository.rb
Overview
Artifact policy configuration for the repository contents.
Instance Attribute Summary collapse
-
#id ⇒ ::String
The user-provided ID of the upstream policy.
-
#priority ⇒ ::Integer
Entries with a greater priority value take precedence in the pull order.
-
#repository ⇒ ::String
A reference to the repository resource, for example:
projects/p1/locations/us-central1/repositories/repo1
.
Instance Attribute Details
#id ⇒ ::String
Returns The user-provided ID of the upstream policy.
35 36 37 38 |
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 35 class UpstreamPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#priority ⇒ ::Integer
Returns Entries with a greater priority value take precedence in the pull order.
35 36 37 38 |
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 35 class UpstreamPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#repository ⇒ ::String
Returns A reference to the repository resource, for example:
projects/p1/locations/us-central1/repositories/repo1
.
35 36 37 38 |
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 35 class UpstreamPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |