Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #2161

Merged
merged 1 commit into from Sep 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
35 changes: 33 additions & 2 deletions appengine/v1/appengine-api.json
Expand Up @@ -144,6 +144,21 @@
"location": "path",
"required": true,
"type": "string"
},
"includeExtraData": {
"description": "Options to include extra data",
"enum": [
"INCLUDE_EXTRA_DATA_UNSPECIFIED",
"INCLUDE_EXTRA_DATA_NONE",
"INCLUDE_GOOGLE_GENERATED_METADATA"
],
"enumDescriptions": [
"Unspecified: No extra data will be returned",
"Do not return any extra data",
"Return GGCM associated with the resources"
],
"location": "query",
"type": "string"
}
},
"path": "v1/apps/{appsId}",
Expand Down Expand Up @@ -1595,7 +1610,7 @@
}
}
},
"revision": "20230807",
"revision": "20230909",
"rootUrl": "https://appengine.googleapis.com/",
"schemas": {
"ApiConfigHandler": {
Expand Down Expand Up @@ -1732,6 +1747,14 @@
"readOnly": true,
"type": "string"
},
"generatedCustomerMetadata": {
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
},
"description": "Additional Google Generated Customer Metadata, this field won't be provided by default and can be requested by setting the IncludeExtraData field in GetApplicationRequest",
"type": "object"
},
"iap": {
"$ref": "IdentityAwareProxy"
},
Expand Down Expand Up @@ -3423,6 +3446,14 @@
"description": "A Service resource is a logical component of an application that can share state and communicate in a secure fashion with other services. For example, an application that handles customer requests might include separate services to handle tasks such as backend data analysis or API requests from mobile devices. Each service has a collection of versions that define a specific set of code used to implement the functionality of that service.",
"id": "Service",
"properties": {
"generatedCustomerMetadata": {
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
},
"description": "Additional Google Generated Customer Metadata, this field won't be provided by default and can be requested by setting the IncludeExtraData field in GetServiceRequest",
"type": "object"
},
"id": {
"description": "Relative name of the service within the application. Example: default.@OutputOnly",
"type": "string"
Expand Down Expand Up @@ -3979,7 +4010,7 @@
"type": "string"
},
"name": {
"description": "Full Serverless VPC Access Connector name e.g. /projects/my-project/locations/us-central1/connectors/c1.",
"description": "Full Serverless VPC Access Connector name e.g. projects/my-project/locations/us-central1/connectors/c1.",
"type": "string"
}
},
Expand Down
72 changes: 59 additions & 13 deletions appengine/v1/appengine-gen.go

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