@google-cloud/dlp 5.2.0 → 5.3.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.
- package/CHANGELOG.md +7 -0
- package/README.md +6 -0
- package/build/protos/google/privacy/dlp/v2/dlp.proto +598 -106
- package/build/protos/google/privacy/dlp/v2/storage.proto +41 -18
- package/build/protos/protos.d.ts +2107 -16
- package/build/protos/protos.js +10643 -4861
- package/build/protos/protos.json +710 -17
- package/build/src/v2/dlp_service_client.d.ts +1149 -133
- package/build/src/v2/dlp_service_client.js +1049 -85
- package/build/src/v2/dlp_service_client_config.json +30 -0
- package/package.json +3 -3
package/build/protos/protos.json
CHANGED
|
@@ -1048,6 +1048,138 @@
|
|
|
1048
1048
|
}
|
|
1049
1049
|
]
|
|
1050
1050
|
},
|
|
1051
|
+
"ListProjectDataProfiles": {
|
|
1052
|
+
"requestType": "ListProjectDataProfilesRequest",
|
|
1053
|
+
"responseType": "ListProjectDataProfilesResponse",
|
|
1054
|
+
"options": {
|
|
1055
|
+
"(google.api.http).get": "/v2/{parent=organizations/*/locations/*}/projectDataProfiles",
|
|
1056
|
+
"(google.api.http).additional_bindings.get": "/v2/{parent=projects/*/locations/*}/projectDataProfiles",
|
|
1057
|
+
"(google.api.method_signature)": "parent"
|
|
1058
|
+
},
|
|
1059
|
+
"parsedOptions": [
|
|
1060
|
+
{
|
|
1061
|
+
"(google.api.http)": {
|
|
1062
|
+
"get": "/v2/{parent=organizations/*/locations/*}/projectDataProfiles",
|
|
1063
|
+
"additional_bindings": {
|
|
1064
|
+
"get": "/v2/{parent=projects/*/locations/*}/projectDataProfiles"
|
|
1065
|
+
}
|
|
1066
|
+
}
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"(google.api.method_signature)": "parent"
|
|
1070
|
+
}
|
|
1071
|
+
]
|
|
1072
|
+
},
|
|
1073
|
+
"ListTableDataProfiles": {
|
|
1074
|
+
"requestType": "ListTableDataProfilesRequest",
|
|
1075
|
+
"responseType": "ListTableDataProfilesResponse",
|
|
1076
|
+
"options": {
|
|
1077
|
+
"(google.api.http).get": "/v2/{parent=organizations/*/locations/*}/tableDataProfiles",
|
|
1078
|
+
"(google.api.http).additional_bindings.get": "/v2/{parent=projects/*/locations/*}/tableDataProfiles",
|
|
1079
|
+
"(google.api.method_signature)": "parent"
|
|
1080
|
+
},
|
|
1081
|
+
"parsedOptions": [
|
|
1082
|
+
{
|
|
1083
|
+
"(google.api.http)": {
|
|
1084
|
+
"get": "/v2/{parent=organizations/*/locations/*}/tableDataProfiles",
|
|
1085
|
+
"additional_bindings": {
|
|
1086
|
+
"get": "/v2/{parent=projects/*/locations/*}/tableDataProfiles"
|
|
1087
|
+
}
|
|
1088
|
+
}
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
"(google.api.method_signature)": "parent"
|
|
1092
|
+
}
|
|
1093
|
+
]
|
|
1094
|
+
},
|
|
1095
|
+
"ListColumnDataProfiles": {
|
|
1096
|
+
"requestType": "ListColumnDataProfilesRequest",
|
|
1097
|
+
"responseType": "ListColumnDataProfilesResponse",
|
|
1098
|
+
"options": {
|
|
1099
|
+
"(google.api.http).get": "/v2/{parent=organizations/*/locations/*}/columnDataProfiles",
|
|
1100
|
+
"(google.api.http).additional_bindings.get": "/v2/{parent=projects/*/locations/*}/columnDataProfiles",
|
|
1101
|
+
"(google.api.method_signature)": "parent"
|
|
1102
|
+
},
|
|
1103
|
+
"parsedOptions": [
|
|
1104
|
+
{
|
|
1105
|
+
"(google.api.http)": {
|
|
1106
|
+
"get": "/v2/{parent=organizations/*/locations/*}/columnDataProfiles",
|
|
1107
|
+
"additional_bindings": {
|
|
1108
|
+
"get": "/v2/{parent=projects/*/locations/*}/columnDataProfiles"
|
|
1109
|
+
}
|
|
1110
|
+
}
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"(google.api.method_signature)": "parent"
|
|
1114
|
+
}
|
|
1115
|
+
]
|
|
1116
|
+
},
|
|
1117
|
+
"GetProjectDataProfile": {
|
|
1118
|
+
"requestType": "GetProjectDataProfileRequest",
|
|
1119
|
+
"responseType": "ProjectDataProfile",
|
|
1120
|
+
"options": {
|
|
1121
|
+
"(google.api.http).get": "/v2/{name=organizations/*/locations/*/projectDataProfiles/*}",
|
|
1122
|
+
"(google.api.http).additional_bindings.get": "/v2/{name=projects/*/locations/*/projectDataProfiles/*}",
|
|
1123
|
+
"(google.api.method_signature)": "name"
|
|
1124
|
+
},
|
|
1125
|
+
"parsedOptions": [
|
|
1126
|
+
{
|
|
1127
|
+
"(google.api.http)": {
|
|
1128
|
+
"get": "/v2/{name=organizations/*/locations/*/projectDataProfiles/*}",
|
|
1129
|
+
"additional_bindings": {
|
|
1130
|
+
"get": "/v2/{name=projects/*/locations/*/projectDataProfiles/*}"
|
|
1131
|
+
}
|
|
1132
|
+
}
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"(google.api.method_signature)": "name"
|
|
1136
|
+
}
|
|
1137
|
+
]
|
|
1138
|
+
},
|
|
1139
|
+
"GetTableDataProfile": {
|
|
1140
|
+
"requestType": "GetTableDataProfileRequest",
|
|
1141
|
+
"responseType": "TableDataProfile",
|
|
1142
|
+
"options": {
|
|
1143
|
+
"(google.api.http).get": "/v2/{name=organizations/*/locations/*/tableDataProfiles/*}",
|
|
1144
|
+
"(google.api.http).additional_bindings.get": "/v2/{name=projects/*/locations/*/tableDataProfiles/*}",
|
|
1145
|
+
"(google.api.method_signature)": "name"
|
|
1146
|
+
},
|
|
1147
|
+
"parsedOptions": [
|
|
1148
|
+
{
|
|
1149
|
+
"(google.api.http)": {
|
|
1150
|
+
"get": "/v2/{name=organizations/*/locations/*/tableDataProfiles/*}",
|
|
1151
|
+
"additional_bindings": {
|
|
1152
|
+
"get": "/v2/{name=projects/*/locations/*/tableDataProfiles/*}"
|
|
1153
|
+
}
|
|
1154
|
+
}
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
"(google.api.method_signature)": "name"
|
|
1158
|
+
}
|
|
1159
|
+
]
|
|
1160
|
+
},
|
|
1161
|
+
"GetColumnDataProfile": {
|
|
1162
|
+
"requestType": "GetColumnDataProfileRequest",
|
|
1163
|
+
"responseType": "ColumnDataProfile",
|
|
1164
|
+
"options": {
|
|
1165
|
+
"(google.api.http).get": "/v2/{name=organizations/*/locations/*/columnDataProfiles/*}",
|
|
1166
|
+
"(google.api.http).additional_bindings.get": "/v2/{name=projects/*/locations/*/columnDataProfiles/*}",
|
|
1167
|
+
"(google.api.method_signature)": "name"
|
|
1168
|
+
},
|
|
1169
|
+
"parsedOptions": [
|
|
1170
|
+
{
|
|
1171
|
+
"(google.api.http)": {
|
|
1172
|
+
"get": "/v2/{name=organizations/*/locations/*/columnDataProfiles/*}",
|
|
1173
|
+
"additional_bindings": {
|
|
1174
|
+
"get": "/v2/{name=projects/*/locations/*/columnDataProfiles/*}"
|
|
1175
|
+
}
|
|
1176
|
+
}
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"(google.api.method_signature)": "name"
|
|
1180
|
+
}
|
|
1181
|
+
]
|
|
1182
|
+
},
|
|
1051
1183
|
"HybridInspectDlpJob": {
|
|
1052
1184
|
"requestType": "HybridInspectDlpJobRequest",
|
|
1053
1185
|
"responseType": "HybridInspectResponse",
|
|
@@ -5672,6 +5804,129 @@
|
|
|
5672
5804
|
"INVALID": 4
|
|
5673
5805
|
}
|
|
5674
5806
|
},
|
|
5807
|
+
"ListProjectDataProfilesRequest": {
|
|
5808
|
+
"fields": {
|
|
5809
|
+
"parent": {
|
|
5810
|
+
"type": "string",
|
|
5811
|
+
"id": 1,
|
|
5812
|
+
"options": {
|
|
5813
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
5814
|
+
"(google.api.resource_reference).child_type": "dlp.googleapis.com/ProjectDataProfile"
|
|
5815
|
+
}
|
|
5816
|
+
},
|
|
5817
|
+
"pageToken": {
|
|
5818
|
+
"type": "string",
|
|
5819
|
+
"id": 2
|
|
5820
|
+
},
|
|
5821
|
+
"pageSize": {
|
|
5822
|
+
"type": "int32",
|
|
5823
|
+
"id": 3
|
|
5824
|
+
},
|
|
5825
|
+
"orderBy": {
|
|
5826
|
+
"type": "string",
|
|
5827
|
+
"id": 4
|
|
5828
|
+
},
|
|
5829
|
+
"filter": {
|
|
5830
|
+
"type": "string",
|
|
5831
|
+
"id": 5
|
|
5832
|
+
}
|
|
5833
|
+
}
|
|
5834
|
+
},
|
|
5835
|
+
"ListProjectDataProfilesResponse": {
|
|
5836
|
+
"fields": {
|
|
5837
|
+
"projectDataProfiles": {
|
|
5838
|
+
"rule": "repeated",
|
|
5839
|
+
"type": "ProjectDataProfile",
|
|
5840
|
+
"id": 1
|
|
5841
|
+
},
|
|
5842
|
+
"nextPageToken": {
|
|
5843
|
+
"type": "string",
|
|
5844
|
+
"id": 2
|
|
5845
|
+
}
|
|
5846
|
+
}
|
|
5847
|
+
},
|
|
5848
|
+
"ListTableDataProfilesRequest": {
|
|
5849
|
+
"fields": {
|
|
5850
|
+
"parent": {
|
|
5851
|
+
"type": "string",
|
|
5852
|
+
"id": 1,
|
|
5853
|
+
"options": {
|
|
5854
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
5855
|
+
"(google.api.resource_reference).child_type": "dlp.googleapis.com/TableDataProfile"
|
|
5856
|
+
}
|
|
5857
|
+
},
|
|
5858
|
+
"pageToken": {
|
|
5859
|
+
"type": "string",
|
|
5860
|
+
"id": 2
|
|
5861
|
+
},
|
|
5862
|
+
"pageSize": {
|
|
5863
|
+
"type": "int32",
|
|
5864
|
+
"id": 3
|
|
5865
|
+
},
|
|
5866
|
+
"orderBy": {
|
|
5867
|
+
"type": "string",
|
|
5868
|
+
"id": 4
|
|
5869
|
+
},
|
|
5870
|
+
"filter": {
|
|
5871
|
+
"type": "string",
|
|
5872
|
+
"id": 5
|
|
5873
|
+
}
|
|
5874
|
+
}
|
|
5875
|
+
},
|
|
5876
|
+
"ListTableDataProfilesResponse": {
|
|
5877
|
+
"fields": {
|
|
5878
|
+
"tableDataProfiles": {
|
|
5879
|
+
"rule": "repeated",
|
|
5880
|
+
"type": "TableDataProfile",
|
|
5881
|
+
"id": 1
|
|
5882
|
+
},
|
|
5883
|
+
"nextPageToken": {
|
|
5884
|
+
"type": "string",
|
|
5885
|
+
"id": 2
|
|
5886
|
+
}
|
|
5887
|
+
}
|
|
5888
|
+
},
|
|
5889
|
+
"ListColumnDataProfilesRequest": {
|
|
5890
|
+
"fields": {
|
|
5891
|
+
"parent": {
|
|
5892
|
+
"type": "string",
|
|
5893
|
+
"id": 1,
|
|
5894
|
+
"options": {
|
|
5895
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
5896
|
+
"(google.api.resource_reference).child_type": "dlp.googleapis.com/ColumnDataProfile"
|
|
5897
|
+
}
|
|
5898
|
+
},
|
|
5899
|
+
"pageToken": {
|
|
5900
|
+
"type": "string",
|
|
5901
|
+
"id": 2
|
|
5902
|
+
},
|
|
5903
|
+
"pageSize": {
|
|
5904
|
+
"type": "int32",
|
|
5905
|
+
"id": 3
|
|
5906
|
+
},
|
|
5907
|
+
"orderBy": {
|
|
5908
|
+
"type": "string",
|
|
5909
|
+
"id": 4
|
|
5910
|
+
},
|
|
5911
|
+
"filter": {
|
|
5912
|
+
"type": "string",
|
|
5913
|
+
"id": 5
|
|
5914
|
+
}
|
|
5915
|
+
}
|
|
5916
|
+
},
|
|
5917
|
+
"ListColumnDataProfilesResponse": {
|
|
5918
|
+
"fields": {
|
|
5919
|
+
"columnDataProfiles": {
|
|
5920
|
+
"rule": "repeated",
|
|
5921
|
+
"type": "ColumnDataProfile",
|
|
5922
|
+
"id": 1
|
|
5923
|
+
},
|
|
5924
|
+
"nextPageToken": {
|
|
5925
|
+
"type": "string",
|
|
5926
|
+
"id": 2
|
|
5927
|
+
}
|
|
5928
|
+
}
|
|
5929
|
+
},
|
|
5675
5930
|
"DataRiskLevel": {
|
|
5676
5931
|
"fields": {
|
|
5677
5932
|
"score": {
|
|
@@ -5690,6 +5945,38 @@
|
|
|
5690
5945
|
}
|
|
5691
5946
|
}
|
|
5692
5947
|
},
|
|
5948
|
+
"ProjectDataProfile": {
|
|
5949
|
+
"options": {
|
|
5950
|
+
"(google.api.resource).type": "dlp.googleapis.com/ProjectDataProfile",
|
|
5951
|
+
"(google.api.resource).pattern": "projects/{project}/locations/{location}/projectDataProfiles/{project_data_profile}"
|
|
5952
|
+
},
|
|
5953
|
+
"fields": {
|
|
5954
|
+
"name": {
|
|
5955
|
+
"type": "string",
|
|
5956
|
+
"id": 1
|
|
5957
|
+
},
|
|
5958
|
+
"projectId": {
|
|
5959
|
+
"type": "string",
|
|
5960
|
+
"id": 2
|
|
5961
|
+
},
|
|
5962
|
+
"profileLastGenerated": {
|
|
5963
|
+
"type": "google.protobuf.Timestamp",
|
|
5964
|
+
"id": 3
|
|
5965
|
+
},
|
|
5966
|
+
"sensitivityScore": {
|
|
5967
|
+
"type": "SensitivityScore",
|
|
5968
|
+
"id": 4
|
|
5969
|
+
},
|
|
5970
|
+
"dataRiskLevel": {
|
|
5971
|
+
"type": "DataRiskLevel",
|
|
5972
|
+
"id": 5
|
|
5973
|
+
},
|
|
5974
|
+
"profileStatus": {
|
|
5975
|
+
"type": "ProfileStatus",
|
|
5976
|
+
"id": 7
|
|
5977
|
+
}
|
|
5978
|
+
}
|
|
5979
|
+
},
|
|
5693
5980
|
"ResourceVisibility": {
|
|
5694
5981
|
"values": {
|
|
5695
5982
|
"RESOURCE_VISIBILITY_UNSPECIFIED": 0,
|
|
@@ -5705,16 +5992,39 @@
|
|
|
5705
5992
|
},
|
|
5706
5993
|
"dataProfileJob": {
|
|
5707
5994
|
"type": "DataProfileJobConfig",
|
|
5708
|
-
"id": 3
|
|
5995
|
+
"id": 3,
|
|
5996
|
+
"options": {
|
|
5997
|
+
"deprecated": true
|
|
5998
|
+
}
|
|
5999
|
+
},
|
|
6000
|
+
"discoveryConfig": {
|
|
6001
|
+
"type": "DiscoveryConfig",
|
|
6002
|
+
"id": 4
|
|
6003
|
+
},
|
|
6004
|
+
"inspectTemplateName": {
|
|
6005
|
+
"type": "string",
|
|
6006
|
+
"id": 5
|
|
6007
|
+
},
|
|
6008
|
+
"inspectTemplateModifiedTime": {
|
|
6009
|
+
"type": "google.protobuf.Timestamp",
|
|
6010
|
+
"id": 6
|
|
5709
6011
|
}
|
|
5710
6012
|
}
|
|
5711
6013
|
},
|
|
5712
6014
|
"TableDataProfile": {
|
|
6015
|
+
"options": {
|
|
6016
|
+
"(google.api.resource).type": "dlp.googleapis.com/TableDataProfile",
|
|
6017
|
+
"(google.api.resource).pattern": "projects/{project}/locations/{location}/tableDataProfiles/{table_data_profile}"
|
|
6018
|
+
},
|
|
5713
6019
|
"fields": {
|
|
5714
6020
|
"name": {
|
|
5715
6021
|
"type": "string",
|
|
5716
6022
|
"id": 1
|
|
5717
6023
|
},
|
|
6024
|
+
"dataSourceType": {
|
|
6025
|
+
"type": "DataSourceType",
|
|
6026
|
+
"id": 36
|
|
6027
|
+
},
|
|
5718
6028
|
"projectDataProfile": {
|
|
5719
6029
|
"type": "string",
|
|
5720
6030
|
"id": 2
|
|
@@ -5893,6 +6203,10 @@
|
|
|
5893
6203
|
}
|
|
5894
6204
|
},
|
|
5895
6205
|
"ColumnDataProfile": {
|
|
6206
|
+
"options": {
|
|
6207
|
+
"(google.api.resource).type": "dlp.googleapis.com/ColumnDataProfile",
|
|
6208
|
+
"(google.api.resource).pattern": "projects/{project}/locations/{location}/columnDataProfiles/{column_data_profile}"
|
|
6209
|
+
},
|
|
5896
6210
|
"fields": {
|
|
5897
6211
|
"name": {
|
|
5898
6212
|
"type": "string",
|
|
@@ -6011,6 +6325,42 @@
|
|
|
6011
6325
|
}
|
|
6012
6326
|
}
|
|
6013
6327
|
},
|
|
6328
|
+
"GetProjectDataProfileRequest": {
|
|
6329
|
+
"fields": {
|
|
6330
|
+
"name": {
|
|
6331
|
+
"type": "string",
|
|
6332
|
+
"id": 1,
|
|
6333
|
+
"options": {
|
|
6334
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
6335
|
+
"(google.api.resource_reference).type": "dlp.googleapis.com/ProjectDataProfile"
|
|
6336
|
+
}
|
|
6337
|
+
}
|
|
6338
|
+
}
|
|
6339
|
+
},
|
|
6340
|
+
"GetTableDataProfileRequest": {
|
|
6341
|
+
"fields": {
|
|
6342
|
+
"name": {
|
|
6343
|
+
"type": "string",
|
|
6344
|
+
"id": 1,
|
|
6345
|
+
"options": {
|
|
6346
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
6347
|
+
"(google.api.resource_reference).type": "dlp.googleapis.com/TableDataProfile"
|
|
6348
|
+
}
|
|
6349
|
+
}
|
|
6350
|
+
}
|
|
6351
|
+
},
|
|
6352
|
+
"GetColumnDataProfileRequest": {
|
|
6353
|
+
"fields": {
|
|
6354
|
+
"name": {
|
|
6355
|
+
"type": "string",
|
|
6356
|
+
"id": 1,
|
|
6357
|
+
"options": {
|
|
6358
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
6359
|
+
"(google.api.resource_reference).type": "dlp.googleapis.com/ColumnDataProfile"
|
|
6360
|
+
}
|
|
6361
|
+
}
|
|
6362
|
+
}
|
|
6363
|
+
},
|
|
6014
6364
|
"DataProfilePubSubCondition": {
|
|
6015
6365
|
"fields": {
|
|
6016
6366
|
"expressions": {
|
|
@@ -6082,6 +6432,17 @@
|
|
|
6082
6432
|
}
|
|
6083
6433
|
}
|
|
6084
6434
|
},
|
|
6435
|
+
"DataSourceType": {
|
|
6436
|
+
"fields": {
|
|
6437
|
+
"dataSource": {
|
|
6438
|
+
"type": "string",
|
|
6439
|
+
"id": 1,
|
|
6440
|
+
"options": {
|
|
6441
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
6442
|
+
}
|
|
6443
|
+
}
|
|
6444
|
+
}
|
|
6445
|
+
},
|
|
6085
6446
|
"InfoType": {
|
|
6086
6447
|
"fields": {
|
|
6087
6448
|
"name": {
|
|
@@ -6922,6 +7283,10 @@
|
|
|
6922
7283
|
"rule": "repeated",
|
|
6923
7284
|
"type": "ClientLibrarySettings",
|
|
6924
7285
|
"id": 109
|
|
7286
|
+
},
|
|
7287
|
+
"protoReferenceDocumentationUri": {
|
|
7288
|
+
"type": "string",
|
|
7289
|
+
"id": 110
|
|
6925
7290
|
}
|
|
6926
7291
|
}
|
|
6927
7292
|
},
|
|
@@ -6979,6 +7344,31 @@
|
|
|
6979
7344
|
"common": {
|
|
6980
7345
|
"type": "CommonLanguageSettings",
|
|
6981
7346
|
"id": 1
|
|
7347
|
+
},
|
|
7348
|
+
"renamedServices": {
|
|
7349
|
+
"keyType": "string",
|
|
7350
|
+
"type": "string",
|
|
7351
|
+
"id": 2
|
|
7352
|
+
},
|
|
7353
|
+
"renamedResources": {
|
|
7354
|
+
"keyType": "string",
|
|
7355
|
+
"type": "string",
|
|
7356
|
+
"id": 3
|
|
7357
|
+
},
|
|
7358
|
+
"ignoredResources": {
|
|
7359
|
+
"rule": "repeated",
|
|
7360
|
+
"type": "string",
|
|
7361
|
+
"id": 4
|
|
7362
|
+
},
|
|
7363
|
+
"forcedNamespaceAliases": {
|
|
7364
|
+
"rule": "repeated",
|
|
7365
|
+
"type": "string",
|
|
7366
|
+
"id": 5
|
|
7367
|
+
},
|
|
7368
|
+
"handwrittenSignatures": {
|
|
7369
|
+
"rule": "repeated",
|
|
7370
|
+
"type": "string",
|
|
7371
|
+
"id": 6
|
|
6982
7372
|
}
|
|
6983
7373
|
}
|
|
6984
7374
|
},
|
|
@@ -7007,6 +7397,11 @@
|
|
|
7007
7397
|
"longRunning": {
|
|
7008
7398
|
"type": "LongRunning",
|
|
7009
7399
|
"id": 2
|
|
7400
|
+
},
|
|
7401
|
+
"autoPopulatedFields": {
|
|
7402
|
+
"rule": "repeated",
|
|
7403
|
+
"type": "string",
|
|
7404
|
+
"id": 3
|
|
7010
7405
|
}
|
|
7011
7406
|
},
|
|
7012
7407
|
"nested": {
|
|
@@ -7038,7 +7433,10 @@
|
|
|
7038
7433
|
"CLOUD": 1,
|
|
7039
7434
|
"ADS": 2,
|
|
7040
7435
|
"PHOTOS": 3,
|
|
7041
|
-
"STREET_VIEW": 4
|
|
7436
|
+
"STREET_VIEW": 4,
|
|
7437
|
+
"SHOPPING": 5,
|
|
7438
|
+
"GEO": 6,
|
|
7439
|
+
"GENERATIVE_AI": 7
|
|
7042
7440
|
}
|
|
7043
7441
|
},
|
|
7044
7442
|
"ClientLibraryDestination": {
|
|
@@ -7075,7 +7473,8 @@
|
|
|
7075
7473
|
"INPUT_ONLY": 4,
|
|
7076
7474
|
"IMMUTABLE": 5,
|
|
7077
7475
|
"UNORDERED_LIST": 6,
|
|
7078
|
-
"NON_EMPTY_DEFAULT": 7
|
|
7476
|
+
"NON_EMPTY_DEFAULT": 7,
|
|
7477
|
+
"IDENTIFIER": 8
|
|
7079
7478
|
}
|
|
7080
7479
|
},
|
|
7081
7480
|
"resourceReference": {
|
|
@@ -7177,6 +7576,21 @@
|
|
|
7177
7576
|
}
|
|
7178
7577
|
}
|
|
7179
7578
|
},
|
|
7579
|
+
"Edition": {
|
|
7580
|
+
"values": {
|
|
7581
|
+
"EDITION_UNKNOWN": 0,
|
|
7582
|
+
"EDITION_PROTO2": 998,
|
|
7583
|
+
"EDITION_PROTO3": 999,
|
|
7584
|
+
"EDITION_2023": 1000,
|
|
7585
|
+
"EDITION_2024": 1001,
|
|
7586
|
+
"EDITION_1_TEST_ONLY": 1,
|
|
7587
|
+
"EDITION_2_TEST_ONLY": 2,
|
|
7588
|
+
"EDITION_99997_TEST_ONLY": 99997,
|
|
7589
|
+
"EDITION_99998_TEST_ONLY": 99998,
|
|
7590
|
+
"EDITION_99999_TEST_ONLY": 99999,
|
|
7591
|
+
"EDITION_MAX": 2147483647
|
|
7592
|
+
}
|
|
7593
|
+
},
|
|
7180
7594
|
"FileDescriptorProto": {
|
|
7181
7595
|
"fields": {
|
|
7182
7596
|
"name": {
|
|
@@ -7241,8 +7655,8 @@
|
|
|
7241
7655
|
"id": 12
|
|
7242
7656
|
},
|
|
7243
7657
|
"edition": {
|
|
7244
|
-
"type": "
|
|
7245
|
-
"id":
|
|
7658
|
+
"type": "Edition",
|
|
7659
|
+
"id": 14
|
|
7246
7660
|
}
|
|
7247
7661
|
}
|
|
7248
7662
|
},
|
|
@@ -7334,6 +7748,26 @@
|
|
|
7334
7748
|
"rule": "repeated",
|
|
7335
7749
|
"type": "UninterpretedOption",
|
|
7336
7750
|
"id": 999
|
|
7751
|
+
},
|
|
7752
|
+
"declaration": {
|
|
7753
|
+
"rule": "repeated",
|
|
7754
|
+
"type": "Declaration",
|
|
7755
|
+
"id": 2,
|
|
7756
|
+
"options": {
|
|
7757
|
+
"retention": "RETENTION_SOURCE"
|
|
7758
|
+
}
|
|
7759
|
+
},
|
|
7760
|
+
"features": {
|
|
7761
|
+
"type": "FeatureSet",
|
|
7762
|
+
"id": 50
|
|
7763
|
+
},
|
|
7764
|
+
"verification": {
|
|
7765
|
+
"type": "VerificationState",
|
|
7766
|
+
"id": 3,
|
|
7767
|
+
"options": {
|
|
7768
|
+
"default": "UNVERIFIED",
|
|
7769
|
+
"retention": "RETENTION_SOURCE"
|
|
7770
|
+
}
|
|
7337
7771
|
}
|
|
7338
7772
|
},
|
|
7339
7773
|
"extensions": [
|
|
@@ -7341,7 +7775,45 @@
|
|
|
7341
7775
|
1000,
|
|
7342
7776
|
536870911
|
|
7343
7777
|
]
|
|
7344
|
-
]
|
|
7778
|
+
],
|
|
7779
|
+
"nested": {
|
|
7780
|
+
"Declaration": {
|
|
7781
|
+
"fields": {
|
|
7782
|
+
"number": {
|
|
7783
|
+
"type": "int32",
|
|
7784
|
+
"id": 1
|
|
7785
|
+
},
|
|
7786
|
+
"fullName": {
|
|
7787
|
+
"type": "string",
|
|
7788
|
+
"id": 2
|
|
7789
|
+
},
|
|
7790
|
+
"type": {
|
|
7791
|
+
"type": "string",
|
|
7792
|
+
"id": 3
|
|
7793
|
+
},
|
|
7794
|
+
"reserved": {
|
|
7795
|
+
"type": "bool",
|
|
7796
|
+
"id": 5
|
|
7797
|
+
},
|
|
7798
|
+
"repeated": {
|
|
7799
|
+
"type": "bool",
|
|
7800
|
+
"id": 6
|
|
7801
|
+
}
|
|
7802
|
+
},
|
|
7803
|
+
"reserved": [
|
|
7804
|
+
[
|
|
7805
|
+
4,
|
|
7806
|
+
4
|
|
7807
|
+
]
|
|
7808
|
+
]
|
|
7809
|
+
},
|
|
7810
|
+
"VerificationState": {
|
|
7811
|
+
"values": {
|
|
7812
|
+
"DECLARATION": 0,
|
|
7813
|
+
"UNVERIFIED": 1
|
|
7814
|
+
}
|
|
7815
|
+
}
|
|
7816
|
+
}
|
|
7345
7817
|
},
|
|
7346
7818
|
"FieldDescriptorProto": {
|
|
7347
7819
|
"fields": {
|
|
@@ -7416,8 +7888,8 @@
|
|
|
7416
7888
|
"Label": {
|
|
7417
7889
|
"values": {
|
|
7418
7890
|
"LABEL_OPTIONAL": 1,
|
|
7419
|
-
"
|
|
7420
|
-
"
|
|
7891
|
+
"LABEL_REPEATED": 3,
|
|
7892
|
+
"LABEL_REQUIRED": 2
|
|
7421
7893
|
}
|
|
7422
7894
|
}
|
|
7423
7895
|
}
|
|
@@ -7605,13 +8077,6 @@
|
|
|
7605
8077
|
"default": false
|
|
7606
8078
|
}
|
|
7607
8079
|
},
|
|
7608
|
-
"phpGenericServices": {
|
|
7609
|
-
"type": "bool",
|
|
7610
|
-
"id": 42,
|
|
7611
|
-
"options": {
|
|
7612
|
-
"default": false
|
|
7613
|
-
}
|
|
7614
|
-
},
|
|
7615
8080
|
"deprecated": {
|
|
7616
8081
|
"type": "bool",
|
|
7617
8082
|
"id": 23,
|
|
@@ -7654,6 +8119,10 @@
|
|
|
7654
8119
|
"type": "string",
|
|
7655
8120
|
"id": 45
|
|
7656
8121
|
},
|
|
8122
|
+
"features": {
|
|
8123
|
+
"type": "FeatureSet",
|
|
8124
|
+
"id": 50
|
|
8125
|
+
},
|
|
7657
8126
|
"uninterpretedOption": {
|
|
7658
8127
|
"rule": "repeated",
|
|
7659
8128
|
"type": "UninterpretedOption",
|
|
@@ -7667,6 +8136,10 @@
|
|
|
7667
8136
|
]
|
|
7668
8137
|
],
|
|
7669
8138
|
"reserved": [
|
|
8139
|
+
[
|
|
8140
|
+
42,
|
|
8141
|
+
42
|
|
8142
|
+
],
|
|
7670
8143
|
[
|
|
7671
8144
|
38,
|
|
7672
8145
|
38
|
|
@@ -7716,6 +8189,10 @@
|
|
|
7716
8189
|
"deprecated": true
|
|
7717
8190
|
}
|
|
7718
8191
|
},
|
|
8192
|
+
"features": {
|
|
8193
|
+
"type": "FeatureSet",
|
|
8194
|
+
"id": 12
|
|
8195
|
+
},
|
|
7719
8196
|
"uninterpretedOption": {
|
|
7720
8197
|
"rule": "repeated",
|
|
7721
8198
|
"type": "UninterpretedOption",
|
|
@@ -7810,9 +8287,22 @@
|
|
|
7810
8287
|
"type": "OptionRetention",
|
|
7811
8288
|
"id": 17
|
|
7812
8289
|
},
|
|
7813
|
-
"
|
|
8290
|
+
"targets": {
|
|
8291
|
+
"rule": "repeated",
|
|
7814
8292
|
"type": "OptionTargetType",
|
|
7815
|
-
"id":
|
|
8293
|
+
"id": 19,
|
|
8294
|
+
"options": {
|
|
8295
|
+
"packed": false
|
|
8296
|
+
}
|
|
8297
|
+
},
|
|
8298
|
+
"editionDefaults": {
|
|
8299
|
+
"rule": "repeated",
|
|
8300
|
+
"type": "EditionDefault",
|
|
8301
|
+
"id": 20
|
|
8302
|
+
},
|
|
8303
|
+
"features": {
|
|
8304
|
+
"type": "FeatureSet",
|
|
8305
|
+
"id": 21
|
|
7816
8306
|
},
|
|
7817
8307
|
"uninterpretedOption": {
|
|
7818
8308
|
"rule": "repeated",
|
|
@@ -7830,6 +8320,10 @@
|
|
|
7830
8320
|
[
|
|
7831
8321
|
4,
|
|
7832
8322
|
4
|
|
8323
|
+
],
|
|
8324
|
+
[
|
|
8325
|
+
18,
|
|
8326
|
+
18
|
|
7833
8327
|
]
|
|
7834
8328
|
],
|
|
7835
8329
|
"nested": {
|
|
@@ -7867,11 +8361,27 @@
|
|
|
7867
8361
|
"TARGET_TYPE_SERVICE": 8,
|
|
7868
8362
|
"TARGET_TYPE_METHOD": 9
|
|
7869
8363
|
}
|
|
8364
|
+
},
|
|
8365
|
+
"EditionDefault": {
|
|
8366
|
+
"fields": {
|
|
8367
|
+
"edition": {
|
|
8368
|
+
"type": "Edition",
|
|
8369
|
+
"id": 3
|
|
8370
|
+
},
|
|
8371
|
+
"value": {
|
|
8372
|
+
"type": "string",
|
|
8373
|
+
"id": 2
|
|
8374
|
+
}
|
|
8375
|
+
}
|
|
7870
8376
|
}
|
|
7871
8377
|
}
|
|
7872
8378
|
},
|
|
7873
8379
|
"OneofOptions": {
|
|
7874
8380
|
"fields": {
|
|
8381
|
+
"features": {
|
|
8382
|
+
"type": "FeatureSet",
|
|
8383
|
+
"id": 1
|
|
8384
|
+
},
|
|
7875
8385
|
"uninterpretedOption": {
|
|
7876
8386
|
"rule": "repeated",
|
|
7877
8387
|
"type": "UninterpretedOption",
|
|
@@ -7905,6 +8415,10 @@
|
|
|
7905
8415
|
"deprecated": true
|
|
7906
8416
|
}
|
|
7907
8417
|
},
|
|
8418
|
+
"features": {
|
|
8419
|
+
"type": "FeatureSet",
|
|
8420
|
+
"id": 7
|
|
8421
|
+
},
|
|
7908
8422
|
"uninterpretedOption": {
|
|
7909
8423
|
"rule": "repeated",
|
|
7910
8424
|
"type": "UninterpretedOption",
|
|
@@ -7933,6 +8447,17 @@
|
|
|
7933
8447
|
"default": false
|
|
7934
8448
|
}
|
|
7935
8449
|
},
|
|
8450
|
+
"features": {
|
|
8451
|
+
"type": "FeatureSet",
|
|
8452
|
+
"id": 2
|
|
8453
|
+
},
|
|
8454
|
+
"debugRedact": {
|
|
8455
|
+
"type": "bool",
|
|
8456
|
+
"id": 3,
|
|
8457
|
+
"options": {
|
|
8458
|
+
"default": false
|
|
8459
|
+
}
|
|
8460
|
+
},
|
|
7936
8461
|
"uninterpretedOption": {
|
|
7937
8462
|
"rule": "repeated",
|
|
7938
8463
|
"type": "UninterpretedOption",
|
|
@@ -7948,6 +8473,10 @@
|
|
|
7948
8473
|
},
|
|
7949
8474
|
"ServiceOptions": {
|
|
7950
8475
|
"fields": {
|
|
8476
|
+
"features": {
|
|
8477
|
+
"type": "FeatureSet",
|
|
8478
|
+
"id": 34
|
|
8479
|
+
},
|
|
7951
8480
|
"deprecated": {
|
|
7952
8481
|
"type": "bool",
|
|
7953
8482
|
"id": 33,
|
|
@@ -7984,6 +8513,10 @@
|
|
|
7984
8513
|
"default": "IDEMPOTENCY_UNKNOWN"
|
|
7985
8514
|
}
|
|
7986
8515
|
},
|
|
8516
|
+
"features": {
|
|
8517
|
+
"type": "FeatureSet",
|
|
8518
|
+
"id": 35
|
|
8519
|
+
},
|
|
7987
8520
|
"uninterpretedOption": {
|
|
7988
8521
|
"rule": "repeated",
|
|
7989
8522
|
"type": "UninterpretedOption",
|
|
@@ -8055,6 +8588,166 @@
|
|
|
8055
8588
|
}
|
|
8056
8589
|
}
|
|
8057
8590
|
},
|
|
8591
|
+
"FeatureSet": {
|
|
8592
|
+
"fields": {
|
|
8593
|
+
"fieldPresence": {
|
|
8594
|
+
"type": "FieldPresence",
|
|
8595
|
+
"id": 1,
|
|
8596
|
+
"options": {
|
|
8597
|
+
"retention": "RETENTION_RUNTIME",
|
|
8598
|
+
"targets": "TARGET_TYPE_FILE",
|
|
8599
|
+
"edition_defaults.edition": "EDITION_2023",
|
|
8600
|
+
"edition_defaults.value": "EXPLICIT"
|
|
8601
|
+
}
|
|
8602
|
+
},
|
|
8603
|
+
"enumType": {
|
|
8604
|
+
"type": "EnumType",
|
|
8605
|
+
"id": 2,
|
|
8606
|
+
"options": {
|
|
8607
|
+
"retention": "RETENTION_RUNTIME",
|
|
8608
|
+
"targets": "TARGET_TYPE_FILE",
|
|
8609
|
+
"edition_defaults.edition": "EDITION_PROTO3",
|
|
8610
|
+
"edition_defaults.value": "OPEN"
|
|
8611
|
+
}
|
|
8612
|
+
},
|
|
8613
|
+
"repeatedFieldEncoding": {
|
|
8614
|
+
"type": "RepeatedFieldEncoding",
|
|
8615
|
+
"id": 3,
|
|
8616
|
+
"options": {
|
|
8617
|
+
"retention": "RETENTION_RUNTIME",
|
|
8618
|
+
"targets": "TARGET_TYPE_FILE",
|
|
8619
|
+
"edition_defaults.edition": "EDITION_PROTO3",
|
|
8620
|
+
"edition_defaults.value": "PACKED"
|
|
8621
|
+
}
|
|
8622
|
+
},
|
|
8623
|
+
"utf8Validation": {
|
|
8624
|
+
"type": "Utf8Validation",
|
|
8625
|
+
"id": 4,
|
|
8626
|
+
"options": {
|
|
8627
|
+
"retention": "RETENTION_RUNTIME",
|
|
8628
|
+
"targets": "TARGET_TYPE_FILE",
|
|
8629
|
+
"edition_defaults.edition": "EDITION_PROTO3",
|
|
8630
|
+
"edition_defaults.value": "VERIFY"
|
|
8631
|
+
}
|
|
8632
|
+
},
|
|
8633
|
+
"messageEncoding": {
|
|
8634
|
+
"type": "MessageEncoding",
|
|
8635
|
+
"id": 5,
|
|
8636
|
+
"options": {
|
|
8637
|
+
"retention": "RETENTION_RUNTIME",
|
|
8638
|
+
"targets": "TARGET_TYPE_FILE",
|
|
8639
|
+
"edition_defaults.edition": "EDITION_PROTO2",
|
|
8640
|
+
"edition_defaults.value": "LENGTH_PREFIXED"
|
|
8641
|
+
}
|
|
8642
|
+
},
|
|
8643
|
+
"jsonFormat": {
|
|
8644
|
+
"type": "JsonFormat",
|
|
8645
|
+
"id": 6,
|
|
8646
|
+
"options": {
|
|
8647
|
+
"retention": "RETENTION_RUNTIME",
|
|
8648
|
+
"targets": "TARGET_TYPE_FILE",
|
|
8649
|
+
"edition_defaults.edition": "EDITION_PROTO3",
|
|
8650
|
+
"edition_defaults.value": "ALLOW"
|
|
8651
|
+
}
|
|
8652
|
+
}
|
|
8653
|
+
},
|
|
8654
|
+
"extensions": [
|
|
8655
|
+
[
|
|
8656
|
+
1000,
|
|
8657
|
+
1000
|
|
8658
|
+
],
|
|
8659
|
+
[
|
|
8660
|
+
1001,
|
|
8661
|
+
1001
|
|
8662
|
+
],
|
|
8663
|
+
[
|
|
8664
|
+
9995,
|
|
8665
|
+
9999
|
|
8666
|
+
]
|
|
8667
|
+
],
|
|
8668
|
+
"reserved": [
|
|
8669
|
+
[
|
|
8670
|
+
999,
|
|
8671
|
+
999
|
|
8672
|
+
]
|
|
8673
|
+
],
|
|
8674
|
+
"nested": {
|
|
8675
|
+
"FieldPresence": {
|
|
8676
|
+
"values": {
|
|
8677
|
+
"FIELD_PRESENCE_UNKNOWN": 0,
|
|
8678
|
+
"EXPLICIT": 1,
|
|
8679
|
+
"IMPLICIT": 2,
|
|
8680
|
+
"LEGACY_REQUIRED": 3
|
|
8681
|
+
}
|
|
8682
|
+
},
|
|
8683
|
+
"EnumType": {
|
|
8684
|
+
"values": {
|
|
8685
|
+
"ENUM_TYPE_UNKNOWN": 0,
|
|
8686
|
+
"OPEN": 1,
|
|
8687
|
+
"CLOSED": 2
|
|
8688
|
+
}
|
|
8689
|
+
},
|
|
8690
|
+
"RepeatedFieldEncoding": {
|
|
8691
|
+
"values": {
|
|
8692
|
+
"REPEATED_FIELD_ENCODING_UNKNOWN": 0,
|
|
8693
|
+
"PACKED": 1,
|
|
8694
|
+
"EXPANDED": 2
|
|
8695
|
+
}
|
|
8696
|
+
},
|
|
8697
|
+
"Utf8Validation": {
|
|
8698
|
+
"values": {
|
|
8699
|
+
"UTF8_VALIDATION_UNKNOWN": 0,
|
|
8700
|
+
"VERIFY": 2,
|
|
8701
|
+
"NONE": 3
|
|
8702
|
+
}
|
|
8703
|
+
},
|
|
8704
|
+
"MessageEncoding": {
|
|
8705
|
+
"values": {
|
|
8706
|
+
"MESSAGE_ENCODING_UNKNOWN": 0,
|
|
8707
|
+
"LENGTH_PREFIXED": 1,
|
|
8708
|
+
"DELIMITED": 2
|
|
8709
|
+
}
|
|
8710
|
+
},
|
|
8711
|
+
"JsonFormat": {
|
|
8712
|
+
"values": {
|
|
8713
|
+
"JSON_FORMAT_UNKNOWN": 0,
|
|
8714
|
+
"ALLOW": 1,
|
|
8715
|
+
"LEGACY_BEST_EFFORT": 2
|
|
8716
|
+
}
|
|
8717
|
+
}
|
|
8718
|
+
}
|
|
8719
|
+
},
|
|
8720
|
+
"FeatureSetDefaults": {
|
|
8721
|
+
"fields": {
|
|
8722
|
+
"defaults": {
|
|
8723
|
+
"rule": "repeated",
|
|
8724
|
+
"type": "FeatureSetEditionDefault",
|
|
8725
|
+
"id": 1
|
|
8726
|
+
},
|
|
8727
|
+
"minimumEdition": {
|
|
8728
|
+
"type": "Edition",
|
|
8729
|
+
"id": 4
|
|
8730
|
+
},
|
|
8731
|
+
"maximumEdition": {
|
|
8732
|
+
"type": "Edition",
|
|
8733
|
+
"id": 5
|
|
8734
|
+
}
|
|
8735
|
+
},
|
|
8736
|
+
"nested": {
|
|
8737
|
+
"FeatureSetEditionDefault": {
|
|
8738
|
+
"fields": {
|
|
8739
|
+
"edition": {
|
|
8740
|
+
"type": "Edition",
|
|
8741
|
+
"id": 3
|
|
8742
|
+
},
|
|
8743
|
+
"features": {
|
|
8744
|
+
"type": "FeatureSet",
|
|
8745
|
+
"id": 2
|
|
8746
|
+
}
|
|
8747
|
+
}
|
|
8748
|
+
}
|
|
8749
|
+
}
|
|
8750
|
+
},
|
|
8058
8751
|
"SourceCodeInfo": {
|
|
8059
8752
|
"fields": {
|
|
8060
8753
|
"location": {
|