Skip to content

Commit 3e0df92

Browse files
feat(artifactregistry): update the api
#### artifactregistry:v1 The following keys were added: - schemas.GoogleDevtoolsArtifactregistryV1File.properties.createTime.readOnly (Total Keys: 1) - schemas.GoogleDevtoolsArtifactregistryV1File.properties.updateTime.readOnly (Total Keys: 1) #### artifactregistry:v1beta1 The following keys were added: - schemas.File.properties.createTime.readOnly (Total Keys: 1) - schemas.File.properties.updateTime.readOnly (Total Keys: 1) #### artifactregistry:v1beta2 The following keys were added: - schemas.GoogleDevtoolsArtifactregistryV1beta2File.properties.createTime.readOnly (Total Keys: 1) - schemas.GoogleDevtoolsArtifactregistryV1beta2File.properties.updateTime.readOnly (Total Keys: 1)
1 parent 1d78ce7 commit 3e0df92

7 files changed

+45
-39
lines changed

docs/dyn/artifactregistry_v1.projects.locations.repositories.files.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h3>Method Details</h3>
9797
<pre>Gets a file.
9898

9999
Args:
100-
name: string, The name of the file to retrieve. (required)
100+
name: string, Required. The name of the file to retrieve. (required)
101101
x__xgafv: string, V1 error format.
102102
Allowed values
103103
1 - v1 error format
@@ -107,7 +107,7 @@ <h3>Method Details</h3>
107107
An object of the form:
108108

109109
{ # Files store content that is potentially associated with Packages or Versions.
110-
&quot;createTime&quot;: &quot;A String&quot;, # The time when the File was created.
110+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the File was created.
111111
&quot;fetchTime&quot;: &quot;A String&quot;, # Output only. The time when the last attempt to refresh the file&#x27;s data was made. Only set when the repository is remote.
112112
&quot;hashes&quot;: [ # The hashes of the file content.
113113
{ # A hash of file content.
@@ -118,7 +118,7 @@ <h3>Method Details</h3>
118118
&quot;name&quot;: &quot;A String&quot;, # The name of the file, for example: &quot;projects/p1/locations/us-central1/repositories/repo1/files/a%2Fb%2Fc.txt&quot;. If the file ID part contains slashes, they are escaped.
119119
&quot;owner&quot;: &quot;A String&quot;, # The name of the Package or Version that owns this file, if any.
120120
&quot;sizeBytes&quot;: &quot;A String&quot;, # The size of the File in bytes.
121-
&quot;updateTime&quot;: &quot;A String&quot;, # The time when the File was last updated.
121+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the File was last updated.
122122
}</pre>
123123
</div>
124124

@@ -127,7 +127,7 @@ <h3>Method Details</h3>
127127
<pre>Lists files.
128128

129129
Args:
130-
parent: string, The name of the repository whose files will be listed. For example: &quot;projects/p1/locations/us-central1/repositories/repo1 (required)
130+
parent: string, Required. The name of the repository whose files will be listed. For example: &quot;projects/p1/locations/us-central1/repositories/repo1 (required)
131131
filter: string, An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are: * `name` * `owner` An example of using a filter: * `name=&quot;projects/p1/locations/us-central1/repositories/repo1/files/a/b/*&quot;` --&gt; Files with an ID starting with &quot;a/b/&quot;. * `owner=&quot;projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/1.0&quot;` --&gt; Files owned by the version `1.0` in package `pkg1`.
132132
orderBy: string, The field to order the results by.
133133
pageSize: integer, The maximum number of files to return.
@@ -143,7 +143,7 @@ <h3>Method Details</h3>
143143
{ # The response from listing files.
144144
&quot;files&quot;: [ # The files returned.
145145
{ # Files store content that is potentially associated with Packages or Versions.
146-
&quot;createTime&quot;: &quot;A String&quot;, # The time when the File was created.
146+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the File was created.
147147
&quot;fetchTime&quot;: &quot;A String&quot;, # Output only. The time when the last attempt to refresh the file&#x27;s data was made. Only set when the repository is remote.
148148
&quot;hashes&quot;: [ # The hashes of the file content.
149149
{ # A hash of file content.
@@ -154,7 +154,7 @@ <h3>Method Details</h3>
154154
&quot;name&quot;: &quot;A String&quot;, # The name of the file, for example: &quot;projects/p1/locations/us-central1/repositories/repo1/files/a%2Fb%2Fc.txt&quot;. If the file ID part contains slashes, they are escaped.
155155
&quot;owner&quot;: &quot;A String&quot;, # The name of the Package or Version that owns this file, if any.
156156
&quot;sizeBytes&quot;: &quot;A String&quot;, # The size of the File in bytes.
157-
&quot;updateTime&quot;: &quot;A String&quot;, # The time when the File was last updated.
157+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the File was last updated.
158158
},
159159
],
160160
&quot;nextPageToken&quot;: &quot;A String&quot;, # The token to retrieve the next page of files, or empty if there are no more files to return.

docs/dyn/artifactregistry_v1.projects.locations.repositories.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ <h3>Method Details</h3>
201201
{ # Artifact policy configuration for the repository contents.
202202
&quot;id&quot;: &quot;A String&quot;, # The user-provided ID of the upstream policy.
203203
&quot;priority&quot;: 42, # Entries with a greater priority value take precedence in the pull order.
204-
&quot;repository&quot;: &quot;A String&quot;, # A reference to the repository resource, for example: &quot;projects/p1/locations/us-central1/repository/repo1&quot;.
204+
&quot;repository&quot;: &quot;A String&quot;, # A reference to the repository resource, for example: &quot;projects/p1/locations/us-central1/repositories/repo1&quot;.
205205
},
206206
],
207207
},
@@ -323,7 +323,7 @@ <h3>Method Details</h3>
323323
{ # Artifact policy configuration for the repository contents.
324324
&quot;id&quot;: &quot;A String&quot;, # The user-provided ID of the upstream policy.
325325
&quot;priority&quot;: 42, # Entries with a greater priority value take precedence in the pull order.
326-
&quot;repository&quot;: &quot;A String&quot;, # A reference to the repository resource, for example: &quot;projects/p1/locations/us-central1/repository/repo1&quot;.
326+
&quot;repository&quot;: &quot;A String&quot;, # A reference to the repository resource, for example: &quot;projects/p1/locations/us-central1/repositories/repo1&quot;.
327327
},
328328
],
329329
},
@@ -421,7 +421,7 @@ <h3>Method Details</h3>
421421
{ # Artifact policy configuration for the repository contents.
422422
&quot;id&quot;: &quot;A String&quot;, # The user-provided ID of the upstream policy.
423423
&quot;priority&quot;: 42, # Entries with a greater priority value take precedence in the pull order.
424-
&quot;repository&quot;: &quot;A String&quot;, # A reference to the repository resource, for example: &quot;projects/p1/locations/us-central1/repository/repo1&quot;.
424+
&quot;repository&quot;: &quot;A String&quot;, # A reference to the repository resource, for example: &quot;projects/p1/locations/us-central1/repositories/repo1&quot;.
425425
},
426426
],
427427
},
@@ -490,7 +490,7 @@ <h3>Method Details</h3>
490490
{ # Artifact policy configuration for the repository contents.
491491
&quot;id&quot;: &quot;A String&quot;, # The user-provided ID of the upstream policy.
492492
&quot;priority&quot;: 42, # Entries with a greater priority value take precedence in the pull order.
493-
&quot;repository&quot;: &quot;A String&quot;, # A reference to the repository resource, for example: &quot;projects/p1/locations/us-central1/repository/repo1&quot;.
493+
&quot;repository&quot;: &quot;A String&quot;, # A reference to the repository resource, for example: &quot;projects/p1/locations/us-central1/repositories/repo1&quot;.
494494
},
495495
],
496496
},
@@ -542,7 +542,7 @@ <h3>Method Details</h3>
542542
{ # Artifact policy configuration for the repository contents.
543543
&quot;id&quot;: &quot;A String&quot;, # The user-provided ID of the upstream policy.
544544
&quot;priority&quot;: 42, # Entries with a greater priority value take precedence in the pull order.
545-
&quot;repository&quot;: &quot;A String&quot;, # A reference to the repository resource, for example: &quot;projects/p1/locations/us-central1/repository/repo1&quot;.
545+
&quot;repository&quot;: &quot;A String&quot;, # A reference to the repository resource, for example: &quot;projects/p1/locations/us-central1/repositories/repo1&quot;.
546546
},
547547
],
548548
},

