asset: v1p1beta1 remove SearchResources and SearchIamPolicies
PiperOrigin-RevId: 295861722
This commit is contained in:
parent
cb61d6c2d0
commit
ce4f4c21d9
|
|
@ -95,43 +95,6 @@ interfaces:
|
|||
# timeout_millis - Specifies the default timeout for a non-retrying call. If
|
||||
# the call is retrying, refer to retry_params_name instead.
|
||||
methods:
|
||||
- name: SearchResources
|
||||
flattening:
|
||||
groups:
|
||||
- parameters:
|
||||
- scope
|
||||
- query
|
||||
- asset_types
|
||||
required_fields:
|
||||
- scope
|
||||
page_streaming:
|
||||
request:
|
||||
page_size_field: page_size
|
||||
token_field: page_token
|
||||
response:
|
||||
token_field: next_page_token
|
||||
resources_field: results
|
||||
retry_codes_name: idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 15000
|
||||
- name: SearchIamPolicies
|
||||
flattening:
|
||||
groups:
|
||||
- parameters:
|
||||
- scope
|
||||
- query
|
||||
required_fields:
|
||||
- scope
|
||||
page_streaming:
|
||||
request:
|
||||
page_size_field: page_size
|
||||
token_field: page_token
|
||||
response:
|
||||
token_field: next_page_token
|
||||
resources_field: results
|
||||
retry_codes_name: idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 15000
|
||||
- name: SearchAllResources
|
||||
flattening:
|
||||
groups:
|
||||
|
|
|
|||
Loading…
Reference in New Issue