Skip to content

Commit

Permalink
feat(servicemanagement): update the api
Browse files Browse the repository at this point in the history
#### servicemanagement:v1

The following keys were added:
- schemas.OperationInfo (Total Keys: 4)
  • Loading branch information
yoshi-automation committed Jun 8, 2021
1 parent e55b8a9 commit 491bafa
Showing 1 changed file with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@
}
}
},
"revision": "20210521",
"revision": "20210604",
"rootUrl": "https://servicemanagement.googleapis.com/",
"schemas": {
"Advice": {
Expand Down Expand Up @@ -2425,6 +2425,21 @@
},
"type": "object"
},
"OperationInfo": {
"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\" }; }",
"id": "OperationInfo",
"properties": {
"metadataType": {
"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.",
"type": "string"
},
"responseType": {
"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.",
"type": "string"
}
},
"type": "object"
},
"OperationMetadata": {
"description": "The metadata associated with a long running operation resource.",
"id": "OperationMetadata",
Expand Down

0 comments on commit 491bafa

Please sign in to comment.