Skip to content

Commit 94b103b

Browse files
feat(artifactregistry): update the api
#### 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)
1 parent f4f6f4c commit 94b103b

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

docs/dyn/artifactregistry_v1.projects.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ <h3>Method Details</h3>
111111
{ # The Artifact Registry settings that apply to a Project.
112112
&quot;legacyRedirectionState&quot;: &quot;A String&quot;, # The redirection state of the legacy repositories in this project.
113113
&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
114+
&quot;pullPercent&quot;: 42, # The percentage of pull traffic to redirect from GCR to AR when using partial redirection.
114115
}</pre>
115116
</div>
116117

@@ -126,6 +127,7 @@ <h3>Method Details</h3>
126127
{ # The Artifact Registry settings that apply to a Project.
127128
&quot;legacyRedirectionState&quot;: &quot;A String&quot;, # The redirection state of the legacy repositories in this project.
128129
&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
130+
&quot;pullPercent&quot;: 42, # The percentage of pull traffic to redirect from GCR to AR when using partial redirection.
129131
}
130132

131133
updateMask: string, Field mask to support partial updates.
@@ -140,6 +142,7 @@ <h3>Method Details</h3>
140142
{ # The Artifact Registry settings that apply to a Project.
141143
&quot;legacyRedirectionState&quot;: &quot;A String&quot;, # The redirection state of the legacy repositories in this project.
142144
&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
145+
&quot;pullPercent&quot;: 42, # The percentage of pull traffic to redirect from GCR to AR when using partial redirection.
143146
}</pre>
144147
</div>
145148

docs/dyn/artifactregistry_v1beta2.projects.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ <h3>Method Details</h3>
111111
{ # The Artifact Registry settings that apply to a Project.
112112
&quot;legacyRedirectionState&quot;: &quot;A String&quot;, # The redirection state of the legacy repositories in this project.
113113
&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
114+
&quot;pullPercent&quot;: 42, # The percentage of pull traffic to redirect from GCR to AR when using partial redirection.
114115
}</pre>
115116
</div>
116117

@@ -126,6 +127,7 @@ <h3>Method Details</h3>
126127
{ # The Artifact Registry settings that apply to a Project.
127128
&quot;legacyRedirectionState&quot;: &quot;A String&quot;, # The redirection state of the legacy repositories in this project.
128129
&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
130+
&quot;pullPercent&quot;: 42, # The percentage of pull traffic to redirect from GCR to AR when using partial redirection.
129131
}
130132

131133
updateMask: string, Field mask to support partial updates.
@@ -140,6 +142,7 @@ <h3>Method Details</h3>
140142
{ # The Artifact Registry settings that apply to a Project.
141143
&quot;legacyRedirectionState&quot;: &quot;A String&quot;, # The redirection state of the legacy repositories in this project.
142144
&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
145+
&quot;pullPercent&quot;: 42, # The percentage of pull traffic to redirect from GCR to AR when using partial redirection.
143146
}</pre>
144147
</div>
145148

googleapiclient/discovery_cache/documents/artifactregistry.v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2013,7 +2013,7 @@
20132013
}
20142014
}
20152015
},
2016-
"revision": "20240708",
2016+
"revision": "20240717",
20172017
"rootUrl": "https://artifactregistry.googleapis.com/",
20182018
"schemas": {
20192019
"AptArtifact": {
@@ -3351,6 +3351,11 @@ false
33513351
"name": {
33523352
"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",
33533353
"type": "string"
3354+
},
3355+
"pullPercent": {
3356+
"description": "The percentage of pull traffic to redirect from GCR to AR when using partial redirection.",
3357+
"format": "int32",
3358+
"type": "integer"
33543359
}
33553360
},
33563361
"type": "object"

googleapiclient/discovery_cache/documents/artifactregistry.v1beta2.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@
14141414
}
14151415
}
14161416
},
1417-
"revision": "20240704",
1417+
"revision": "20240717",
14181418
"rootUrl": "https://artifactregistry.googleapis.com/",
14191419
"schemas": {
14201420
"AptArtifact": {
@@ -2028,6 +2028,11 @@ false
20282028
"name": {
20292029
"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",
20302030
"type": "string"
2031+
},
2032+
"pullPercent": {
2033+
"description": "The percentage of pull traffic to redirect from GCR to AR when using partial redirection.",
2034+
"format": "int32",
2035+
"type": "integer"
20312036
}
20322037
},
20332038
"type": "object"

0 commit comments

Comments
 (0)