Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2703)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jul 30, 2024
1 parent a8b0821 commit 7b03cff
Show file tree
Hide file tree
Showing 36 changed files with 2,589 additions and 779 deletions.
20 changes: 13 additions & 7 deletions appengine/v1/appengine-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1718,7 +1718,7 @@
}
}
},
"revision": "20240415",
"revision": "20240722",
"rootUrl": "https://appengine.googleapis.com/",
"schemas": {
"ApiConfigHandler": {
Expand Down Expand Up @@ -3699,7 +3699,8 @@
"type": "object"
},
"id": {
"description": "Relative name of the service within the application. Example: default.@OutputOnly",
"description": "Output only. Relative name of the service within the application. Example: default.@OutputOnly",
"readOnly": true,
"type": "string"
},
"labels": {
Expand All @@ -3710,7 +3711,8 @@
"type": "object"
},
"name": {
"description": "Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly",
"description": "Output only. Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly",
"readOnly": true,
"type": "string"
},
"networkSettings": {
Expand Down Expand Up @@ -4026,7 +4028,8 @@
"type": "string"
},
"createdBy": {
"description": "Email address of the user who created this version.@OutputOnly",
"description": "Output only. Email address of the user who created this version.@OutputOnly",
"readOnly": true,
"type": "string"
},
"defaultExpiration": {
Expand All @@ -4039,8 +4042,9 @@
"description": "Code and application artifacts that make up this version.Only returned in GET requests if view=FULL is set."
},
"diskUsageBytes": {
"description": "Total size in bytes of all the files that are included in this version and currently hosted on the App Engine disk.@OutputOnly",
"description": "Output only. Total size in bytes of all the files that are included in this version and currently hosted on the App Engine disk.@OutputOnly",
"format": "int64",
"readOnly": true,
"type": "string"
},
"endpointsApiService": {
Expand Down Expand Up @@ -4145,7 +4149,8 @@
"description": "A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time. Manually scaled versions are sometimes referred to as \"backends\"."
},
"name": {
"description": "Full path to the Version resource in the API. Example: apps/myapp/services/default/versions/v1.@OutputOnly",
"description": "Output only. Full path to the Version resource in the API. Example: apps/myapp/services/default/versions/v1.@OutputOnly",
"readOnly": true,
"type": "string"
},
"network": {
Expand Down Expand Up @@ -4203,7 +4208,8 @@
"type": "boolean"
},
"versionUrl": {
"description": "Serving URL for this version. Example: \"https://myversion-dot-myservice-dot-myapp.appspot.com\"@OutputOnly",
"description": "Output only. Serving URL for this version. Example: \"https://myversion-dot-myservice-dot-myapp.appspot.com\"@OutputOnly",
"readOnly": true,
"type": "string"
},
"vm": {
Expand Down
18 changes: 10 additions & 8 deletions appengine/v1/appengine-gen.go

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

20 changes: 13 additions & 7 deletions appengine/v1beta/appengine-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1918,7 +1918,7 @@
}
}
},
"revision": "20240415",
"revision": "20240722",
"rootUrl": "https://appengine.googleapis.com/",
"schemas": {
"ApiConfigHandler": {
Expand Down Expand Up @@ -3948,7 +3948,8 @@
"type": "object"
},
"id": {
"description": "Relative name of the service within the application. Example: default.@OutputOnly",
"description": "Output only. Relative name of the service within the application. Example: default.@OutputOnly",
"readOnly": true,
"type": "string"
},
"labels": {
Expand All @@ -3959,7 +3960,8 @@
"type": "object"
},
"name": {
"description": "Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly",
"description": "Output only. Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly",
"readOnly": true,
"type": "string"
},
"networkSettings": {
Expand Down Expand Up @@ -4273,7 +4275,8 @@
"type": "string"
},
"createdBy": {
"description": "Email address of the user who created this version.@OutputOnly",
"description": "Output only. Email address of the user who created this version.@OutputOnly",
"readOnly": true,
"type": "string"
},
"defaultExpiration": {
Expand All @@ -4286,8 +4289,9 @@
"description": "Code and application artifacts that make up this version.Only returned in GET requests if view=FULL is set."
},
"diskUsageBytes": {
"description": "Total size in bytes of all the files that are included in this version and currently hosted on the App Engine disk.@OutputOnly",
"description": "Output only. Total size in bytes of all the files that are included in this version and currently hosted on the App Engine disk.@OutputOnly",
"format": "int64",
"readOnly": true,
"type": "string"
},
"endpointsApiService": {
Expand Down Expand Up @@ -4392,7 +4396,8 @@
"description": "A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time. Manually scaled versions are sometimes referred to as \"backends\"."
},
"name": {
"description": "Full path to the Version resource in the API. Example: apps/myapp/services/default/versions/v1.@OutputOnly",
"description": "Output only. Full path to the Version resource in the API. Example: apps/myapp/services/default/versions/v1.@OutputOnly",
"readOnly": true,
"type": "string"
},
"network": {
Expand Down Expand Up @@ -4450,7 +4455,8 @@
"type": "boolean"
},
"versionUrl": {
"description": "Serving URL for this version. Example: \"https://myversion-dot-myservice-dot-myapp.appspot.com\"@OutputOnly",
"description": "Output only. Serving URL for this version. Example: \"https://myversion-dot-myservice-dot-myapp.appspot.com\"@OutputOnly",
"readOnly": true,
"type": "string"
},
"vm": {
Expand Down
18 changes: 10 additions & 8 deletions appengine/v1beta/appengine-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 artifactregistry/v1/artifactregistry-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1637,7 +1637,7 @@
],
"parameters": {
"filter": {
"description": "An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are: * `version` An example of using a filter: * `version=\"projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/1.0\"` --\u003e Tags that are applied to the version `1.0` in package `pkg1`. * `name=\"projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/tags/a%2Fb%2F*\"` --\u003e tags with an ID starting with \"a/b/\". * `name=\"projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/tags/*%2Fb%2Fc\"` --\u003e tags with an ID ending with \"/b/c\". * `name=\"projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/tags/*%2Fb%2F*\"` --\u003e tags with an ID containing \"/b/\".",
"description": "An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are: * `version` An example of using a filter: * `version=\"projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/1.0\"` --\u003e Tags that are applied to the version `1.0` in package `pkg1`.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -2013,7 +2013,7 @@
}
}
},
"revision": "20240717",
"revision": "20240724",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"AptArtifact": {
Expand Down
8 changes: 1 addition & 7 deletions artifactregistry/v1/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 artifactregistry/v1beta1/artifactregistry-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@
],
"parameters": {
"filter": {
"description": "An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are: * `version` An example of using a filter: * `version=\"projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/1.0\"` --\u003e Tags that are applied to the version `1.0` in package `pkg1`. * `name=\"projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/tags/a%2Fb%2F*\"` --\u003e tags with an ID starting with \"a/b/\". * `name=\"projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/tags/*%2Fb%2Fc\"` --\u003e tags with an ID ending with \"/b/c\". * `name=\"projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/tags/*%2Fb%2F*\"` --\u003e tags with an ID containing \"/b/\".",
"description": "An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are: * `version` An example of using a filter: * `version=\"projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/1.0\"` --\u003e Tags that are applied to the version `1.0` in package `pkg1`.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -1146,7 +1146,7 @@
}
}
},
"revision": "20240528",
"revision": "20240724",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"Binding": {
Expand Down
8 changes: 1 addition & 7 deletions artifactregistry/v1beta1/artifactregistry-gen.go

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

Loading

0 comments on commit 7b03cff

Please sign in to comment.