Synchronize new proto changes.
diff --git a/google/logging/v2/logging_gapic.yaml b/google/logging/v2/logging_gapic.yaml
index d1c18f5..dfcd152 100644
--- a/google/logging/v2/logging_gapic.yaml
+++ b/google/logging/v2/logging_gapic.yaml
@@ -32,24 +32,32 @@
   entity_name: sink
 - name_pattern: projects/{project}/metrics/{metric}
   entity_name: metric
+- name_pattern: projects/{project}/exclusions/{exclusion}
+  entity_name: exclusion
 - name_pattern: organizations/{organization}
   entity_name: organization
 - name_pattern: organizations/{organization}/logs/{log}
   entity_name: organization_log
 - name_pattern: organizations/{organization}/sinks/{sink}
   entity_name: organization_sink
+- name_pattern: organizations/{organization}/exclusions/{exclusion}
+  entity_name: organization_exclusion
 - name_pattern: folders/{folder}
   entity_name: folder
 - name_pattern: folders/{folder}/logs/{log}
   entity_name: folder_log
 - name_pattern: folders/{folder}/sinks/{sink}
   entity_name: folder_sink
+- name_pattern: folders/{folder}/exclusions/{exclusion}
+  entity_name: folder_exclusion
 - name_pattern: billingAccounts/{billing_account}
   entity_name: billing
 - name_pattern: billingAccounts/{billing_account}/logs/{log}
   entity_name: billing_log
 - name_pattern: billingAccounts/{billing_account}/sinks/{sink}
   entity_name: billing_sink
+- name_pattern: billingAccounts/{billingAccount}/exclusions/{exclusion}
+  entity_name: billing_exclusion
 collection_oneofs:
 - oneof_name: parent_oneof
   collection_names:
@@ -63,6 +71,12 @@
   - organization_sink
   - folder_sink
   - billing_sink
+- oneof_name: exclusion_oneof
+  collection_names:
+  - exclusion
+  - organization_exclusion
+  - folder_exclusion
+  - billing_exclusion
 - oneof_name: log_oneof
   collection_names:
   - log
@@ -92,10 +106,18 @@
     initial_retry_delay_millis: 100
     retry_delay_multiplier: 1.2
     max_retry_delay_millis: 1000
-    initial_rpc_timeout_millis: 2000
+    initial_rpc_timeout_millis: 30000
     rpc_timeout_multiplier: 1.5
-    max_rpc_timeout_millis: 30000
-    total_timeout_millis: 45000
+    max_rpc_timeout_millis: 60000
+    total_timeout_millis: 90000
+  - name: write_sink
+    initial_retry_delay_millis: 100
+    retry_delay_multiplier: 1.2
+    max_retry_delay_millis: 1000
+    initial_rpc_timeout_millis: 30000
+    rpc_timeout_multiplier: 1.5
+    max_rpc_timeout_millis: 60000
+    total_timeout_millis: 120000
   methods:
   - name: ListSinks
     flattening:
@@ -114,7 +136,7 @@
         resources_field: sinks
     retry_codes_name: idempotent
     retry_params_name: default
-    timeout_millis: 30000
+    timeout_millis: 60000
     field_name_patterns:
       parent: parent_oneof
     resource_name_treatment: STATIC_TYPES
@@ -128,7 +150,7 @@
     request_object_method: false
     retry_codes_name: idempotent
     retry_params_name: default
-    timeout_millis: 30000
+    timeout_millis: 60000
     field_name_patterns:
       sink_name: sink_oneof
     resource_name_treatment: STATIC_TYPES
@@ -144,7 +166,7 @@
     request_object_method: true
     retry_codes_name: non_idempotent
     retry_params_name: default
-    timeout_millis: 30000
+    timeout_millis: 120000
     field_name_patterns:
       parent: parent_oneof
     resource_name_treatment: STATIC_TYPES
@@ -160,7 +182,7 @@
     request_object_method: true
     retry_codes_name: non_idempotent
     retry_params_name: default
