Skip to content

Commit 689f934

Browse files
feat(all): auto-regenerate discovery clients (#1851)
1 parent 8efd00d commit 689f934

32 files changed

Lines changed: 632 additions & 196 deletions

artifactregistry/v1/artifactregistry-api.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
},

artifactregistry/v1/artifactregistry-gen.go

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

artifactregistry/v1beta1/artifactregistry-api.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": "20230131",
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
},

artifactregistry/v1beta1/artifactregistry-gen.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

artifactregistry/v1beta2/artifactregistry-api.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@
606606
],
607607
"parameters": {
608608
"name": {
609-
"description": "The name of the file to retrieve.",
609+
"description": "Required. The name of the file to retrieve.",
610610
"location": "path",
611611
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/files/.*$",
612612
"required": true,
@@ -648,7 +648,7 @@
648648
"type": "string"
649649
},
650650
"parent": {
651-
"description": "The name of the repository whose files will be listed. For example: \"projects/p1/locations/us-central1/repositories/repo1",
651+
"description": "Required. The name of the repository whose files will be listed. For example: \"projects/p1/locations/us-central1/repositories/repo1",
652652
"location": "path",
653653
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$",
654654
"required": true,
@@ -1135,7 +1135,7 @@
11351135
}
11361136
}
11371137
},
1138-
"revision": "20230131",
1138+
"revision": "20230208",
11391139
"rootUrl": "https://artifactregistry.googleapis.com/",
11401140
"schemas": {
11411141
"AptArtifact": {
@@ -1242,8 +1242,9 @@
12421242
"id": "GoogleDevtoolsArtifactregistryV1beta2File",
12431243
"properties": {
12441244
"createTime": {
1245-
"description": "The time when the File was created.",
1245+
"description": "Output only. The time when the File was created.",
12461246
"format": "google-datetime",
1247+
"readOnly": true,
12471248
"type": "string"
12481249
},
12491250
"hashes": {
@@ -1267,8 +1268,9 @@
12671268
"type": "string"
12681269
},
12691270
"updateTime": {
1270-
"description": "The time when the File was last updated.",
1271+
"description": "Output only. The time when the File was last updated.",
12711272
"format": "google-datetime",
1273+
"readOnly": true,
12721274
"type": "string"
12731275
}
12741276
},

artifactregistry/v1beta2/artifactregistry-gen.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bigtableadmin/v2/bigtableadmin-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1966,7 +1966,7 @@
19661966
}
19671967
}
19681968
},
1969-
"revision": "20230101",
1969+
"revision": "20230206",
19701970
"rootUrl": "https://bigtableadmin.googleapis.com/",
19711971
"schemas": {
19721972
"AppProfile": {
@@ -2184,7 +2184,7 @@
21842184
"description": "The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies)."
21852185
},
21862186
"members": {
2187-
"description": "Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. ",
2187+
"description": "Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.",
21882188
"items": {
21892189
"type": "string"
21902190
},

bigtableadmin/v2/bigtableadmin-gen.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)