Skip to content

Commit 491bafa

Browse files
feat(servicemanagement): update the api
#### servicemanagement:v1 The following keys were added: - schemas.OperationInfo (Total Keys: 4)
1 parent e55b8a9 commit 491bafa

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

googleapiclient/discovery_cache/documents/servicemanagement.v1.json

+16-1
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@
829829
}
830830
}
831831
},
832-
"revision": "20210521",
832+
"revision": "20210604",
833833
"rootUrl": "https://servicemanagement.googleapis.com/",
834834
"schemas": {
835835
"Advice": {
@@ -2425,6 +2425,21 @@
24252425
},
24262426
"type": "object"
24272427
},
2428+
"OperationInfo": {
2429+
"description": "A message representing the message types used by a long-running operation. Example: rpc Export(ExportRequest) returns (google.longrunning.Operation) { option (google.longrunning.operation_info) = { response_type: \"ExportResponse\" metadata_type: \"ExportMetadata\" }; }",
2430+
"id": "OperationInfo",
2431+
"properties": {
2432+
"metadataType": {
2433+
"description": "Required. The message name of the metadata type for this long-running operation. If the response is in a different package from the rpc, a fully-qualified message name must be used (e.g. `google.protobuf.Struct`). Note: Altering this value constitutes a breaking change.",
2434+
"type": "string"
2435+
},
2436+
"responseType": {
2437+
"description": "Required. The message name of the primary return type for this long-running operation. This type will be used to deserialize the LRO's response. If the response is in a different package from the rpc, a fully-qualified message name must be used (e.g. `google.protobuf.Struct`). Note: Altering this value constitutes a breaking change.",
2438+
"type": "string"
2439+
}
2440+
},
2441+
"type": "object"
2442+
},
24282443
"OperationMetadata": {
24292444
"description": "The metadata associated with a long running operation resource.",
24302445
"id": "OperationMetadata",

0 commit comments

Comments
 (0)