1type: com.google.api.codegen.ConfigProto 2config_schema_version: 2.0.0 3language_settings: 4 java: 5 package_name: com.google.cloud.logging.v2 6 interface_names: 7 google.logging.v2.ConfigServiceV2: Config 8 google.logging.v2.LoggingServiceV2: Logging 9 google.logging.v2.MetricsServiceV2: Metrics 10interfaces: 11- name: google.logging.v2.LoggingServiceV2 12 methods: 13 - name: WriteLogEntries 14 retry_codes_name: idempotent 15 batching: 16 thresholds: 17 element_count_threshold: 1000 18 request_byte_threshold: 1048576 19 delay_threshold_millis: 50 20 flow_control_element_limit: 100000 21 flow_control_byte_limit: 10485760 22 flow_control_limit_exceeded_behavior: THROW_EXCEPTION 23 batch_descriptor: 24 batched_field: entries 25 discriminator_fields: 26 - log_name 27 - resource 28 - labels 29