Skip to content

Commit b5da2fb

Browse files
yoshi-automationsofisl
authored andcommittedAug 15, 2023
fix(ondemandscanning): update the API
#### ondemandscanning:v1beta1 The following keys were changed: - schemas.Operation.properties.response.description #### ondemandscanning:v1 The following keys were changed: - schemas.Operation.properties.response.description
1 parent c2ca6b5 commit b5da2fb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
 

‎discovery/ondemandscanning-v1.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@
339339
}
340340
}
341341
},
342-
"revision": "20230731",
342+
"revision": "20230807",
343343
"rootUrl": "https://ondemandscanning.googleapis.com/",
344344
"schemas": {
345345
"AliasContext": {
@@ -1828,7 +1828,7 @@
18281828
"description": "Properties of the object. Contains field @type with type URL.",
18291829
"type": "any"
18301830
},
1831-
"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`.",
1831+
"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`.",
18321832
"type": "object"
18331833
}
18341834
},

‎discovery/ondemandscanning-v1beta1.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@
339339
}
340340
}
341341
},
342-
"revision": "20230731",
342+
"revision": "20230807",
343343
"rootUrl": "https://ondemandscanning.googleapis.com/",
344344
"schemas": {
345345
"AliasContext": {
@@ -1823,7 +1823,7 @@
18231823
"description": "Properties of the object. Contains field @type with type URL.",
18241824
"type": "any"
18251825
},
1826-
"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`.",
1826+
"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`.",
18271827
"type": "object"
18281828
}
18291829
},

‎src/apis/ondemandscanning/v1.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ export namespace ondemandscanning_v1 {
10071007
*/
10081008
name?: string | null;
10091009
/**
1010-
* 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`.
1010+
* 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`.
10111011
*/
10121012
response?: {[key: string]: any} | null;
10131013
}

‎src/apis/ondemandscanning/v1beta1.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,7 @@ export namespace ondemandscanning_v1beta1 {
10031003
*/
10041004
name?: string | null;
10051005
/**
1006-
* 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`.
1006+
* 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`.
10071007
*/
10081008
response?: {[key: string]: any} | null;
10091009
}

0 commit comments

Comments
 (0)
Please sign in to comment.