@google-analytics/data 7.0.0 → 7.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -50,6 +50,8 @@
50
50
  "EDITION_PROTO3": 999,
51
51
  "EDITION_2023": 1000,
52
52
  "EDITION_2024": 1001,
53
+ "EDITION_2026": 1002,
54
+ "EDITION_UNSTABLE": 9999,
53
55
  "EDITION_1_TEST_ONLY": 1,
54
56
  "EDITION_2_TEST_ONLY": 2,
55
57
  "EDITION_99997_TEST_ONLY": 99997,
@@ -244,6 +246,10 @@
244
246
  }
245
247
  },
246
248
  "extensions": [
249
+ [
250
+ 990,
251
+ 998
252
+ ],
247
253
  [
248
254
  1000,
249
255
  536870911
@@ -519,7 +525,10 @@
519
525
  "type": "bool",
520
526
  "id": 10,
521
527
  "options": {
522
- "default": false
528
+ "default": false,
529
+ "feature_support.edition_introduced": "EDITION_PROTO2",
530
+ "feature_support.edition_removed": "EDITION_2024",
531
+ "feature_support.removal_error": "This behavior is enabled by default in editions 2024 and above. To disable it, you can set `features.(pb.java).nest_in_file_class = YES` on individual messages, enums, or services."
523
532
  }
524
533
  },
525
534
  "javaGenerateEqualsAndHash": {
@@ -579,7 +588,9 @@
579
588
  "type": "bool",
580
589
  "id": 31,
581
590
  "options": {
582
- "default": true
591
+ "default": true,
592
+ "feature_support.edition_removed": "EDITION_2026",
593
+ "feature_support.removal_error": "cc_enable_arenas is enabled by default in every edition and overrides are ignored.This option is removed in editions 2026 and above."
583
594
  }
584
595
  },
585
596
  "objcClassPrefix": {
@@ -621,6 +632,10 @@
621
632
  }
622
633
  },
623
634
  "extensions": [
635
+ [
636
+ 990,
637
+ 998
638
+ ],
624
639
  [
625
640
  1000,
626
641
  536870911
@@ -693,6 +708,10 @@
693
708
  }
694
709
  },
695
710
  "extensions": [
711
+ [
712
+ 990,
713
+ 998
714
+ ],
696
715
  [
697
716
  1000,
698
717
  536870911
@@ -807,6 +826,10 @@
807
826
  }
808
827
  },
809
828
  "extensions": [
829
+ [
830
+ 990,
831
+ 998
832
+ ],
810
833
  [
811
834
  1000,
812
835
  536870911
@@ -887,6 +910,10 @@
887
910
  "editionRemoved": {
888
911
  "type": "Edition",
889
912
  "id": 4
913
+ },
914
+ "removalError": {
915
+ "type": "string",
916
+ "id": 5
890
917
  }
891
918
  }
892
919
  }
@@ -906,6 +933,10 @@
906
933
  }
907
934
  },
908
935
  "extensions": [
936
+ [
937
+ 990,
938
+ 998
939
+ ],
909
940
  [
910
941
  1000,
911
942
  536870911
@@ -944,6 +975,10 @@
944
975
  }
945
976
  },
946
977
  "extensions": [
978
+ [
979
+ 990,
980
+ 998
981
+ ],
947
982
  [
948
983
  1000,
949
984
  536870911
@@ -988,6 +1023,10 @@
988
1023
  }
989
1024
  },
990
1025
  "extensions": [
1026
+ [
1027
+ 990,
1028
+ 998
1029
+ ],
991
1030
  [
992
1031
  1000,
993
1032
  536870911
@@ -1015,6 +1054,10 @@
1015
1054
  }
1016
1055
  },
1017
1056
  "extensions": [
1057
+ [
1058
+ 990,
1059
+ 998
1060
+ ],
1018
1061
  [
1019
1062
  1000,
1020
1063
  536870911
@@ -1049,6 +1092,10 @@
1049
1092
  }
1050
1093
  },
