File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1
- itype : com.google.api.codegen.ConfigProto
1
+ # Generated by the PublicProtoGen Gapic Yaml Generator. DO NOT EDIT.
2
+ # Any manual changes will be overwritten by the publication process.
3
+
4
+ type : com.google.api.codegen.ConfigProto
2
5
config_schema_version : 2.0.0
3
6
interfaces :
4
7
- name : google.cloud.ids.v1.IDS
5
8
methods :
6
9
- name : CreateEndpoint
7
10
long_running :
8
11
initial_poll_delay_millis : 5000
9
- poll_delay_multiplier : 2
12
+ poll_delay_multiplier : 2.0
10
13
max_poll_delay_millis : 45000
11
14
total_poll_timeout_millis : 3600000
12
15
- name : DeleteEndpoint
13
16
long_running :
14
17
initial_poll_delay_millis : 5000
15
- poll_delay_multiplier : 2
18
+ poll_delay_multiplier : 2.0
16
19
max_poll_delay_millis : 45000
17
20
total_poll_timeout_millis : 3600000
Original file line number Diff line number Diff line change @@ -105,3 +105,18 @@ authentication:
105
105
oauth :
106
106
canonical_scopes : |-
107
107
https://www.googleapis.com/auth/cloud-platform
108
+
109
+ publishing :
110
+ method_settings :
111
+ - selector : google.cloud.ids.v1.IDS.CreateEndpoint
112
+ long_running :
113
+ initial_poll_delay : 5s
114
+ poll_delay_multiplier : 2.0
115
+ max_poll_delay : 45s
116
+ total_poll_timeout : 3600s
117
+ - selector : google.cloud.ids.v1.IDS.DeleteEndpoint
118
+ long_running :
119
+ initial_poll_delay : 5s
120
+ poll_delay_multiplier : 2.0
121
+ max_poll_delay : 45s
122
+ total_poll_timeout : 3600s
You can’t perform that action at this time.
0 commit comments