You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: string, Required. The name of the VPCSCConfig resource. (required)
144
+
x__xgafv: string, V1 error format.
145
+
Allowed values
146
+
1 - v1 error format
147
+
2 - v2 error format
148
+
149
+
Returns:
150
+
An object of the form:
151
+
152
+
{ # The Artifact Registry VPC SC config that apply to a Project.
153
+
"name": "A String", # The name of the project's VPC SC Config. Always of the form: projects/{projectID}/locations/{location}/vpcscConfig In update request: never set In response: always set
154
+
"vpcscPolicy": "A String", # The project per location VPC SC policy that defines the VPC SC behavior for the Remote Repository (Allow/Deny).
name: string, The name of the project's VPC SC Config. Always of the form: projects/{projectID}/locations/{location}/vpcscConfig In update request: never set In response: always set (required)
213
+
body: object, The request body.
214
+
The object takes the form of:
215
+
216
+
{ # The Artifact Registry VPC SC config that apply to a Project.
217
+
"name": "A String", # The name of the project's VPC SC Config. Always of the form: projects/{projectID}/locations/{location}/vpcscConfig In update request: never set In response: always set
218
+
"vpcscPolicy": "A String", # The project per location VPC SC policy that defines the VPC SC behavior for the Remote Repository (Allow/Deny).
219
+
}
220
+
221
+
updateMask: string, Field mask to support partial updates.
222
+
x__xgafv: string, V1 error format.
223
+
Allowed values
224
+
1 - v1 error format
225
+
2 - v2 error format
226
+
227
+
Returns:
228
+
An object of the form:
229
+
230
+
{ # The Artifact Registry VPC SC config that apply to a Project.
231
+
"name": "A String", # The name of the project's VPC SC Config. Always of the form: projects/{projectID}/locations/{location}/vpcscConfig In update request: never set In response: always set
232
+
"vpcscPolicy": "A String", # The project per location VPC SC policy that defines the VPC SC behavior for the Remote Repository (Allow/Deny).
Copy file name to clipboardExpand all lines: docs/dyn/artifactregistry_v1.projects.locations.repositories.files.html
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,7 @@ <h3>Method Details</h3>
108
108
109
109
{ # Files store content that is potentially associated with Packages or Versions.
110
110
"createTime": "A String", # The time when the File was created.
111
+
"fetchTime": "A String", # Output only. The time when the last attempt to refresh the file's data was made. Only set when the repository is remote.
111
112
"hashes": [ # The hashes of the file content.
112
113
{ # A hash of file content.
113
114
"type": "A String", # The algorithm used to compute the hash value.
@@ -143,6 +144,7 @@ <h3>Method Details</h3>
143
144
"files": [ # The files returned.
144
145
{ # Files store content that is potentially associated with Packages or Versions.
145
146
"createTime": "A String", # The time when the File was created.
147
+
"fetchTime": "A String", # Output only. The time when the last attempt to refresh the file's data was made. Only set when the repository is remote.
146
148
"hashes": [ # The hashes of the file content.
147
149
{ # A hash of file content.
148
150
"type": "A String", # The algorithm used to compute the hash value.
0 commit comments