1051
1094
  "extensions": [
1095
+ [
1096
+ 990,
1097
+ 998
1098
+ ],
1052
1099
  [
1053
1100
  1000,
1054
1101
  536870911
@@ -1190,8 +1237,8 @@
1190
1237
  "retention": "RETENTION_SOURCE",
1191
1238
  "targets": "TARGET_TYPE_METHOD",
1192
1239
  "feature_support.edition_introduced": "EDITION_2024",
1193
- "edition_defaults.edition": "EDITION_2024",
1194
- "edition_defaults.value": "STYLE2024"
1240
+ "edition_defaults.edition": "EDITION_2026",
1241
+ "edition_defaults.value": "STYLE2026"
1195
1242
  }
1196
1243
  },
1197
1244
  "defaultSymbolVisibility": {
@@ -1204,6 +1251,17 @@
1204
1251
  "edition_defaults.edition": "EDITION_2024",
1205
1252
  "edition_defaults.value": "EXPORT_TOP_LEVEL"
1206
1253
  }
1254
+ },
1255
+ "enforceProtoLimits": {
1256
+ "type": "ProtoLimitsFeature.EnforceProtoLimits",
1257
+ "id": 9,
1258
+ "options": {
1259
+ "retention": "RETENTION_SOURCE",
1260
+ "targets": "TARGET_TYPE_ONEOF",
1261
+ "feature_support.edition_introduced": "EDITION_2026",
1262
+ "edition_defaults.edition": "EDITION_2026",
1263
+ "edition_defaults.value": "PROTO_LIMITS2026"
1264
+ }
1207
1265
  }
1208
1266
  },
1209
1267
  "extensions": [
@@ -1280,7 +1338,8 @@
1280
1338
  "values": {
1281
1339
  "ENFORCE_NAMING_STYLE_UNKNOWN": 0,
1282
1340
  "STYLE2024": 1,
1283
- "STYLE_LEGACY": 2
1341
+ "STYLE_LEGACY": 2,
1342
+ "STYLE2026": 3
1284
1343
  }
1285
1344
  },
1286
1345
  "VisibilityFeature": {
@@ -1302,6 +1361,18 @@
1302
1361
  }
1303
1362
  }
1304
1363
  }
1364
+ },
1365
+ "ProtoLimitsFeature": {
1366
+ "fields": {},
1367
+ "nested": {
1368
+ "EnforceProtoLimits": {
1369
+ "values": {
1370
+ "PROTO_LIMITS_UNKNOWN": 0,
1371
+ "LEGACY_NO_EXPLICIT_LIMITS": 1,
1372
+ "PROTO_LIMITS2026": 2
1373
+ }
1374
+ }
1375
+ }
1305
1376
  }
1306
1377
  }
1307
1378
  },
@@ -1506,7 +1577,7 @@
1506
1577
  "AlphaAnalyticsData": {
1507
1578
  "options": {
1508
1579
  "(google.api.default_host)": "analyticsdata.googleapis.com",
1509
- "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/analytics,https://www.googleapis.com/auth/analytics.readonly"
1580
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/analytics,https://www.googleapis.com/auth/analytics.chatbot.read,https://www.googleapis.com/auth/analytics.readonly"
1510
1581
  },
1511
1582
  "methods": {
1512
1583
  "RunFunnelReport": {
@@ -1767,6 +1838,22 @@
1767
1838
  }
1768
1839
  ]
1769
1840
  },
1841
+ "Chat": {
1842
+ "requestType": "ChatRequest",
1843
+ "responseType": "ChatResponse",
1844
+ "options": {
1845
+ "(google.api.http).post": "/v1alpha/{property=properties/*}:chat",
1846
+ "(google.api.http).body": "*"
1847
+ },
1848
+ "parsedOptions": [
1849
+ {
1850
+ "(google.api.http)": {
1851
+ "post": "/v1alpha/{property=properties/*}:chat",
1852
+ "body": "*"
1853
+ }
1854
+ }
1855
+ ]
1856
+ },
1770
1857
  "RunReport": {
1771
1858
  "requestType": "RunReportRequest",
1772
1859
  "responseType": "RunReportResponse",
@@ -2842,6 +2929,64 @@
2842
2929
  }
2843
2930
  }
2844
2931
  },
