Skip to content

Commit

Permalink
feat(artifactregistry): update the api
Browse files Browse the repository at this point in the history
#### artifactregistry:v1

The following keys were added:
- schemas.ProjectSettings.properties.pullPercent (Total Keys: 2)

#### artifactregistry:v1beta2

The following keys were added:
- schemas.ProjectSettings.properties.pullPercent (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Jul 25, 2024
1 parent f4f6f4c commit 94b103b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/dyn/artifactregistry_v1.projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ <h3>Method Details</h3>
{ # The Artifact Registry settings that apply to a Project.
&quot;legacyRedirectionState&quot;: &quot;A String&quot;, # The redirection state of the legacy repositories in this project.
&quot;name&quot;: &quot;A String&quot;, # The name of the project&#x27;s settings. Always of the form: projects/{project-id}/projectSettings In update request: never set In response: always set
&quot;pullPercent&quot;: 42, # The percentage of pull traffic to redirect from GCR to AR when using partial redirection.
}</pre>
</div>

Expand All @@ -126,6 +127,7 @@ <h3>Method Details</h3>
{ # The Artifact Registry settings that apply to a Project.
&quot;legacyRedirectionState&quot;: &quot;A String&quot;, # The redirection state of the legacy repositories in this project.
&quot;name&quot;: &quot;A String&quot;, # The name of the project&#x27;s settings. Always of the form: projects/{project-id}/projectSettings In update request: never set In response: always set
&quot;pullPercent&quot;: 42, # The percentage of pull traffic to redirect from GCR to AR when using partial redirection.
}

updateMask: string, Field mask to support partial updates.
Expand All @@ -140,6 +142,7 @@ <h3>Method Details</h3>
{ # The Artifact Registry settings that apply to a Project.
&quot;legacyRedirectionState&quot;: &quot;A String&quot;, # The redirection state of the legacy repositories in this project.
&quot;name&quot;: &quot;A String&quot;, # The name of the project&#x27;s settings. Always of the form: projects/{project-id}/projectSettings In update request: never set In response: always set
&quot;pullPercent&quot;: 42, # The percentage of pull traffic to redirect from GCR to AR when using partial redirection.
}</pre>
</div>

Expand Down
3 changes: 3 additions & 0 deletions docs/dyn/artifactregistry_v1beta2.projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ <h3>Method Details</h3>
{ # The Artifact Registry settings that apply to a Project.
&quot;legacyRedirectionState&quot;: &quot;A String&quot;, # The redirection state of the legacy repositories in this project.
&quot;name&quot;: &quot;A String&quot;, # The name of the project&#x27;s settings. Always of the form: projects/{project-id}/projectSettings In update request: never set In response: always set
&quot;pullPercent&quot;: 42, # The percentage of pull traffic to redirect from GCR to AR when using partial redirection.
}</pre>
</div>

Expand All @@ -126,6 +127,7 @@ <h3>Method Details</h3>
{ # The Artifact Registry settings that apply to a Project.
&quot;legacyRedirectionState&quot;: &quot;A String&quot;, # The redirection state of the legacy repositories in this project.
&quot;name&quot;: &quot;A String&quot;, # The name of the project&#x27;s settings. Always of the form: projects/{project-id}/projectSettings In update request: never set In response: always set
&quot;pullPercent&quot;: 42, # The percentage of pull traffic to redirect from GCR to AR when using partial redirection.
}

updateMask: string, Field mask to support partial updates.
Expand All @@ -140,6 +142,7 @@ <h3>Method Details</h3>
{ # The Artifact Registry settings that apply to a Project.
&quot;legacyRedirectionState&quot;: &quot;A String&quot;, # The redirection state of the legacy repositories in this project.
&quot;name&quot;: &quot;A String&quot;, # The name of the project&#x27;s settings. Always of the form: projects/{project-id}/projectSettings In update request: never set In response: always set
&quot;pullPercent&quot;: 42, # The percentage of pull traffic to redirect from GCR to AR when using partial redirection.
}</pre>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2013,7 +2013,7 @@
}
}
},
"revision": "20240708",
"revision": "20240717",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"AptArtifact": {
Expand Down Expand Up @@ -3351,6 +3351,11 @@ false
"name": {
"description": "The name of the project's settings. Always of the form: projects/{project-id}/projectSettings In update request: never set In response: always set",
"type": "string"
},
"pullPercent": {
"description": "The percentage of pull traffic to redirect from GCR to AR when using partial redirection.",
"format": "int32",
"type": "integer"
}
},
"type": "object"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1414,7 +1414,7 @@
}
}
},
"revision": "20240704",
"revision": "20240717",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"AptArtifact": {
Expand Down Expand Up @@ -2028,6 +2028,11 @@ false
"name": {
"description": "The name of the project's settings. Always of the form: projects/{project-id}/projectSettings In update request: never set In response: always set",
"type": "string"
},
"pullPercent": {
"description": "The percentage of pull traffic to redirect from GCR to AR when using partial redirection.",
"format": "int32",
"type": "integer"
}
},
"type": "object"
Expand Down

0 comments on commit 94b103b

Please sign in to comment.