File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Generated by the PublicProtoGen Gapic Yaml Generator. DO NOT EDIT.
2+ # Any manual changes will be overwritten by the publication process.
3+
14type : com.google.api.codegen.ConfigProto
25config_schema_version : 2.0.0
36language_settings :
@@ -11,7 +14,6 @@ interfaces:
1114- name : google.logging.v2.LoggingServiceV2
1215 methods :
1316 - name : WriteLogEntries
14- retry_codes_name : idempotent
1517 batching :
1618 thresholds :
1719 element_count_threshold : 1000
Original file line number Diff line number Diff line change @@ -221,4 +221,28 @@ authentication:
221221 https://www.googleapis.com/auth/logging.read
222222
223223publishing :
224+ method_settings :
225+ - selector : google.logging.v2.LoggingServiceV2.WriteLogEntries
226+ batching :
227+ thresholds :
228+ element_count_threshold : 1000
229+ request_byte_threshold : ' 1048576'
230+ delay_threshold : 0.050s
231+ flow_control_element_limit : 100000
232+ flow_control_byte_limit : 10485760
233+ flow_control_limit_exceeded_behavior : THROW_EXCEPTION
234+ batch_descriptor :
235+ batched_field : entries
236+ discriminator_fields :
237+ - log_name
238+ - resource
239+ - labels
224240 documentation_uri : https://cloud.google.com/logging/docs/
241+ library_settings :
242+ - version : google.logging.v2
243+ java_settings :
244+ library_package : com.google.cloud.logging.v2
245+ service_class_names :
246+ google.logging.v2.ConfigServiceV2 : Config
247+ google.logging.v2.LoggingServiceV2 : Logging
248+ google.logging.v2.MetricsServiceV2 : Metrics
You can’t perform that action at this time.
0 commit comments