2932
+ "ChatRequest": {
2933
+ "oneofs": {
2934
+ "_sessionId": {
2935
+ "oneof": [
2936
+ "sessionId"
2937
+ ]
2938
+ }
2939
+ },
2940
+ "fields": {
2941
+ "property": {
2942
+ "type": "string",
2943
+ "id": 1,
2944
+ "options": {
2945
+ "(google.api.field_behavior)": "REQUIRED",
2946
+ "(google.api.resource_reference).type": "analyticsadmin.googleapis.com/Property"
2947
+ }
2948
+ },
2949
+ "userQuery": {
2950
+ "type": "string",
2951
+ "id": 2,
2952
+ "options": {
2953
+ "(google.api.field_behavior)": "REQUIRED"
2954
+ }
2955
+ },
2956
+ "sessionId": {
2957
+ "type": "string",
2958
+ "id": 3,
2959
+ "options": {
2960
+ "(google.api.field_behavior)": "OPTIONAL",
2961
+ "proto3_optional": true
2962
+ }
2963
+ },
2964
+ "returnPropertyQuota": {
2965
+ "type": "bool",
2966
+ "id": 4,
2967
+ "options": {
2968
+ "(google.api.field_behavior)": "OPTIONAL"
2969
+ }
2970
+ }
2971
+ }
2972
+ },
2973
+ "ChatResponse": {
2974
+ "fields": {
2975
+ "sessionId": {
2976
+ "type": "string",
2977
+ "id": 1
2978
+ },
2979
+ "blocks": {
2980
+ "rule": "repeated",
2981
+ "type": "ResponseBlock",
2982
+ "id": 2
2983
+ },
2984
+ "propertyQuota": {
2985
+ "type": "PropertyChatQuota",
2986
+ "id": 3
2987
+ }
2988
+ }
2989
+ },
2845
2990
  "RunReportRequest": {
2846
2991
  "fields": {
2847
2992
  "property": {
@@ -3581,6 +3726,11 @@
3581
3726
  "section": {
3582
3727
  "type": "Section",
3583
3728
  "id": 10
3729
+ },
3730
+ "dataTruncationReasons": {
3731
+ "rule": "repeated",
3732
+ "type": "DataTruncationReason",
3733
+ "id": 11
3584
3734
  }
3585
3735
  },
3586
3736
  "nested": {
@@ -3617,6 +3767,100 @@
3617
3767
  }
3618
3768
  }
3619
3769
  }
3770
+ },
3771
+ "DataTruncationReason": {
3772
+ "oneofs": {
3773
+ "_dataTruncationType": {
3774
+ "oneof": [
3775
+ "dataTruncationType"
3776
+ ]
3777
+ },
3778
+ "_dataTruncationMessage": {
3779
+ "oneof": [
3780
+ "dataTruncationMessage"
3781
+ ]
3782
+ },
3783
+ "_dataTruncationDate": {
3784
+ "oneof": [
3785
+ "dataTruncationDate"
3786
+ ]
3787
+ }
3788
+ },
3789
+ "fields": {
3790
+ "dataTruncationType": {
3791
+ "type": "DataTruncationType",
3792
+ "id": 1,
3793
+ "options": {
3794
+ "proto3_optional": true
3795
+ }
3796
+ },
3797
+ "dataTruncationMessage": {
3798
+ "type": "string",
3799
+ "id": 2,
3800
+ "options": {
3801
+ "proto3_optional": true
3802
+ }
3803
+ },
3804
+ "dataTruncationDate": {
3805
+ "type": "string",
3806
+ "id": 3,
3807
+ "options": {
3808
+ "proto3_optional": true
3809
+ }
3810
+ },
3811
+ "dataTruncationDateRanges": {
3812
+ "rule": "repeated",
3813
+ "type": "DataTruncationDateRange",
3814
+ "id": 4
3815
+ }
3816
+ },
3817
+ "nested": {
3818
+ "DataTruncationType": {
3819
+ "values": {
3820
+ "DATA_TRUNCATION_TYPE_UNSPECIFIED": 0,
3821
+ "DATA_TRUNCATION_TYPE_RULES_BASED_MODELS": 1,
3822
+ "DATA_TRUNCATION_TYPE_DATA_DRIVEN_ATTRIBUTION": 2,
3823
+ "DATA_TRUNCATION_TYPE_DV360": 3,
3824
+ "DATA_TRUNCATION_TYPE_CM360": 4,
3825
+ "DATA_TRUNCATION_TYPE_ITEM_SCOPED_ECOMMERCE_METRICS": 5,
3826
+ "DATA_TRUNCATION_TYPE_EVENT_SCOPED_ECOMMERCE_METRICS": 6,
3827
+ "DATA_TRUNCATION_TYPE_DATE_RANGE": 7,
3828
+ "DATA_TRUNCATION_TYPE_PROPERTY": 8,
3829
+ "DATA_TRUNCATION_TYPE_CONVERSIONS": 9,
3830
+ "DATA_TRUNCATION_TYPE_GOOGLE_ADS": 10
3831
+ }
3832
+ },
3833
+ "DataTruncationDateRange": {
3834
+ "oneofs": {
3835
+ "_startDate": {
3836
+ "oneof": [
3837
+ "startDate"
3838
+ ]
3839
+ },
3840
+ "_endDate": {
3841
+ "oneof": [
3842
+ "endDate"
3843
+ ]
3844
+ }
3845
+ },
3846
+ "fields": {
3847
+ "startDate": {
3848
+ "type": "string",
3849
+ "id": 1,
3850
+ "options": {
3851
+ "proto3_optional": true
3852
+ }
3853
+ },
3854
+ "endDate": {
3855
+ "type": "string",
3856
+ "id": 2,
3857
+ "options": {
3858
+ "proto3_optional": true
3859
+ }
3860
+ }
3861
+ }
3862
+ }
3863
+ }
3620
3864
  }
