proto_docs/google/devtools/artifactregistry/v1/settings.rb in google-cloud-artifact_registry-v1-1.0.1 vs proto_docs/google/devtools/artifactregistry/v1/settings.rb in google-cloud-artifact_registry-v1-1.1.0

- old
+ new

@@ -32,10 +32,14 @@ # In update request: never set # In response: always set # @!attribute [rw] legacy_redirection_state # @return [::Google::Cloud::ArtifactRegistry::V1::ProjectSettings::RedirectionState] # The redirection state of the legacy repositories in this project. + # @!attribute [rw] pull_percent + # @return [::Integer] + # The percentage of pull traffic to redirect from GCR to AR when using + # partial redirection. class ProjectSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible redirection states for legacy repositories. @@ -49,9 +53,15 @@ # Redirection is enabled. REDIRECTION_FROM_GCR_IO_ENABLED = 2 # Redirection is enabled, and has been finalized so cannot be reverted. REDIRECTION_FROM_GCR_IO_FINALIZED = 3 + + # Redirection is enabled and missing images are copied from GCR + REDIRECTION_FROM_GCR_IO_ENABLED_AND_COPYING = 5 + + # Redirection is partially enabled and missing images are copied from GCR + REDIRECTION_FROM_GCR_IO_PARTIAL_AND_COPYING = 6 end end # Gets the redirection status for a project. # @!attribute [rw] name