Skip to content

Commit 1d8b714

Browse files
feat(dataform): update the api
#### dataform:v1beta1 The following keys were added: - schemas.Repository.properties.createTime (Total Keys: 3)
1 parent 192ce28 commit 1d8b714

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ <h3>Method Details</h3>
229229
The object takes the form of:
230230

231231
{ # Represents a Dataform Git repository.
232+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp of when the repository was created.
232233
&quot;displayName&quot;: &quot;A String&quot;, # Optional. The repository&#x27;s user-friendly name.
233234
&quot;gitRemoteSettings&quot;: { # Controls Git remote configuration for a repository. # Optional. If set, configures this repository to be linked to a Git remote.
234235
&quot;authenticationTokenSecretVersion&quot;: &quot;A String&quot;, # Optional. The name of the Secret Manager secret version to use as an authentication token for Git operations. Must be in the format `projects/*/secrets/*/versions/*`.
@@ -264,6 +265,7 @@ <h3>Method Details</h3>
264265
An object of the form:
265266

266267
{ # Represents a Dataform Git repository.
268+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp of when the repository was created.
267269
&quot;displayName&quot;: &quot;A String&quot;, # Optional. The repository&#x27;s user-friendly name.
268270
&quot;gitRemoteSettings&quot;: { # Controls Git remote configuration for a repository. # Optional. If set, configures this repository to be linked to a Git remote.
269271
&quot;authenticationTokenSecretVersion&quot;: &quot;A String&quot;, # Optional. The name of the Secret Manager secret version to use as an authentication token for Git operations. Must be in the format `projects/*/secrets/*/versions/*`.
@@ -391,6 +393,7 @@ <h3>Method Details</h3>
391393
An object of the form:
392394

393395
{ # Represents a Dataform Git repository.
396+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp of when the repository was created.
394397
&quot;displayName&quot;: &quot;A String&quot;, # Optional. The repository&#x27;s user-friendly name.
395398
&quot;gitRemoteSettings&quot;: { # Controls Git remote configuration for a repository. # Optional. If set, configures this repository to be linked to a Git remote.
396399
&quot;authenticationTokenSecretVersion&quot;: &quot;A String&quot;, # Optional. The name of the Secret Manager secret version to use as an authentication token for Git operations. Must be in the format `projects/*/secrets/*/versions/*`.
@@ -474,6 +477,7 @@ <h3>Method Details</h3>
474477
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
475478
&quot;repositories&quot;: [ # List of repositories.
476479
{ # Represents a Dataform Git repository.
480+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp of when the repository was created.
477481
&quot;displayName&quot;: &quot;A String&quot;, # Optional. The repository&#x27;s user-friendly name.
478482
&quot;gitRemoteSettings&quot;: { # Controls Git remote configuration for a repository. # Optional. If set, configures this repository to be linked to a Git remote.
479483
&quot;authenticationTokenSecretVersion&quot;: &quot;A String&quot;, # Optional. The name of the Secret Manager secret version to use as an authentication token for Git operations. Must be in the format `projects/*/secrets/*/versions/*`.
@@ -529,6 +533,7 @@ <h3>Method Details</h3>
529533
The object takes the form of:
530534

531535
{ # Represents a Dataform Git repository.
536+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp of when the repository was created.
532537
&quot;displayName&quot;: &quot;A String&quot;, # Optional. The repository&#x27;s user-friendly name.
533538
&quot;gitRemoteSettings&quot;: { # Controls Git remote configuration for a repository. # Optional. If set, configures this repository to be linked to a Git remote.
534539
&quot;authenticationTokenSecretVersion&quot;: &quot;A String&quot;, # Optional. The name of the Secret Manager secret version to use as an authentication token for Git operations. Must be in the format `projects/*/secrets/*/versions/*`.
@@ -564,6 +569,7 @@ <h3>Method Details</h3>
564569
An object of the form:
565570

566571
{ # Represents a Dataform Git repository.
572+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp of when the repository was created.
567573
&quot;displayName&quot;: &quot;A String&quot;, # Optional. The repository&#x27;s user-friendly name.
568574
&quot;gitRemoteSettings&quot;: { # Controls Git remote configuration for a repository. # Optional. If set, configures this repository to be linked to a Git remote.
569575
&quot;authenticationTokenSecretVersion&quot;: &quot;A String&quot;, # Optional. The name of the Secret Manager secret version to use as an authentication token for Git operations. Must be in the format `projects/*/secrets/*/versions/*`.

googleapiclient/discovery_cache/documents/dataform.v1beta1.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2103,7 +2103,7 @@
21032103
}
21042104
}
21052105
},
2106-
"revision": "20240127",
2106+
"revision": "20240203",
21072107
"rootUrl": "https://dataform.googleapis.com/",
21082108
"schemas": {
21092109
"Assertion": {
@@ -3480,6 +3480,12 @@
34803480
"description": "Represents a Dataform Git repository.",
34813481
"id": "Repository",
34823482
"properties": {
3483+
"createTime": {
3484+
"description": "Output only. The timestamp of when the repository was created.",
3485+
"format": "google-datetime",
3486+
"readOnly": true,
3487+
"type": "string"
3488+
},
34833489
"displayName": {
34843490
"description": "Optional. The repository's user-friendly name.",
34853491
"type": "string"

0 commit comments

Comments
 (0)