docs/dyn/artifactregistry_v1beta1.projects.locations.repositories.files.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h3>Method Details</h3>
9797
<pre>Gets a file.
9898

9999
Args:
100-
name: string, The name of the file to retrieve. (required)
100+
name: string, Required. The name of the file to retrieve. (required)
101101
x__xgafv: string, V1 error format.
102102
Allowed values
103103
1 - v1 error format
@@ -107,7 +107,7 @@ <h3>Method Details</h3>
107107
An object of the form:
108108

109109
{ # Files store content that is potentially associated with Packages or Versions.
110-
&quot;createTime&quot;: &quot;A String&quot;, # The time when the File was created.
110+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the File was created.
111111
&quot;hashes&quot;: [ # The hashes of the file content.
112112
{ # A hash of file content.
113113
&quot;type&quot;: &quot;A String&quot;, # The algorithm used to compute the hash value.
@@ -117,7 +117,7 @@ <h3>Method Details</h3>
117117
&quot;name&quot;: &quot;A String&quot;, # The name of the file, for example: &quot;projects/p1/locations/us-central1/repositories/repo1/files/a%2Fb%2Fc.txt&quot;. If the file ID part contains slashes, they are escaped.
118118
&quot;owner&quot;: &quot;A String&quot;, # The name of the Package or Version that owns this file, if any.
119119
&quot;sizeBytes&quot;: &quot;A String&quot;, # The size of the File in bytes.
120-
&quot;updateTime&quot;: &quot;A String&quot;, # The time when the File was last updated.
120+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the File was last updated.
121121
}</pre>
122122
</div>
123123

@@ -126,7 +126,7 @@ <h3>Method Details</h3>
126126
<pre>Lists files.
127127

128128
Args:
129-
parent: string, The name of the repository whose files will be listed. For example: &quot;projects/p1/locations/us-central1/repositories/repo1 (required)
129+
parent: string, Required. The name of the repository whose files will be listed. For example: &quot;projects/p1/locations/us-central1/repositories/repo1 (required)
130130
filter: string, An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are: * `name` * `owner` An example of using a filter: * `name=&quot;projects/p1/locations/us-central1/repositories/repo1/files/a/b/*&quot;` --&gt; Files with an ID starting with &quot;a/b/&quot;. * `owner=&quot;projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/1.0&quot;` --&gt; Files owned by the version `1.0` in package `pkg1`.
131131
pageSize: integer, The maximum number of files to return.
132132
pageToken: string, The next_page_token value returned from a previous list request, if any.
@@ -141,7 +141,7 @@ <h3>Method Details</h3>
141141
{ # The response from listing files.
142142
&quot;files&quot;: [ # The files returned.
143143
{ # Files store content that is potentially associated with Packages or Versions.
144-
&quot;createTime&quot;: &quot;A String&quot;, # The time when the File was created.
144+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the File was created.
145145
&quot;hashes&quot;: [ # The hashes of the file content.
146146
{ # A hash of file content.
147147
&quot;type&quot;: &quot;A String&quot;, # The algorithm used to compute the hash value.
@@ -151,7 +151,7 @@ <h3>Method Details</h3>
151151
&quot;name&quot;: &quot;A String&quot;, # The name of the file, for example: &quot;projects/p1/locations/us-central1/repositories/repo1/files/a%2Fb%2Fc.txt&quot;. If the file ID part contains slashes, they are escaped.
152152
&quot;owner&quot;: &quot;A String&quot;, # The name of the Package or Version that owns this file, if any.
153153
&quot;sizeBytes&quot;: &quot;A String&quot;, # The size of the File in bytes.
154-
&quot;updateTime&quot;: &quot;A String&quot;, # The time when the File was last updated.
154+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the File was last updated.
155155
},
156156
],
157157
&quot;nextPageToken&quot;: &quot;A String&quot;, # The token to retrieve the next page of files, or empty if there are no more files to return.

docs/dyn/artifactregistry_v1beta2.projects.locations.repositories.files.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h3>Method Details</h3>
9797
<pre>Gets a file.
9898

9999
Args:
100-
name: string, The name of the file to retrieve. (required)
100+
name: string, Required. The name of the file to retrieve. (required)
101101
x__xgafv: string, V1 error format.
102102
Allowed values
103103
1 - v1 error format
@@ -107,7 +107,7 @@ <h3>Method Details</h3>
107107
An object of the form:
108108

109109
{ # Files store content that is potentially associated with Packages or Versions.
110-
&quot;createTime&quot;: &quot;A String&quot;, # The time when the File was created.
110+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the File was created.
111111
&quot;hashes&quot;: [ # The hashes of the file content.
112112
{ # A hash of file content.
113113
&quot;type&quot;: &quot;A String&quot;, # The algorithm used to compute the hash value.
@@ -117,7 +117,7 @@ <h3>Method Details</h3>
117117
&quot;name&quot;: &quot;A String&quot;, # The name of the file, for example: &quot;projects/p1/locations/us-central1/repositories/repo1/files/a%2Fb%2Fc.txt&quot;. If the file ID part contains slashes, they are escaped.
118118
&quot;owner&quot;: &quot;A String&quot;, # The name of the Package or Version that owns this file, if any.
119119
&quot;sizeBytes&quot;: &quot;A String&quot;, # The size of the File in bytes.
120-
&quot;updateTime&quot;: &quot;A String&quot;, # The time when the File was last updated.
120+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the File was last updated.
121121
}</pre>
122122
</div>
123123

@@ -126,7 +126,7 @@ <h3>Method Details</h3>
126126
<pre>Lists files.
127127

128128
Args:
129-
parent: string, The name of the repository whose files will be listed. For example: &quot;projects/p1/locations/us-central1/repositories/repo1 (required)
129+
parent: string, Required. The name of the repository whose files will be listed. For example: &quot;projects/p1/locations/us-central1/repositories/repo1 (required)
130130
filter: string, An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are: * `name` * `owner` An example of using a filter: * `name=&quot;projects/p1/locations/us-central1/repositories/repo1/files/a/b/*&quot;` --&gt; Files with an ID starting with &quot;a/b/&quot;. * `owner=&quot;projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/1.0&quot;` --&gt; Files owned by the version `1.0` in package `pkg1`.
131131
pageSize: integer, The maximum number of files to return.
132132
pageToken: string, The next_page_token value returned from a previous list request, if any.
@@ -141,7 +141,7 @@ <h3>Method Details</h3>
141141
{ # The response from listing files.
142142
&quot;files&quot;: [ # The files returned.
143143
{ # Files store content that is potentially associated with Packages or Versions.
144-
&quot;createTime&quot;: &quot;A String&quot;, # The time when the File was created.
144+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the File was created.
145145
&quot;hashes&quot;: [ # The hashes of the file content.
146146
{ # A hash of file content.
147147
&quot;type&quot;: &quot;A String&quot;, # The algorithm used to compute the hash value.
@@ -151,7 +151,7 @@ <h3>Method Details</h3>
151151
&quot;name&quot;: &quot;A String&quot;, # The name of the file, for example: &quot;projects/p1/locations/us-central1/repositories/repo1/files/a%2Fb%2Fc.txt&quot;. If the file ID part contains slashes, they are escaped.
152152
&quot;owner&quot;: &quot;A String&quot;, # The name of the Package or Version that owns this file, if any.
153153
&quot;sizeBytes&quot;: &quot;A String&quot;, # The size of the File in bytes.
154-
&quot;updateTime&quot;: &quot;A String&quot;, # The time when the File was last updated.
154+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the File was last updated.
155155
},
156156
],
157157
&quot;nextPageToken&quot;: &quot;A String&quot;, # The token to retrieve the next page of files, or empty if there are no more files to return.

googleapiclient/discovery_cache/documents/artifactregistry.v1.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@
738738
],
739739
"parameters": {
740740
"name": {
741-
"description": "The name of the file to retrieve.",
741+
"description": "Required. The name of the file to retrieve.",
742742
"location": "path",
743743
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/files/.*$",
744744
"required": true,
@@ -785,7 +785,7 @@
785785
"type": "string"
786786
},
787787
"parent": {
788-
"description": "The name of the repository whose files will be listed. For example: \"projects/p1/locations/us-central1/repositories/repo1",
788+
"description": "Required. The name of the repository whose files will be listed. For example: \"projects/p1/locations/us-central1/repositories/repo1",
789789
"location": "path",
790790
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$",
791791
"required": true,
@@ -1517,7 +1517,7 @@
15171517
}
15181518
}
15191519
},
1520-
"revision": "20230202",
1520+
"revision": "20230208",
15211521
"rootUrl": "https://artifactregistry.googleapis.com/",
15221522
"schemas": {
15231523
"AptArtifact": {
@@ -1704,8 +1704,9 @@
17041704
"id": "GoogleDevtoolsArtifactregistryV1File",
17051705
"properties": {
17061706
"createTime": {
1707-
"description": "The time when the File was created.",
1707+
"description": "Output only. The time when the File was created.",
17081708
"format": "google-datetime",
1709+
"readOnly": true,
17091710
"type": "string"
17101711
},
17111712
"fetchTime": {
@@ -1735,8 +1736,9 @@
17351736
"type": "string"
17361737
},
17371738
"updateTime": {
1738-
"description": "The time when the File was last updated.",
1739+
"description": "Output only. The time when the File was last updated.",
17391740
"format": "google-datetime",
1741+
"readOnly": true,
17401742
"type": "string"
17411743
}
17421744
},
@@ -2781,7 +2783,7 @@
27812783
"type": "integer"
27822784
},
27832785
"repository": {
2784-
"description": "A reference to the repository resource, for example: \"projects/p1/locations/us-central1/repository/repo1\".",
2786+
"description": "A reference to the repository resource, for example: \"projects/p1/locations/us-central1/repositories/repo1\".",
27852787
"type": "string"
27862788
}
27872789
},

googleapiclient/discovery_cache/documents/artifactregistry.v1beta1.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@
472472
],
473473
"parameters": {
474474
"name": {
475-
"description": "The name of the file to retrieve.",
475+
"description": "Required. The name of the file to retrieve.",
476476
"location": "path",
477477
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/files/.*$",
478478
"required": true,
@@ -514,7 +514,7 @@
514514
"type": "string"
515515
},
516516
"parent": {
517-
"description": "The name of the repository whose files will be listed. For example: \"projects/p1/locations/us-central1/repositories/repo1",
517+
"description": "Required. The name of the repository whose files will be listed. For example: \"projects/p1/locations/us-central1/repositories/repo1",
518518
"location": "path",
519519
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$",
520520
"required": true,
@@ -929,7 +929,7 @@
929929
}
930930
}
931931
},
932-
"revision": "20230202",
932+
"revision": "20230208",
933933
"rootUrl": "https://artifactregistry.googleapis.com/",
934934
"schemas": {
935935
"Binding": {
@@ -988,8 +988,9 @@
988988
"id": "File",
989989
"properties": {
990990
"createTime": {
991-
"description": "The time when the File was created.",
991+
"description": "Output only. The time when the File was created.",
992992
"format": "google-datetime",
993+
"readOnly": true,
993994
"type": "string"
994995
},
995996
"hashes": {
@@ -1013,8 +1014,9 @@
10131014
"type": "string"
10141015
},
10151016
"updateTime": {
1016-
"description": "The time when the File was last updated.",
1017+
"description": "Output only. The time when the File was last updated.",
10171018
"format": "google-datetime",
1019+
"readOnly": true,
10181020
"type": "string"
10191021
}
10201022
},

0 commit comments

Comments
 (0)