Synchronize new proto/yaml changes.
PiperOrigin-RevId: 241038521
This commit is contained in:
parent
650c0a3f46
commit
61282bc7c0
|
|
@ -127,7 +127,7 @@ interfaces:
|
|||
timeout_millis: 60000
|
||||
# Should use PartialUpdateInstance instead
|
||||
surface_treatments:
|
||||
- include_languages: [ java, csharp ]
|
||||
- include_languages: [java, csharp]
|
||||
visibility: DISABLED
|
||||
header_request_params:
|
||||
- name
|
||||
|
|
@ -474,6 +474,10 @@ interfaces:
|
|||
max_poll_delay_millis: 5000
|
||||
total_poll_timeout_millis: 300000
|
||||
timeout_millis: 60000
|
||||
# Snapshots are Alpha-only and not supported in C#
|
||||
surface_treatments:
|
||||
- include_languages: [csharp]
|
||||
visibility: DISABLED
|
||||
header_request_params:
|
||||
- parent
|
||||
- name: ListTables
|
||||
|
|
@ -613,6 +617,10 @@ interfaces:
|
|||
poll_delay_multiplier: 1.5
|
||||
max_poll_delay_millis: 5000
|
||||
total_poll_timeout_millis: 300000
|
||||
# Snapshots are Alpha-only and not supported in C#
|
||||
surface_treatments:
|
||||
- include_languages: [csharp]
|
||||
visibility: DISABLED
|
||||
header_request_params:
|
||||
- name
|
||||
- name: GetSnapshot
|
||||
|
|
@ -628,6 +636,10 @@ interfaces:
|
|||
name: snapshot
|
||||
resource_name_treatment: STATIC_TYPES
|
||||
timeout_millis: 60000
|
||||
# Snapshots are Alpha-only and not supported in C#
|
||||
surface_treatments:
|
||||
- include_languages: [csharp]
|
||||
visibility: DISABLED
|
||||
header_request_params:
|
||||
- name
|
||||
- name: ListSnapshots
|
||||
|
|
@ -650,6 +662,10 @@ interfaces:
|
|||
parent: cluster
|
||||
resource_name_treatment: STATIC_TYPES
|
||||
timeout_millis: 60000
|
||||
# Snapshots are Alpha-only and not supported in C#
|
||||
surface_treatments:
|
||||
- include_languages: [csharp]
|
||||
visibility: DISABLED
|
||||
header_request_params:
|
||||
- parent
|
||||
- name: DeleteSnapshot
|
||||
|
|
@ -665,6 +681,10 @@ interfaces:
|
|||
name: snapshot
|
||||
resource_name_treatment: STATIC_TYPES
|
||||
timeout_millis: 60000
|
||||
# Snapshots are Alpha-only and not supported in C#
|
||||
surface_treatments:
|
||||
- include_languages: [csharp]
|
||||
visibility: DISABLED
|
||||
header_request_params:
|
||||
- name
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue