You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/dyn/servicemanagement_v1.services.configs.html
+12
Original file line number
Diff line number
Diff line change
@@ -193,6 +193,9 @@ <h3>Method Details</h3>
193
193
"jwtAudience": "A String", # The JWT audience is used when generating a JWT ID token for the backend. This ID token will be added in the HTTP "authorization" header, and sent to the backend.
194
194
"minDeadline": 3.14, # Deprecated, do not use.
195
195
"operationDeadline": 3.14, # The number of seconds to wait for the completion of a long running operation. The default is no deadline.
196
+
"overridesByRequestProtocol": { # The map between request protocol and the backend address.
197
+
"a_key": # Object with schema name: BackendRule
"protocol": "A String", # The protocol used for sending a request to the backend. The supported values are "http/1.1" and "h2". The default value is inferred from the scheme in the address field: SCHEME PROTOCOL http:// http/1.1 https:// http/1.1 grpc:// h2 grpcs:// h2 For secure HTTP backends (https://) that support HTTP/2, set this field to "h2" for improved performance. Configuring this field to non-default values is only supported for secure HTTP backends. This field will be ignored for all other backends. See https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml#alpn-protocol-ids for more details on the supported values.
198
201
"selector": "A String", # Selects the methods to which this rule applies. Refer to selector for syntax details.
@@ -760,6 +763,9 @@ <h3>Method Details</h3>
760
763
"jwtAudience": "A String", # The JWT audience is used when generating a JWT ID token for the backend. This ID token will be added in the HTTP "authorization" header, and sent to the backend.
761
764
"minDeadline": 3.14, # Deprecated, do not use.
762
765
"operationDeadline": 3.14, # The number of seconds to wait for the completion of a long running operation. The default is no deadline.
766
+
"overridesByRequestProtocol": { # The map between request protocol and the backend address.
767
+
"a_key": # Object with schema name: BackendRule
"protocol": "A String", # The protocol used for sending a request to the backend. The supported values are "http/1.1" and "h2". The default value is inferred from the scheme in the address field: SCHEME PROTOCOL http:// http/1.1 https:// http/1.1 grpc:// h2 grpcs:// h2 For secure HTTP backends (https://) that support HTTP/2, set this field to "h2" for improved performance. Configuring this field to non-default values is only supported for secure HTTP backends. This field will be ignored for all other backends. See https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml#alpn-protocol-ids for more details on the supported values.
765
771
"selector": "A String", # Selects the methods to which this rule applies. Refer to selector for syntax details.
@@ -1339,6 +1345,9 @@ <h3>Method Details</h3>
1339
1345
"jwtAudience": "A String", # The JWT audience is used when generating a JWT ID token for the backend. This ID token will be added in the HTTP "authorization" header, and sent to the backend.
1340
1346
"minDeadline": 3.14, # Deprecated, do not use.
1341
1347
"operationDeadline": 3.14, # The number of seconds to wait for the completion of a long running operation. The default is no deadline.
1348
+
"overridesByRequestProtocol": { # The map between request protocol and the backend address.
1349
+
"a_key": # Object with schema name: BackendRule
"protocol": "A String", # The protocol used for sending a request to the backend. The supported values are "http/1.1" and "h2". The default value is inferred from the scheme in the address field: SCHEME PROTOCOL http:// http/1.1 https:// http/1.1 grpc:// h2 grpcs:// h2 For secure HTTP backends (https://) that support HTTP/2, set this field to "h2" for improved performance. Configuring this field to non-default values is only supported for secure HTTP backends. This field will be ignored for all other backends. See https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml#alpn-protocol-ids for more details on the supported values.
1344
1353
"selector": "A String", # Selects the methods to which this rule applies. Refer to selector for syntax details.
@@ -1918,6 +1927,9 @@ <h3>Method Details</h3>
1918
1927
"jwtAudience": "A String", # The JWT audience is used when generating a JWT ID token for the backend. This ID token will be added in the HTTP "authorization" header, and sent to the backend.
1919
1928
"minDeadline": 3.14, # Deprecated, do not use.
1920
1929
"operationDeadline": 3.14, # The number of seconds to wait for the completion of a long running operation. The default is no deadline.
1930
+
"overridesByRequestProtocol": { # The map between request protocol and the backend address.
1931
+
"a_key": # Object with schema name: BackendRule
"protocol": "A String", # The protocol used for sending a request to the backend. The supported values are "http/1.1" and "h2". The default value is inferred from the scheme in the address field: SCHEME PROTOCOL http:// http/1.1 https:// http/1.1 grpc:// h2 grpcs:// h2 For secure HTTP backends (https://) that support HTTP/2, set this field to "h2" for improved performance. Configuring this field to non-default values is only supported for secure HTTP backends. This field will be ignored for all other backends. See https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml#alpn-protocol-ids for more details on the supported values.
1923
1935
"selector": "A String", # Selects the methods to which this rule applies. Refer to selector for syntax details.
Copy file name to clipboardexpand all lines: docs/dyn/servicemanagement_v1.services.html
+3
Original file line number
Diff line number
Diff line change
@@ -388,6 +388,9 @@ <h3>Method Details</h3>
388
388
"jwtAudience": "A String", # The JWT audience is used when generating a JWT ID token for the backend. This ID token will be added in the HTTP "authorization" header, and sent to the backend.
389
389
"minDeadline": 3.14, # Deprecated, do not use.
390
390
"operationDeadline": 3.14, # The number of seconds to wait for the completion of a long running operation. The default is no deadline.
391
+
"overridesByRequestProtocol": { # The map between request protocol and the backend address.
392
+
"a_key": # Object with schema name: BackendRule
"protocol": "A String", # The protocol used for sending a request to the backend. The supported values are "http/1.1" and "h2". The default value is inferred from the scheme in the address field: SCHEME PROTOCOL http:// http/1.1 https:// http/1.1 grpc:// h2 grpcs:// h2 For secure HTTP backends (https://) that support HTTP/2, set this field to "h2" for improved performance. Configuring this field to non-default values is only supported for secure HTTP backends. This field will be ignored for all other backends. See https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml#alpn-protocol-ids for more details on the supported values.
393
396
"selector": "A String", # Selects the methods to which this rule applies. Refer to selector for syntax details.
0 commit comments