From 491bafaefd792deae68c24337ebd7011faeb723b Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 8 Jun 2021 07:22:47 +0000 Subject: [PATCH] feat(servicemanagement): update the api #### servicemanagement:v1 The following keys were added: - schemas.OperationInfo (Total Keys: 4) --- .../documents/servicemanagement.v1.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/googleapiclient/discovery_cache/documents/servicemanagement.v1.json b/googleapiclient/discovery_cache/documents/servicemanagement.v1.json index 1743093d4fb..d0af9b2bee1 100644 --- a/googleapiclient/discovery_cache/documents/servicemanagement.v1.json +++ b/googleapiclient/discovery_cache/documents/servicemanagement.v1.json @@ -829,7 +829,7 @@ } } }, - "revision": "20210521", + "revision": "20210604", "rootUrl": "https://servicemanagement.googleapis.com/", "schemas": { "Advice": { @@ -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",