Class: Google::Cloud::ArtifactRegistry::V1::UpstreamPolicy

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#id::String

Returns The user-provided ID of the upstream policy.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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