Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1851)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Feb 13, 2023
1 parent 8efd00d commit 689f934
Show file tree
Hide file tree
Showing 32 changed files with 632 additions and 196 deletions.
14 changes: 8 additions & 6 deletions artifactregistry/v1/artifactregistry-api.json
Expand Up @@ -738,7 +738,7 @@
],
"parameters": {
"name": {
"description": "The name of the file to retrieve.",
"description": "Required. The name of the file to retrieve.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/files/.*$",
"required": true,
Expand Down Expand Up @@ -785,7 +785,7 @@
"type": "string"
},
"parent": {
"description": "The name of the repository whose files will be listed. For example: \"projects/p1/locations/us-central1/repositories/repo1",
"description": "Required. The name of the repository whose files will be listed. For example: \"projects/p1/locations/us-central1/repositories/repo1",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$",
"required": true,
Expand Down Expand Up @@ -1517,7 +1517,7 @@
}
}
},
"revision": "20230202",
"revision": "20230208",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"AptArtifact": {
Expand Down Expand Up @@ -1704,8 +1704,9 @@
"id": "GoogleDevtoolsArtifactregistryV1File",
"properties": {
"createTime": {
"description": "The time when the File was created.",
"description": "Output only. The time when the File was created.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"fetchTime": {
Expand Down Expand Up @@ -1735,8 +1736,9 @@
"type": "string"
},
"updateTime": {
"description": "The time when the File was last updated.",
"description": "Output only. The time when the File was last updated.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
}
},
Expand Down Expand Up @@ -2781,7 +2783,7 @@
"type": "integer"
},
"repository": {
"description": "A reference to the repository resource, for example: \"projects/p1/locations/us-central1/repository/repo1\".",
"description": "A reference to the repository resource, for example: \"projects/p1/locations/us-central1/repositories/repo1\".",
"type": "string"
}
},
Expand Down
10 changes: 5 additions & 5 deletions artifactregistry/v1/artifactregistry-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions artifactregistry/v1beta1/artifactregistry-api.json
Expand Up @@ -472,7 +472,7 @@
],
"parameters": {
"name": {
"description": "The name of the file to retrieve.",
"description": "Required. The name of the file to retrieve.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/files/.*$",
"required": true,
Expand Down Expand Up @@ -514,7 +514,7 @@
"type": "string"
},
"parent": {
"description": "The name of the repository whose files will be listed. For example: \"projects/p1/locations/us-central1/repositories/repo1",
"description": "Required. The name of the repository whose files will be listed. For example: \"projects/p1/locations/us-central1/repositories/repo1",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$",
"required": true,
Expand Down Expand Up @@ -929,7 +929,7 @@
}
}
},
"revision": "20230131",
"revision": "20230208",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"Binding": {
Expand Down Expand Up @@ -988,8 +988,9 @@
"id": "File",
"properties": {
"createTime": {
"description": "The time when the File was created.",
"description": "Output only. The time when the File was created.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"hashes": {
Expand All @@ -1013,8 +1014,9 @@
"type": "string"
},
"updateTime": {
"description": "The time when the File was last updated.",
"description": "Output only. The time when the File was last updated.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
}
},
Expand Down
8 changes: 4 additions & 4 deletions artifactregistry/v1beta1/artifactregistry-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions artifactregistry/v1beta2/artifactregistry-api.json
Expand Up @@ -606,7 +606,7 @@
],
"parameters": {
"name": {
"description": "The name of the file to retrieve.",
"description": "Required. The name of the file to retrieve.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/files/.*$",
"required": true,
Expand Down Expand Up @@ -648,7 +648,7 @@
"type": "string"
},
"parent": {
"description": "The name of the repository whose files will be listed. For example: \"projects/p1/locations/us-central1/repositories/repo1",
"description": "Required. The name of the repository whose files will be listed. For example: \"projects/p1/locations/us-central1/repositories/repo1",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$",
"required": true,
Expand Down Expand Up @@ -1135,7 +1135,7 @@
}
}
},
"revision": "20230131",
"revision": "20230208",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"AptArtifact": {
Expand Down Expand Up @@ -1242,8 +1242,9 @@
"id": "GoogleDevtoolsArtifactregistryV1beta2File",
"properties": {
"createTime": {
"description": "The time when the File was created.",
"description": "Output only. The time when the File was created.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"hashes": {
Expand All @@ -1267,8 +1268,9 @@
"type": "string"
},
"updateTime": {
"description": "The time when the File was last updated.",
"description": "Output only. The time when the File was last updated.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
}
},
Expand Down
8 changes: 4 additions & 4 deletions artifactregistry/v1beta2/artifactregistry-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bigtableadmin/v2/bigtableadmin-api.json
Expand Up @@ -1966,7 +1966,7 @@
}
}
},
"revision": "20230101",
"revision": "20230206",
"rootUrl": "https://bigtableadmin.googleapis.com/",
"schemas": {
"AppProfile": {
Expand Down Expand Up @@ -2184,7 +2184,7 @@
"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)."
},
"members": {
"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`. ",
"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.",
"items": {
"type": "string"
},
Expand Down
8 changes: 4 additions & 4 deletions bigtableadmin/v2/bigtableadmin-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 689f934

Please sign in to comment.