3621
3865
  }
3622
3866
  },
@@ -3834,6 +4078,71 @@
3834
4078
  }
3835
4079
  }
3836
4080
  },
4081
+ "ResponseBlock": {
4082
+ "oneofs": {
4083
+ "block": {
4084
+ "oneof": [
4085
+ "text",
4086
+ "table"
4087
+ ]
4088
+ }
4089
+ },
4090
+ "fields": {
4091
+ "text": {
4092
+ "type": "string",
4093
+ "id": 1
4094
+ },
4095
+ "table": {
4096
+ "type": "DataTable",
4097
+ "id": 2
4098
+ }
4099
+ },
4100
+ "nested": {
4101
+ "DataTableCell": {
4102
+ "fields": {
4103
+ "value": {
4104
+ "type": "string",
4105
+ "id": 1
4106
+ }
4107
+ }
4108
+ },
4109
+ "DataTableHeader": {
4110
+ "fields": {
4111
+ "header": {
4112
+ "type": "string",
4113
+ "id": 1
4114
+ },
4115
+ "dataType": {
4116
+ "type": "string",
4117
+ "id": 2
4118
+ }
4119
+ }
4120
+ },
4121
+ "DataTableRow": {
4122
+ "fields": {
4123
+ "columns": {
4124
+ "rule": "repeated",
4125
+ "type": "DataTableCell",
4126
+ "id": 1
4127
+ }
4128
+ }
4129
+ },
4130
+ "DataTable": {
4131
+ "fields": {
4132
+ "headers": {
4133
+ "rule": "repeated",
4134
+ "type": "DataTableHeader",
4135
+ "id": 1
4136
+ },
4137
+ "rows": {
4138
+ "rule": "repeated",
4139
+ "type": "DataTableRow",
4140
+ "id": 2
4141
+ }
4142
+ }
4143
+ }
4144
+ }
4145
+ },
3837
4146
  "UserSegment": {
3838
4147
  "fields": {
3839
4148
  "userInclusionCriteria": {
@@ -4704,6 +5013,18 @@
4704
5013
  "id": 2
4705
5014
  }
4706
5015
  }
5016
+ },
5017
+ "PropertyChatQuota": {
5018
+ "fields": {
5019
+ "tokensPerDay": {
5020
+ "type": "QuotaStatus",
5021
+ "id": 1
5022
+ },
5023
+ "tokensPerHour": {
5024
+ "type": "QuotaStatus",
5025
+ "id": 2
5026
+ }
5027
+ }
4707
5028
  }
4708
5029
  }
4709
5030
  },
@@ -6251,6 +6572,11 @@
6251
6572
  "rule": "repeated",
6252
6573
  "type": "SamplingMetadata",
6253
6574
  "id": 9
6575
+ },
6576
+ "dataTruncationReasons": {
6577
+ "rule": "repeated",
6578
+ "type": "DataTruncationReason",
6579
+ "id": 10
6254
6580
  }
6255
6581
  },
6256
6582
  "nested": {
@@ -6287,6 +6613,100 @@
6287
6613
  }
6288
6614
  }
6289
6615
  }
6616
+ },
6617
+ "DataTruncationReason": {
6618
+ "oneofs": {
6619
+ "_dataTruncationType": {
6620
+ "oneof": [
6621
+ "dataTruncationType"
6622
+ ]
6623
+ },
6624
+ "_dataTruncationMessage": {
6625
+ "oneof": [
6626
+ "dataTruncationMessage"
6627
+ ]
6628
+ },
6629
+ "_dataTruncationDate": {
6630
+ "oneof": [
6631
+ "dataTruncationDate"
6632
+ ]
6633
+ }
6634
+ },
6635
+ "fields": {
6636
+ "dataTruncationType": {
6637
+ "type": "DataTruncationType",
6638
+ "id": 1,
6639
+ "options": {
6640
+ "proto3_optional": true
6641
+ }
6642
+ },
6643
+ "dataTruncationMessage": {
6644
+ "type": "string",
6645
+ "id": 2,
6646
+ "options": {
6647
+ "proto3_optional": true
6648
+ }
6649
+ },
6650
+ "dataTruncationDate": {
6651
+ "type": "string",
6652
+ "id": 3,
6653
+ "options": {
6654
+ "proto3_optional": true
6655
+ }
6656
+ },
6657
+ "dataTruncationDateRanges": {
6658
+ "rule": "repeated",
6659
+ "type": "DataTruncationDateRange",
6660
+ "id": 4
6661
+ }
6662
+ },
6663
+ "nested": {
6664
+ "DataTruncationType": {
6665
+ "values": {
6666
+ "DATA_TRUNCATION_TYPE_UNSPECIFIED": 0,
6667
+ "DATA_TRUNCATION_TYPE_RULES_BASED_MODELS": 1,
6668
+ "DATA_TRUNCATION_TYPE_DATA_DRIVEN_ATTRIBUTION": 2,
6669
+ "DATA_TRUNCATION_TYPE_DV360": 3,
6670
+ "DATA_TRUNCATION_TYPE_CM360": 4,
6671
+ "DATA_TRUNCATION_TYPE_ITEM_SCOPED_ECOMMERCE_METRICS": 5,
6672
+ "DATA_TRUNCATION_TYPE_EVENT_SCOPED_ECOMMERCE_METRICS": 6,
6673
+ "DATA_TRUNCATION_TYPE_DATE_RANGE": 7,
6674
+ "DATA_TRUNCATION_TYPE_PROPERTY": 8,
6675
+ "DATA_TRUNCATION_TYPE_CONVERSIONS": 9,
6676
+ "DATA_TRUNCATION_TYPE_GOOGLE_ADS": 10
6677
+ }
6678
+ },
6679
+ "DataTruncationDateRange": {
6680
+ "oneofs": {
6681
+ "_startDate": {
6682
+ "oneof": [
6683
+ "startDate"
6684
+ ]
6685
+ },
6686
+ "_endDate": {
6687
+ "oneof": [
6688
+ "endDate"
6689
+ ]
6690
+ }
6691
+ },
6692
+ "fields": {
6693
+ "startDate": {
6694
+ "type": "string",
6695
+ "id": 1,
6696
+ "options": {
6697
+ "proto3_optional": true
6698
+ }
6699
+ },
6700
+ "endDate": {
6701
+ "type": "string",
6702
+ "id": 2,
6703
+ "options": {
6704
+ "proto3_optional": true
6705
+ }
6706
+ }
6707
+ }
6708
+ }
6709
+ }
6290
6710
  }
6291
6711
  }
6292
6712
  },
@@ -6934,6 +7354,10 @@
6934
7354
  "common": {
6935
7355
  "type": "CommonLanguageSettings",
6936
7356
  "id": 1
7357
+ },
7358
+ "libraryPackage": {
7359
+ "type": "string",
7360
+ "id": 2
6937
7361
  }
6938
7362
  }
6939
7363
  },
@@ -7043,6 +7467,10 @@
7043
7467
  "rule": "repeated",
7044
7468
  "type": "string",
7045
7469
  "id": 3
7470
+ },
7471
+ "batching": {
7472
+ "type": "BatchingConfigProto",
7473
+ "id": 4
7046
7474
  }