-    timeout_millis: 30000
+    timeout_millis: 120000
     field_name_patterns:
       sink_name: sink_oneof
     resource_name_treatment: STATIC_TYPES
@@ -174,10 +196,93 @@
     request_object_method: false
     retry_codes_name: idempotent
     retry_params_name: default
-    timeout_millis: 30000
+    timeout_millis: 60000
     field_name_patterns:
       sink_name: sink_oneof
     resource_name_treatment: STATIC_TYPES
+  - name: ListExclusions
+    flattening:
+      groups:
+      - parameters:
+        - parent
+    required_fields:
+    - parent
+    request_object_method: true
+    page_streaming:
+      request:
+        token_field: page_token
+        page_size_field: page_size
+      response:
+        token_field: next_page_token
+        resources_field: exclusions
+    retry_codes_name: idempotent
+    retry_params_name: default
+    timeout_millis: 60000
+    field_name_patterns:
+      parent: parent_oneof
+    resource_name_treatment: STATIC_TYPES
+  - name: GetExclusion
+    flattening:
+      groups:
+      - parameters:
+        - name
+    required_fields:
+    - name
+    request_object_method: false
+    retry_codes_name: idempotent
+    retry_params_name: default
+    timeout_millis: 60000
+    field_name_patterns:
+      name: exclusion_oneof
+    resource_name_treatment: STATIC_TYPES
+  - name: CreateExclusion
+    flattening:
+      groups:
+      - parameters:
+        - parent
+        - exclusion
+    required_fields:
+    - parent
+    - exclusion
+    request_object_method: true
+    retry_codes_name: non_idempotent
+    retry_params_name: default
+    timeout_millis: 60000
+    field_name_patterns:
+      parent: parent_oneof
+    resource_name_treatment: STATIC_TYPES
+  - name: UpdateExclusion
+    flattening:
+      groups:
+      - parameters:
+        - name
+        - exclusion
+        - update_mask
+    required_fields:
+    - name
+    - exclusion
+    - update_mask
+    request_object_method: true
+    retry_codes_name: non_idempotent
+    retry_params_name: default
+    timeout_millis: 60000
+    field_name_patterns:
+      name: exclusion_oneof
+    resource_name_treatment: STATIC_TYPES
+  - name: DeleteExclusion
+    flattening:
+      groups:
+      - parameters:
+        - name
+    required_fields:
+    - name
+    request_object_method: false
+    retry_codes_name: idempotent
+    retry_params_name: default
+    timeout_millis: 60000
+    field_name_patterns:
+      name: exclusion_oneof
+    resource_name_treatment: STATIC_TYPES
 - name: google.logging.v2.MetricsServiceV2
   collections:
   - name_pattern: projects/{project}
@@ -197,10 +302,10 @@
     initial_retry_delay_millis: 100
     retry_delay_multiplier: 1.2
     max_retry_delay_millis: 1000
-    initial_rpc_timeout_millis: 2000
+    initial_rpc_timeout_millis: 20000
     rpc_timeout_multiplier: 1.5
-    max_rpc_timeout_millis: 30000
-    total_timeout_millis: 45000
+    max_rpc_timeout_millis: 60000
+    total_timeout_millis: 90000
   methods:
   - name: ListLogMetrics
     flattening:
@@ -219,7 +324,7 @@
         resources_field: metrics
     retry_codes_name: idempotent
     retry_params_name: default
-    timeout_millis: 30000
+    timeout_millis: 60000
     field_name_patterns:
       parent: parent_oneof
     resource_name_treatment: STATIC_TYPES
@@ -233,7 +338,7 @@
     request_object_method: false
     retry_codes_name: idempotent
     retry_params_name: default
-    timeout_millis: 30000
+    timeout_millis: 60000
     field_name_patterns:
       metric_name: metric_oneof
     resource_name_treatment: STATIC_TYPES
@@ -249,7 +354,7 @@
     request_object_method: true
     retry_codes_name: non_idempotent
     retry_params_name: default
-    timeout_millis: 30000
+    timeout_millis: 60000
     field_name_patterns:
       parent: parent_oneof
     resource_name_treatment: STATIC_TYPES
@@ -265,7 +370,7 @@
     request_object_method: true
     retry_codes_name: non_idempotent
     retry_params_name: default
-    timeout_millis: 30000
+    timeout_millis: 60000
     field_name_patterns:
       metric_name: metric_oneof
     resource_name_treatment: STATIC_TYPES
@@ -279,7 +384,7 @@
     request_object_method: false
     retry_codes_name: idempotent
     retry_params_name: default
-    timeout_millis: 30000
+    timeout_millis: 60000
     field_name_patterns:
       metric_name: metric_oneof
     resource_name_treatment: STATIC_TYPES
@@ -308,18 +413,18 @@
     initial_retry_delay_millis: 100
     retry_delay_multiplier: 1.2
     max_retry_delay_millis: 1000
-    initial_rpc_timeout_millis: 2000
+    initial_rpc_timeout_millis: 20000
     rpc_timeout_multiplier: 1.5
-    max_rpc_timeout_millis: 30000
-    total_timeout_millis: 45000
+    max_rpc_timeout_millis: 60000
+    total_timeout_millis: 90000
   - name: list
     initial_retry_delay_millis: 100
     retry_delay_multiplier: 1.2
     max_retry_delay_millis: 1000
-    initial_rpc_timeout_millis: 7000
+    initial_rpc_timeout_millis: 2000
     rpc_timeout_multiplier: 1.5
-    max_rpc_timeout_millis: 30000
-    total_timeout_millis: 45000
+    max_rpc_timeout_millis: 10000
+    total_timeout_millis: 20000
   methods:
   - name: DeleteLog
     flattening:
@@ -331,7 +436,7 @@
     request_object_method: false
     retry_codes_name: idempotent
     retry_params_name: default
-    timeout_millis: 30000
+    timeout_millis: 60000
     field_name_patterns:
       log_name: log_oneof
     resource_name_treatment: STATIC_TYPES
@@ -348,7 +453,7 @@
     request_object_method: true
     retry_codes_name: non_idempotent
     retry_params_name: default
-    timeout_millis: 30000
+    timeout_millis: 60000
     field_name_patterns:
       log_name: log_oneof
     resource_name_treatment: STATIC_TYPES
@@ -385,7 +490,7 @@
         resources_field: entries
     retry_codes_name: idempotent
     retry_params_name: list
-    timeout_millis: 30000
+    timeout_millis: 10000
     resource_name_treatment: STATIC_TYPES
   - name: ListMonitoredResourceDescriptors
     request_object_method: true
@@ -398,7 +503,7 @@
         resources_field: resource_descriptors
     retry_codes_name: idempotent
     retry_params_name: default
-    timeout_millis: 30000
+    timeout_millis: 60000
     resource_name_treatment: STATIC_TYPES
   - name: ListLogs
     flattening:
@@ -419,7 +524,7 @@
     retry_params_name: default
     field_name_patterns:
       parent: parent_oneof
-    timeout_millis: 30000
+    timeout_millis: 60000
     resource_name_treatment: STATIC_TYPES
 resource_name_generation:
 - message_name: DeleteLogRequest
@@ -470,3 +575,18 @@
 - message_name: ListLogsRequest
   field_entity_map:
     parent: parent_oneof
+- message_name: ListExclusionsRequest
+  field_entity_map:
+    parent: parent_oneof
+- message_name: GetExclusionRequest
+  field_entity_map:
+    name: exclusion_oneof
+- message_name: CreateExclusionRequest
+  field_entity_map:
+    parent: parent_oneof
+- message_name: UpdateExclusionRequest
+  field_entity_map:
+    name: exclusion_oneof
+- message_name: DeleteExclusionRequest
+  field_entity_map:
+    name: exclusion_oneof