Synchronize new proto/yaml changes.
PiperOrigin-RevId: 237820586
This commit is contained in:
parent
8ecc5ed455
commit
5c4d893373
|
|
@ -121,6 +121,7 @@ interfaces:
|
|||
- output_config
|
||||
retry_codes_name: non_idempotent
|
||||
retry_params_name: default
|
||||
resource_name_treatment: STATIC_TYPES
|
||||
long_running:
|
||||
return_type: google.cloud.asset.v1.ExportAssetsResponse
|
||||
metadata_type: google.cloud.asset.v1.ExportAssetsRequest
|
||||
|
|
@ -136,4 +137,12 @@ interfaces:
|
|||
- read_time_window
|
||||
retry_codes_name: idempotent
|
||||
retry_params_name: default
|
||||
resource_name_treatment: STATIC_TYPES
|
||||
timeout_millis: 600000
|
||||
resource_name_generation:
|
||||
- message_name: ExportAssetsRequest
|
||||
field_entity_map:
|
||||
parent: project
|
||||
- message_name: BatchGetAssetsHistoryRequest
|
||||
field_entity_map:
|
||||
parent: project
|
||||
|
|
|
|||
Loading…
Reference in New Issue