Skip to content

Commit

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

The following keys were added:
- schemas.Repository.properties.satisfiesPzs (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Nov 1, 2022
1 parent 13d4ac6 commit fe3896b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Expand Up @@ -138,6 +138,7 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # The name of the repository, for example: &quot;projects/p1/locations/us-central1/repositories/repo1&quot;.
&quot;satisfiesPzs&quot;: True or False, # Output only. If set, the repository satisfies physical zone separation.
&quot;sizeBytes&quot;: &quot;A String&quot;, # Output only. The size, in bytes, of all artifact storage in this repository. Repositories that are generally available or in public preview use this to calculate storage costs.
&quot;updateTime&quot;: &quot;A String&quot;, # The time when the repository was last updated.
}
Expand Down Expand Up @@ -230,6 +231,7 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # The name of the repository, for example: &quot;projects/p1/locations/us-central1/repositories/repo1&quot;.
&quot;satisfiesPzs&quot;: True or False, # Output only. If set, the repository satisfies physical zone separation.
&quot;sizeBytes&quot;: &quot;A String&quot;, # Output only. The size, in bytes, of all artifact storage in this repository. Repositories that are generally available or in public preview use this to calculate storage costs.
&quot;updateTime&quot;: &quot;A String&quot;, # The time when the repository was last updated.
}</pre>
Expand Down Expand Up @@ -298,6 +300,7 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # The name of the repository, for example: &quot;projects/p1/locations/us-central1/repositories/repo1&quot;.
&quot;satisfiesPzs&quot;: True or False, # Output only. If set, the repository satisfies physical zone separation.
&quot;sizeBytes&quot;: &quot;A String&quot;, # Output only. The size, in bytes, of all artifact storage in this repository. Repositories that are generally available or in public preview use this to calculate storage costs.
&quot;updateTime&quot;: &quot;A String&quot;, # The time when the repository was last updated.
},
Expand Down Expand Up @@ -337,6 +340,7 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # The name of the repository, for example: &quot;projects/p1/locations/us-central1/repositories/repo1&quot;.
&quot;satisfiesPzs&quot;: True or False, # Output only. If set, the repository satisfies physical zone separation.
&quot;sizeBytes&quot;: &quot;A String&quot;, # Output only. The size, in bytes, of all artifact storage in this repository. Repositories that are generally available or in public preview use this to calculate storage costs.
&quot;updateTime&quot;: &quot;A String&quot;, # The time when the repository was last updated.
}
Expand All @@ -359,6 +363,7 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # The name of the repository, for example: &quot;projects/p1/locations/us-central1/repositories/repo1&quot;.
&quot;satisfiesPzs&quot;: True or False, # Output only. If set, the repository satisfies physical zone separation.
&quot;sizeBytes&quot;: &quot;A String&quot;, # Output only. The size, in bytes, of all artifact storage in this repository. Repositories that are generally available or in public preview use this to calculate storage costs.
&quot;updateTime&quot;: &quot;A String&quot;, # The time when the repository was last updated.
}</pre>
Expand Down
Expand Up @@ -929,7 +929,7 @@
}
}
},
"revision": "20221014",
"revision": "20221022",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"Binding": {
Expand Down Expand Up @@ -1322,6 +1322,11 @@
"description": "The name of the repository, for example: \"projects/p1/locations/us-central1/repositories/repo1\".",
"type": "string"
},
"satisfiesPzs": {
"description": "Output only. If set, the repository satisfies physical zone separation.",
"readOnly": true,
"type": "boolean"
},
"sizeBytes": {
"description": "Output only. The size, in bytes, of all artifact storage in this repository. Repositories that are generally available or in public preview use this to calculate storage costs.",
"format": "int64",
Expand Down

0 comments on commit fe3896b

Please sign in to comment.