7047
7475
  },
7048
7476
  "nested": {
@@ -7100,6 +7528,79 @@
7100
7528
  }
7101
7529
  }
7102
7530
  },
7531
+ "BatchingConfigProto": {
7532
+ "fields": {
7533
+ "thresholds": {
7534
+ "type": "BatchingSettingsProto",
7535
+ "id": 1
7536
+ },
7537
+ "batchDescriptor": {
7538
+ "type": "BatchingDescriptorProto",
7539
+ "id": 2
7540
+ }
7541
+ }
7542
+ },
7543
+ "BatchingSettingsProto": {
7544
+ "fields": {
7545
+ "elementCountThreshold": {
7546
+ "type": "int32",
7547
+ "id": 1
7548
+ },
7549
+ "requestByteThreshold": {
7550
+ "type": "int64",
7551
+ "id": 2
7552
+ },
7553
+ "delayThreshold": {
7554
+ "type": "google.protobuf.Duration",
7555
+ "id": 3
7556
+ },
7557
+ "elementCountLimit": {
7558
+ "type": "int32",
7559
+ "id": 4
7560
+ },
7561
+ "requestByteLimit": {
7562
+ "type": "int32",
7563
+ "id": 5
7564
+ },
7565
+ "flowControlElementLimit": {
7566
+ "type": "int32",
7567
+ "id": 6
7568
+ },
7569
+ "flowControlByteLimit": {
7570
+ "type": "int32",
7571
+ "id": 7
7572
+ },
7573
+ "flowControlLimitExceededBehavior": {
7574
+ "type": "FlowControlLimitExceededBehaviorProto",
7575
+ "id": 8
7576
+ }
7577
+ }
7578
+ },
7579
+ "FlowControlLimitExceededBehaviorProto": {
7580
+ "values": {
7581
+ "UNSET_BEHAVIOR": 0,
7582
+ "THROW_EXCEPTION": 1,
7583
+ "BLOCK": 2,
7584
+ "IGNORE": 3
7585
+ }
7586
+ },
7587
+ "BatchingDescriptorProto": {
7588
+ "fields": {
7589
+ "batchedField": {
7590
+ "type": "string",
7591
+ "id": 1
7592
+ },
7593
+ "discriminatorFields": {
7594
+ "rule": "repeated",
7595
+ "type": "string",
7596
+ "id": 2
7597
+ },
7598
+ "subresponseField": {
7599
+ "type": "string",
7600
+ "id": 3
7601
+ }
7602
+ }
7603
+ },
7103
7604
  "LaunchStage": {
7104
7605
  "values": {
7105
7606
  "LAUNCH_STAGE_UNSPECIFIED": 0,
@@ -7215,7 +7716,6 @@
7215
7716
  },
7216
7717
  "longrunning": {
7217
7718
  "options": {
7218
- "cc_enable_arenas": true,
7219
7719
  "csharp_namespace": "Google.LongRunning",
7220
7720
  "go_package": "cloud.google.com/go/longrunning/autogen/longrunningpb;longrunningpb",
7221
7721
  "java_multiple_files": true,
@@ -7372,6 +7872,10 @@
7372
7872
  "pageToken": {
7373
7873
  "type": "string",
7374
7874
  "id": 3
7875
+ },
7876
+ "returnPartialSuccess": {
7877
+ "type": "bool",
7878
+ "id": 5
7375
7879
  }
7376
7880
  }
7377
7881
  },
@@ -7385,6 +7889,14 @@
7385
7889
  "nextPageToken": {
7386
7890
  "type": "string",
7387
7891
  "id": 2
7892
+ },
7893
+ "unreachable": {
7894
+ "rule": "repeated",
7895
+ "type": "string",
7896
+ "id": 3,
7897
+ "options": {
7898
+ "(google.api.field_behavior)": "UNORDERED_LIST"
7899
+ }
7388
7900
  }
7389
7901
  }
7390
7902
  },
@@ -7432,7 +7944,6 @@
7432
7944
  },
7433
7945
  "rpc": {
7434
7946
  "options": {
7435
- "cc_enable_arenas": true,
7436
7947
  "go_package": "google.golang.org/genproto/googleapis/rpc/status;status",
7437
7948
  "java_multiple_files": true,
7438
7949
  "java_outer_classname": "StatusProto",