Class: Google::Cloud::ArtifactRegistry::V1::VirtualRepositoryConfig
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::VirtualRepositoryConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/repository.rb
Overview
Virtual repository configuration.
Instance Attribute Summary collapse
-
#upstream_policies ⇒ ::Array<::Google::Cloud::ArtifactRegistry::V1::UpstreamPolicy>
Policies that configure the upstream artifacts distributed by the Virtual Repository.
Instance Attribute Details
#upstream_policies ⇒ ::Array<::Google::Cloud::ArtifactRegistry::V1::UpstreamPolicy>
Returns Policies that configure the upstream artifacts distributed by the Virtual Repository. Upstream policies cannot be set on a standard repository.
130 131 132 133 |
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 130 class VirtualRepositoryConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |