Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2110)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Aug 11, 2023
1 parent 6d29bab commit 4d775db
Show file tree
Hide file tree
Showing 46 changed files with 3,617 additions and 440 deletions.
4 changes: 2 additions & 2 deletions appengine/v1alpha/appengine-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@
}
}
},
"revision": "20230706",
"revision": "20230807",
"rootUrl": "https://appengine.googleapis.com/",
"schemas": {
"AuthorizedCertificate": {
Expand Down Expand Up @@ -1265,7 +1265,7 @@
"description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
},
"description": "The normal response of the operation in case of success. If the original method returns no data on success, such as Delete, the response is google.protobuf.Empty. If the original method is standard Get/Create/Update, the response should be the resource. For other methods, the response should have the type XxxResponse, where Xxx is the original method name. For example, if the original method name is TakeSnapshot(), the inferred response type is TakeSnapshotResponse.",
"description": "The normal, successful response of the operation. If the original method returns no data on success, such as Delete, the response is google.protobuf.Empty. If the original method is standard Get/Create/Update, the response should be the resource. For other methods, the response should have the type XxxResponse, where Xxx is the original method name. For example, if the original method name is TakeSnapshot(), the inferred response type is TakeSnapshotResponse.",
"type": "object"
}
},
Expand Down
4 changes: 2 additions & 2 deletions appengine/v1alpha/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 bigtableadmin/v2/bigtableadmin-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1966,7 +1966,7 @@
}
}
},
"revision": "20230713",
"revision": "20230731",
"rootUrl": "https://bigtableadmin.googleapis.com/",
"schemas": {
"AppProfile": {
Expand Down Expand Up @@ -2266,7 +2266,7 @@
"type": "string"
},
"serveNodes": {
"description": "The number of nodes allocated to this cluster. More nodes enable higher throughput and more consistent performance.",
"description": "The number of nodes in the cluster. If no value is set, Cloud Bigtable automatically allocates nodes based on your data footprint and optimized for 50% storage utilization.",
"format": "int32",
"type": "integer"
},
Expand Down
5 changes: 3 additions & 2 deletions bigtableadmin/v2/bigtableadmin-gen.go

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

12 changes: 6 additions & 6 deletions clouderrorreporting/v1beta1/clouderrorreporting-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
],
"parameters": {
"groupId": {
"description": "Required. The group for which events shall be returned.",
"description": "Required. The group for which events shall be returned. The `group_id` is a unique identifier for a particular error group. The identifier is derived from key parts of the error-log content and is treated as Service Data. For information about how Service Data is handled, see [Google Cloud Privacy Notice](https://cloud.google.com/terms/cloud-privacy-notice).",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -275,7 +275,7 @@
"type": "string"
},
"groupId": {
"description": "Optional. List all ErrorGroupStats with these IDs.",
"description": "Optional. List all ErrorGroupStats with these IDs. The `group_id` is a unique identifier for a particular error group. The identifier is derived from key parts of the error-log content and is treated as Service Data. For information about how Service Data is handled, see [Google Cloud Privacy Notice] (https://cloud.google.com/terms/cloud-privacy-notice).",
"location": "query",
"repeated": true,
"type": "string"
Expand Down Expand Up @@ -382,7 +382,7 @@
],
"parameters": {
"groupName": {
"description": "Required. The group resource name. Written as `projects/{projectID}/groups/{group_name}`. Call groupStats.list to return a list of groups belonging to this project. Example: `projects/my-project-123/groups/my-group`",
"description": "Required. The group resource name. Written as `projects/{projectID}/groups/{group_id}`. Call groupStats.list to return a list of groups belonging to this project. Example: `projects/my-project-123/groups/my-group` In the group resource name, the `group_id` is a unique identifier for a particular error group. The identifier is derived from key parts of the error-log content and is treated as Service Data. For information about how Service Data is handled, see [Google Cloud Privacy Notice](https://cloud.google.com/terms/cloud-privacy-notice).",
"location": "path",
"pattern": "^projects/[^/]+/groups/[^/]+$",
"required": true,
Expand All @@ -407,7 +407,7 @@
],
"parameters": {
"name": {
"description": "The group resource name. Example: projects/my-project-123/groups/CNSgkpnppqKCUw",
"description": "The group resource name. Written as `projects/{projectID}/groups/{group_id}`. Example: `projects/my-project-123/groups/my-group` In the group resource name, the `group_id` is a unique identifier for a particular error group. The identifier is derived from key parts of the error-log content and is treated as Service Data. For information about how Service Data is handled, see [Google Cloud Privacy Notice](https://cloud.google.com/terms/cloud-privacy-notice).",
"location": "path",
"pattern": "^projects/[^/]+/groups/[^/]+$",
"required": true,
Expand All @@ -430,7 +430,7 @@
}
}
},
"revision": "20230223",
"revision": "20230804",
"rootUrl": "https://clouderrorreporting.googleapis.com/",
"schemas": {
"DeleteEventsResponse": {
Expand Down Expand Up @@ -498,7 +498,7 @@
"type": "string"
},
"name": {
"description": "The group resource name. Example: projects/my-project-123/groups/CNSgkpnppqKCUw",
"description": "The group resource name. Written as `projects/{projectID}/groups/{group_id}`. Example: `projects/my-project-123/groups/my-group` In the group resource name, the `group_id` is a unique identifier for a particular error group. The identifier is derived from key parts of the error-log content and is treated as Service Data. For information about how Service Data is handled, see [Google Cloud Privacy Notice](https://cloud.google.com/terms/cloud-privacy-notice).",
"type": "string"
},
"resolutionStatus": {
Expand Down
67 changes: 47 additions & 20 deletions clouderrorreporting/v1beta1/clouderrorreporting-gen.go

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

Loading

0 comments on commit 4d775db

Please sign in to comment.