UpstreamPolicyResponse

data class UpstreamPolicyResponse(val priority: Int, val repository: String)

Artifact policy configuration for the repository contents.

Constructors

Link copied to clipboard
fun UpstreamPolicyResponse(priority: Int, repository: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Entries with a greater priority value take precedence in the pull order.

Link copied to clipboard

A reference to the repository resource, for example: "projects/p1/locations/us-central1/repositories/repo1".