@google-cloud/storage-control 0.6.1 → 0.8.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.
Files changed (38) hide show
  1. package/README.md +7 -0
  2. package/build/protos/google/storage/v2/storage.proto +3166 -0
  3. package/build/protos/protos.d.ts +11304 -40
  4. package/build/protos/protos.js +30882 -22
  5. package/build/protos/protos.json +4507 -28
  6. package/build/src/index.d.ts +2 -3
  7. package/build/src/index.js +3 -3
  8. package/build/src/index.js.map +1 -1
  9. package/build/src/storage_control_client.d.ts +2035 -0
  10. package/build/src/storage_control_client.js +2440 -0
  11. package/build/src/storage_control_client.js.map +1 -0
  12. package/build/src/util/ast_utils.d.ts +22 -0
  13. package/build/src/util/ast_utils.js +356 -0
  14. package/build/src/util/ast_utils.js.map +1 -0
  15. package/build/src/util/index_fix_utils.d.ts +15 -0
  16. package/build/src/util/index_fix_utils.js +86 -0
  17. package/build/src/util/index_fix_utils.js.map +1 -0
  18. package/build/src/util/proto_utils.d.ts +13 -0
  19. package/build/src/util/proto_utils.js +53 -0
  20. package/build/src/util/proto_utils.js.map +1 -0
  21. package/build/src/util/storage_control_utils.d.ts +1 -0
  22. package/build/src/util/storage_control_utils.js +31 -0
  23. package/build/src/util/storage_control_utils.js.map +1 -0
  24. package/build/src/util/uber_client_builder.d.ts +12 -0
  25. package/build/src/util/uber_client_builder.js +187 -0
  26. package/build/src/util/uber_client_builder.js.map +1 -0
  27. package/build/src/v2/index.d.ts +1 -0
  28. package/build/src/v2/index.js +4 -2
  29. package/build/src/v2/index.js.map +1 -1
  30. package/build/src/v2/storage_client.d.ts +614 -0
  31. package/build/src/v2/storage_client.js +911 -0
  32. package/build/src/v2/storage_client.js.map +1 -0
  33. package/build/src/v2/storage_client_config.json +65 -0
  34. package/build/src/v2/storage_control_client.d.ts +138 -138
  35. package/build/src/v2/storage_control_client.js +486 -232
  36. package/build/src/v2/storage_control_client.js.map +1 -1
  37. package/build/src/v2/storage_proto_list.json +3 -0
  38. package/package.json +4 -2
@@ -1941,6 +1941,4276 @@
1941
1941
  }
1942
1942
  }
1943
1943
  }
1944
+ },
1945
+ "v2": {
1946
+ "options": {
1947
+ "go_package": "cloud.google.com/go/storage/internal/apiv2/storagepb;storagepb",
1948
+ "java_multiple_files": true,
1949
+ "java_outer_classname": "StorageProto",
1950
+ "java_package": "com.google.storage.v2",
1951
+ "(google.api.resource_definition).type": "cloudkms.googleapis.com/CryptoKey",
1952
+ "(google.api.resource_definition).pattern": "projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}"
1953
+ },
1954
+ "nested": {
1955
+ "Storage": {
1956
+ "options": {
1957
+ "(google.api.default_host)": "storage.googleapis.com",
1958
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/cloud-platform.read-only,https://www.googleapis.com/auth/devstorage.full_control,https://www.googleapis.com/auth/devstorage.read_only,https://www.googleapis.com/auth/devstorage.read_write"
1959
+ },
1960
+ "methods": {
1961
+ "DeleteBucket": {
1962
+ "requestType": "DeleteBucketRequest",
1963
+ "responseType": "google.protobuf.Empty",
1964
+ "options": {
1965
+ "(google.api.routing).routing_parameters.field": "name",
1966
+ "(google.api.routing).routing_parameters.path_template": "{bucket=**}",
1967
+ "(google.api.method_signature)": "name"
1968
+ },
1969
+ "parsedOptions": [
1970
+ {
1971
+ "(google.api.routing)": {
1972
+ "routing_parameters": {
1973
+ "field": "name",
1974
+ "path_template": "{bucket=**}"
1975
+ }
1976
+ }
1977
+ },
1978
+ {
1979
+ "(google.api.method_signature)": "name"
1980
+ }
1981
+ ]
1982
+ },
1983
+ "GetBucket": {
1984
+ "requestType": "GetBucketRequest",
1985
+ "responseType": "Bucket",
1986
+ "options": {
1987
+ "(google.api.routing).routing_parameters.field": "name",
1988
+ "(google.api.routing).routing_parameters.path_template": "{bucket=**}",
1989
+ "(google.api.method_signature)": "name"
1990
+ },
1991
+ "parsedOptions": [
1992
+ {
1993
+ "(google.api.routing)": {
1994
+ "routing_parameters": {
1995
+ "field": "name",
1996
+ "path_template": "{bucket=**}"
1997
+ }
1998
+ }
1999
+ },
2000
+ {
2001
+ "(google.api.method_signature)": "name"
2002
+ }
2003
+ ]
2004
+ },
2005
+ "CreateBucket": {
2006
+ "requestType": "CreateBucketRequest",
2007
+ "responseType": "Bucket",
2008
+ "options": {
2009
+ "(google.api.routing).routing_parameters.field": "bucket.project",
2010
+ "(google.api.routing).routing_parameters.path_template": "{project=**}",
2011
+ "(google.api.method_signature)": "parent,bucket,bucket_id"
2012
+ },
2013
+ "parsedOptions": [
2014
+ {
2015
+ "(google.api.routing)": {
2016
+ "routing_parameters": [
2017
+ {
2018
+ "field": "parent",
2019
+ "path_template": "{project=**}"
2020
+ },
2021
+ {
2022
+ "field": "bucket.project",
2023
+ "path_template": "{project=**}"
2024
+ }
2025
+ ]
2026
+ }
2027
+ },
2028
+ {
2029
+ "(google.api.method_signature)": "parent,bucket,bucket_id"
2030
+ }
2031
+ ]
2032
+ },
2033
+ "ListBuckets": {
2034
+ "requestType": "ListBucketsRequest",
2035
+ "responseType": "ListBucketsResponse",
2036
+ "options": {
2037
+ "(google.api.routing).routing_parameters.field": "parent",
2038
+ "(google.api.routing).routing_parameters.path_template": "{project=**}",
2039
+ "(google.api.method_signature)": "parent"
2040
+ },
2041
+ "parsedOptions": [
2042
+ {
2043
+ "(google.api.routing)": {
2044
+ "routing_parameters": {
2045
+ "field": "parent",
2046
+ "path_template": "{project=**}"
2047
+ }
2048
+ }
2049
+ },
2050
+ {
2051
+ "(google.api.method_signature)": "parent"
2052
+ }
2053
+ ]
2054
+ },
2055
+ "LockBucketRetentionPolicy": {
2056
+ "requestType": "LockBucketRetentionPolicyRequest",
2057
+ "responseType": "Bucket",
2058
+ "options": {
2059
+ "(google.api.routing).routing_parameters.field": "bucket",
2060
+ "(google.api.routing).routing_parameters.path_template": "{bucket=**}",
2061
+ "(google.api.method_signature)": "bucket"
2062
+ },
2063
+ "parsedOptions": [
2064
+ {
2065
+ "(google.api.routing)": {
2066
+ "routing_parameters": {
2067
+ "field": "bucket",
2068
+ "path_template": "{bucket=**}"
2069
+ }
2070
+ }
2071
+ },
2072
+ {
2073
+ "(google.api.method_signature)": "bucket"
2074
+ }
2075
+ ]
2076
+ },
2077
+ "GetIamPolicy": {
2078
+ "requestType": "google.iam.v1.GetIamPolicyRequest",
2079
+ "responseType": "google.iam.v1.Policy",
2080
+ "options": {
2081
+ "(google.api.routing).routing_parameters.field": "resource",
2082
+ "(google.api.routing).routing_parameters.path_template": "{bucket=projects/*/buckets/*}/**",
2083
+ "(google.api.method_signature)": "resource"
2084
+ },
2085
+ "parsedOptions": [
2086
+ {
2087
+ "(google.api.routing)": {
2088
+ "routing_parameters": [
2089
+ {
2090
+ "field": "resource",
2091
+ "path_template": "{bucket=**}"
2092
+ },
2093
+ {
2094
+ "field": "resource",
2095
+ "path_template": "{bucket=projects/*/buckets/*}/**"
2096
+ }
2097
+ ]
2098
+ }
2099
+ },
2100
+ {
2101
+ "(google.api.method_signature)": "resource"
2102
+ }
2103
+ ]
2104
+ },
2105
+ "SetIamPolicy": {
2106
+ "requestType": "google.iam.v1.SetIamPolicyRequest",
2107
+ "responseType": "google.iam.v1.Policy",
2108
+ "options": {
2109
+ "(google.api.routing).routing_parameters.field": "resource",
2110
+ "(google.api.routing).routing_parameters.path_template": "{bucket=projects/*/buckets/*}/**",
2111
+ "(google.api.method_signature)": "resource,policy"
2112
+ },
2113
+ "parsedOptions": [
2114
+ {
2115
+ "(google.api.routing)": {
2116
+ "routing_parameters": [
2117
+ {
2118
+ "field": "resource",
2119
+ "path_template": "{bucket=**}"
2120
+ },
2121
+ {
2122
+ "field": "resource",
2123
+ "path_template": "{bucket=projects/*/buckets/*}/**"
2124
+ }
2125
+ ]
2126
+ }
2127
+ },
2128
+ {
2129
+ "(google.api.method_signature)": "resource,policy"
2130
+ }
2131
+ ]
2132
+ },
2133
+ "TestIamPermissions": {
2134
+ "requestType": "google.iam.v1.TestIamPermissionsRequest",
2135
+ "responseType": "google.iam.v1.TestIamPermissionsResponse",
2136
+ "options": {
2137
+ "(google.api.routing).routing_parameters.field": "resource",
2138
+ "(google.api.routing).routing_parameters.path_template": "{bucket=projects/*/buckets/*}/managedFolders/**",
2139
+ "(google.api.method_signature)": "resource,permissions"
2140
+ },
2141
+ "parsedOptions": [
2142
+ {
2143
+ "(google.api.routing)": {
2144
+ "routing_parameters": [
2145
+ {
2146
+ "field": "resource",
2147
+ "path_template": "{bucket=**}"
2148
+ },
2149
+ {
2150
+ "field": "resource",
2151
+ "path_template": "{bucket=projects/*/buckets/*}/objects/**"
2152
+ },
2153
+ {
2154
+ "field": "resource",
2155
+ "path_template": "{bucket=projects/*/buckets/*}/managedFolders/**"
2156
+ }
2157
+ ]
2158
+ }
2159
+ },
2160
+ {
2161
+ "(google.api.method_signature)": "resource,permissions"
2162
+ }
2163
+ ]
2164
+ },
2165
+ "UpdateBucket": {
2166
+ "requestType": "UpdateBucketRequest",
2167
+ "responseType": "Bucket",
2168
+ "options": {
2169
+ "(google.api.routing).routing_parameters.field": "bucket.name",
2170
+ "(google.api.routing).routing_parameters.path_template": "{bucket=**}",
2171
+ "(google.api.method_signature)": "bucket,update_mask"
2172
+ },
2173
+ "parsedOptions": [
2174
+ {
2175
+ "(google.api.routing)": {
2176
+ "routing_parameters": {
2177
+ "field": "bucket.name",
2178
+ "path_template": "{bucket=**}"
2179
+ }
2180
+ }
2181
+ },
2182
+ {
2183
+ "(google.api.method_signature)": "bucket,update_mask"
2184
+ }
2185
+ ]
2186
+ },
2187
+ "ComposeObject": {
2188
+ "requestType": "ComposeObjectRequest",
2189
+ "responseType": "StorageObject",
2190
+ "options": {
2191
+ "(google.api.routing).routing_parameters.field": "destination.bucket",
2192
+ "(google.api.routing).routing_parameters.path_template": "{bucket=**}"
2193
+ },
2194
+ "parsedOptions": [
2195
+ {
2196
+ "(google.api.routing)": {
2197
+ "routing_parameters": {
2198
+ "field": "destination.bucket",
2199
+ "path_template": "{bucket=**}"
2200
+ }
2201
+ }
2202
+ }
2203
+ ]
2204
+ },
2205
+ "DeleteObject": {
2206
+ "requestType": "DeleteObjectRequest",
2207
+ "responseType": "google.protobuf.Empty",
2208
+ "options": {
2209
+ "(google.api.routing).routing_parameters.field": "bucket",
2210
+ "(google.api.routing).routing_parameters.path_template": "{bucket=**}",
2211
+ "(google.api.method_signature)": "bucket,object,generation"
2212
+ },
2213
+ "parsedOptions": [
2214
+ {
2215
+ "(google.api.routing)": {
2216
+ "routing_parameters": {
2217
+ "field": "bucket",
2218
+ "path_template": "{bucket=**}"
2219
+ }
2220
+ }
2221
+ },
2222
+ {
2223
+ "(google.api.method_signature)": "bucket,object"
2224
+ },
2225
+ {
2226
+ "(google.api.method_signature)": "bucket,object,generation"
2227
+ }
2228
+ ]
2229
+ },
2230
+ "RestoreObject": {
2231
+ "requestType": "RestoreObjectRequest",
2232
+ "responseType": "StorageObject",
2233
+ "options": {
2234
+ "(google.api.routing).routing_parameters.field": "bucket",
2235
+ "(google.api.routing).routing_parameters.path_template": "{bucket=**}",
2236
+ "(google.api.method_signature)": "bucket,object,generation"
2237
+ },
2238
+ "parsedOptions": [
2239
+ {
2240
+ "(google.api.routing)": {
2241
+ "routing_parameters": {
2242
+ "field": "bucket",
2243
+ "path_template": "{bucket=**}"
2244
+ }
2245
+ }
2246
+ },
2247
+ {
2248
+ "(google.api.method_signature)": "bucket,object,generation"
2249
+ }
2250
+ ]
2251
+ },
2252
+ "CancelResumableWrite": {
2253
+ "requestType": "CancelResumableWriteRequest",
2254
+ "responseType": "CancelResumableWriteResponse",
2255
+ "options": {
2256
+ "(google.api.routing).routing_parameters.field": "upload_id",
2257
+ "(google.api.routing).routing_parameters.path_template": "{bucket=projects/*/buckets/*}/**",
2258
+ "(google.api.method_signature)": "upload_id"
2259
+ },
2260
+ "parsedOptions": [
2261
+ {
2262
+ "(google.api.routing)": {
2263
+ "routing_parameters": {
2264
+ "field": "upload_id",
2265
+ "path_template": "{bucket=projects/*/buckets/*}/**"
2266
+ }
2267
+ }
2268
+ },
2269
+ {
2270
+ "(google.api.method_signature)": "upload_id"
2271
+ }
2272
+ ]
2273
+ },
2274
+ "GetObject": {
2275
+ "requestType": "GetObjectRequest",
2276
+ "responseType": "StorageObject",
2277
+ "options": {
2278
+ "(google.api.routing).routing_parameters.field": "bucket",
2279
+ "(google.api.routing).routing_parameters.path_template": "{bucket=**}",
2280
+ "(google.api.method_signature)": "bucket,object,generation"
2281
+ },
2282
+ "parsedOptions": [
2283
+ {
2284
+ "(google.api.routing)": {
2285
+ "routing_parameters": {
2286
+ "field": "bucket",
2287
+ "path_template": "{bucket=**}"
2288
+ }
2289
+ }
2290
+ },
2291
+ {
2292
+ "(google.api.method_signature)": "bucket,object"
2293
+ },
2294
+ {
2295
+ "(google.api.method_signature)": "bucket,object,generation"
2296
+ }
2297
+ ]
2298
+ },
2299
+ "ReadObject": {
2300
+ "requestType": "ReadObjectRequest",
2301
+ "responseType": "ReadObjectResponse",
2302
+ "responseStream": true,
2303
+ "options": {
2304
+ "(google.api.routing).routing_parameters.field": "bucket",
2305
+ "(google.api.routing).routing_parameters.path_template": "{bucket=**}",
2306
+ "(google.api.method_signature)": "bucket,object,generation"
2307
+ },
2308
+ "parsedOptions": [
2309
+ {
2310
+ "(google.api.routing)": {
2311
+ "routing_parameters": {
2312
+ "field": "bucket",
2313
+ "path_template": "{bucket=**}"
2314
+ }
2315
+ }
2316
+ },
2317
+ {
2318
+ "(google.api.method_signature)": "bucket,object"
2319
+ },
2320
+ {
2321
+ "(google.api.method_signature)": "bucket,object,generation"
2322
+ }
2323
+ ]
2324
+ },
2325
+ "BidiReadObject": {
2326
+ "requestType": "BidiReadObjectRequest",
2327
+ "requestStream": true,
2328
+ "responseType": "BidiReadObjectResponse",
2329
+ "responseStream": true,
2330
+ "options": {
2331
+ "(google.api.routing).routing_parameters.field": "read_object_spec.bucket",
2332
+ "(google.api.routing).routing_parameters.path_template": "{bucket=**}"
2333
+ },
2334
+ "parsedOptions": [
2335
+ {
2336
+ "(google.api.routing)": {
2337
+ "routing_parameters": {
2338
+ "field": "read_object_spec.bucket",
2339
+ "path_template": "{bucket=**}"
2340
+ }
2341
+ }
2342
+ }
2343
+ ]
2344
+ },
2345
+ "UpdateObject": {
2346
+ "requestType": "UpdateObjectRequest",
2347
+ "responseType": "StorageObject",
2348
+ "options": {
2349
+ "(google.api.routing).routing_parameters.field": "object.bucket",
2350
+ "(google.api.routing).routing_parameters.path_template": "{bucket=**}",
2351
+ "(google.api.method_signature)": "object,update_mask"
2352
+ },
2353
+ "parsedOptions": [
2354
+ {
2355
+ "(google.api.routing)": {
2356
+ "routing_parameters": {
2357
+ "field": "object.bucket",
2358
+ "path_template": "{bucket=**}"
2359
+ }
2360
+ }
2361
+ },
2362
+ {
2363
+ "(google.api.method_signature)": "object,update_mask"
2364
+ }
2365
+ ]
2366
+ },
2367
+ "WriteObject": {
2368
+ "requestType": "WriteObjectRequest",
2369
+ "requestStream": true,
2370
+ "responseType": "WriteObjectResponse"
2371
+ },
2372
+ "BidiWriteObject": {
2373
+ "requestType": "BidiWriteObjectRequest",
2374
+ "requestStream": true,
2375
+ "responseType": "BidiWriteObjectResponse",
2376
+ "responseStream": true
2377
+ },
2378
+ "ListObjects": {
2379
+ "requestType": "ListObjectsRequest",
2380
+ "responseType": "ListObjectsResponse",
2381
+ "options": {
2382
+ "(google.api.routing).routing_parameters.field": "parent",
2383
+ "(google.api.routing).routing_parameters.path_template": "{bucket=**}",
2384
+ "(google.api.method_signature)": "parent"
2385
+ },
2386
+ "parsedOptions": [
2387
+ {
2388
+ "(google.api.routing)": {
2389
+ "routing_parameters": {
2390
+ "field": "parent",
2391
+ "path_template": "{bucket=**}"
2392
+ }
2393
+ }
2394
+ },
2395
+ {
2396
+ "(google.api.method_signature)": "parent"
2397
+ }
2398
+ ]
2399
+ },
2400
+ "RewriteObject": {
2401
+ "requestType": "RewriteObjectRequest",
2402
+ "responseType": "RewriteResponse",
2403
+ "options": {
2404
+ "(google.api.routing).routing_parameters.field": "destination_bucket",
2405
+ "(google.api.routing).routing_parameters.path_template": "{bucket=**}"
2406
+ },
2407
+ "parsedOptions": [
2408
+ {
2409
+ "(google.api.routing)": {
2410
+ "routing_parameters": [
2411
+ {
2412
+ "field": "source_bucket"
2413
+ },
2414
+ {
2415
+ "field": "destination_bucket",
2416
+ "path_template": "{bucket=**}"
2417
+ }
2418
+ ]
2419
+ }
2420
+ }
2421
+ ]
2422
+ },
2423
+ "StartResumableWrite": {
2424
+ "requestType": "StartResumableWriteRequest",
2425
+ "responseType": "StartResumableWriteResponse",
2426
+ "options": {
2427
+ "(google.api.routing).routing_parameters.field": "write_object_spec.resource.bucket",
2428
+ "(google.api.routing).routing_parameters.path_template": "{bucket=**}"
2429
+ },
2430
+ "parsedOptions": [
2431
+ {
2432
+ "(google.api.routing)": {
2433
+ "routing_parameters": {
2434
+ "field": "write_object_spec.resource.bucket",
2435
+ "path_template": "{bucket=**}"
2436
+ }
2437
+ }
2438
+ }
2439
+ ]
2440
+ },
2441
+ "QueryWriteStatus": {
2442
+ "requestType": "QueryWriteStatusRequest",
2443
+ "responseType": "QueryWriteStatusResponse",
2444
+ "options": {
2445
+ "(google.api.routing).routing_parameters.field": "upload_id",
2446
+ "(google.api.routing).routing_parameters.path_template": "{bucket=projects/*/buckets/*}/**",
2447
+ "(google.api.method_signature)": "upload_id"
2448
+ },
2449
+ "parsedOptions": [
2450
+ {
2451
+ "(google.api.routing)": {
2452
+ "routing_parameters": {
2453
+ "field": "upload_id",
2454
+ "path_template": "{bucket=projects/*/buckets/*}/**"
2455
+ }
2456
+ }
2457
+ },
2458
+ {
2459
+ "(google.api.method_signature)": "upload_id"
2460
+ }
2461
+ ]
2462
+ },
2463
+ "MoveObject": {
2464
+ "requestType": "MoveObjectRequest",
2465
+ "responseType": "StorageObject",
2466
+ "options": {
2467
+ "(google.api.routing).routing_parameters.field": "bucket",
2468
+ "(google.api.routing).routing_parameters.path_template": "{bucket=**}",
2469
+ "(google.api.method_signature)": "bucket,source_object,destination_object"
2470
+ },
2471
+ "parsedOptions": [
2472
+ {
2473
+ "(google.api.routing)": {
2474
+ "routing_parameters": {
2475
+ "field": "bucket",
2476
+ "path_template": "{bucket=**}"
2477
+ }
2478
+ }
2479
+ },
2480
+ {
2481
+ "(google.api.method_signature)": "bucket,source_object,destination_object"
2482
+ }
2483
+ ]
2484
+ }
2485
+ }
2486
+ },
2487
+ "DeleteBucketRequest": {
2488
+ "oneofs": {
2489
+ "_ifMetagenerationMatch": {
2490
+ "oneof": [
2491
+ "ifMetagenerationMatch"
2492
+ ]
2493
+ },
2494
+ "_ifMetagenerationNotMatch": {
2495
+ "oneof": [
2496
+ "ifMetagenerationNotMatch"
2497
+ ]
2498
+ }
2499
+ },
2500
+ "fields": {
2501
+ "name": {
2502
+ "type": "string",
2503
+ "id": 1,
2504
+ "options": {
2505
+ "(google.api.field_behavior)": "REQUIRED",
2506
+ "(google.api.resource_reference).type": "storage.googleapis.com/Bucket"
2507
+ }
2508
+ },
2509
+ "ifMetagenerationMatch": {
2510
+ "type": "int64",
2511
+ "id": 2,
2512
+ "options": {
2513
+ "proto3_optional": true
2514
+ }
2515
+ },
2516
+ "ifMetagenerationNotMatch": {
2517
+ "type": "int64",
2518
+ "id": 3,
2519
+ "options": {
2520
+ "proto3_optional": true
2521
+ }
2522
+ }
2523
+ }
2524
+ },
2525
+ "GetBucketRequest": {
2526
+ "oneofs": {
2527
+ "_ifMetagenerationMatch": {
2528
+ "oneof": [
2529
+ "ifMetagenerationMatch"
2530
+ ]
2531
+ },
2532
+ "_ifMetagenerationNotMatch": {
2533
+ "oneof": [
2534
+ "ifMetagenerationNotMatch"
2535
+ ]
2536
+ },
2537
+ "_readMask": {
2538
+ "oneof": [
2539
+ "readMask"
2540
+ ]
2541
+ }
2542
+ },
2543
+ "fields": {
2544
+ "name": {
2545
+ "type": "string",
2546
+ "id": 1,
2547
+ "options": {
2548
+ "(google.api.field_behavior)": "REQUIRED",
2549
+ "(google.api.resource_reference).type": "storage.googleapis.com/Bucket"
2550
+ }
2551
+ },
2552
+ "ifMetagenerationMatch": {
2553
+ "type": "int64",
2554
+ "id": 2,
2555
+ "options": {
2556
+ "proto3_optional": true
2557
+ }
2558
+ },
2559
+ "ifMetagenerationNotMatch": {
2560
+ "type": "int64",
2561
+ "id": 3,
2562
+ "options": {
2563
+ "proto3_optional": true
2564
+ }
2565
+ },
2566
+ "readMask": {
2567
+ "type": "google.protobuf.FieldMask",
2568
+ "id": 5,
2569
+ "options": {
2570
+ "proto3_optional": true
2571
+ }
2572
+ }
2573
+ }
2574
+ },
2575
+ "CreateBucketRequest": {
2576
+ "fields": {
2577
+ "parent": {
2578
+ "type": "string",
2579
+ "id": 1,
2580
+ "options": {
2581
+ "(google.api.field_behavior)": "REQUIRED",
2582
+ "(google.api.resource_reference).child_type": "storage.googleapis.com/Bucket"
2583
+ }
2584
+ },
2585
+ "bucket": {
2586
+ "type": "Bucket",
2587
+ "id": 2,
2588
+ "options": {
2589
+ "(google.api.field_behavior)": "OPTIONAL"
2590
+ }
2591
+ },
2592
+ "bucketId": {
2593
+ "type": "string",
2594
+ "id": 3,
2595
+ "options": {
2596
+ "(google.api.field_behavior)": "REQUIRED"
2597
+ }
2598
+ },
2599
+ "predefinedAcl": {
2600
+ "type": "string",
2601
+ "id": 6,
2602
+ "options": {
2603
+ "(google.api.field_behavior)": "OPTIONAL"
2604
+ }
2605
+ },
2606
+ "predefinedDefaultObjectAcl": {
2607
+ "type": "string",
2608
+ "id": 7,
2609
+ "options": {
2610
+ "(google.api.field_behavior)": "OPTIONAL"
2611
+ }
2612
+ },
2613
+ "enableObjectRetention": {
2614
+ "type": "bool",
2615
+ "id": 9,
2616
+ "options": {
2617
+ "(google.api.field_behavior)": "OPTIONAL"
2618
+ }
2619
+ }
2620
+ }
2621
+ },
2622
+ "ListBucketsRequest": {
2623
+ "oneofs": {
2624
+ "_readMask": {
2625
+ "oneof": [
2626
+ "readMask"
2627
+ ]
2628
+ }
2629
+ },
2630
+ "fields": {
2631
+ "parent": {
2632
+ "type": "string",
2633
+ "id": 1,
2634
+ "options": {
2635
+ "(google.api.field_behavior)": "REQUIRED",
2636
+ "(google.api.resource_reference).child_type": "storage.googleapis.com/Bucket"
2637
+ }
2638
+ },
2639
+ "pageSize": {
2640
+ "type": "int32",
2641
+ "id": 2,
2642
+ "options": {
2643
+ "(google.api.field_behavior)": "OPTIONAL"
2644
+ }
2645
+ },
2646
+ "pageToken": {
2647
+ "type": "string",
2648
+ "id": 3,
2649
+ "options": {
2650
+ "(google.api.field_behavior)": "OPTIONAL"
2651
+ }
2652
+ },
2653
+ "prefix": {
2654
+ "type": "string",
2655
+ "id": 4,
2656
+ "options": {
2657
+ "(google.api.field_behavior)": "OPTIONAL"
2658
+ }
2659
+ },
2660
+ "readMask": {
2661
+ "type": "google.protobuf.FieldMask",
2662
+ "id": 5,
2663
+ "options": {
2664
+ "proto3_optional": true
2665
+ }
2666
+ },
2667
+ "returnPartialSuccess": {
2668
+ "type": "bool",
2669
+ "id": 9,
2670
+ "options": {
2671
+ "(google.api.field_behavior)": "OPTIONAL"
2672
+ }
2673
+ }
2674
+ }
2675
+ },
2676
+ "ListBucketsResponse": {
2677
+ "fields": {
2678
+ "buckets": {
2679
+ "rule": "repeated",
2680
+ "type": "Bucket",
2681
+ "id": 1
2682
+ },
2683
+ "nextPageToken": {
2684
+ "type": "string",
2685
+ "id": 2
2686
+ },
2687
+ "unreachable": {
2688
+ "rule": "repeated",
2689
+ "type": "string",
2690
+ "id": 3
2691
+ }
2692
+ }
2693
+ },
2694
+ "LockBucketRetentionPolicyRequest": {
2695
+ "fields": {
2696
+ "bucket": {
2697
+ "type": "string",
2698
+ "id": 1,
2699
+ "options": {
2700
+ "(google.api.field_behavior)": "REQUIRED",
2701
+ "(google.api.resource_reference).type": "storage.googleapis.com/Bucket"
2702
+ }
2703
+ },
2704
+ "ifMetagenerationMatch": {
2705
+ "type": "int64",
2706
+ "id": 2,
2707
+ "options": {
2708
+ "(google.api.field_behavior)": "REQUIRED"
2709
+ }
2710
+ }
2711
+ }
2712
+ },
2713
+ "UpdateBucketRequest": {
2714
+ "oneofs": {
2715
+ "_ifMetagenerationMatch": {
2716
+ "oneof": [
2717
+ "ifMetagenerationMatch"
2718
+ ]
2719
+ },
2720
+ "_ifMetagenerationNotMatch": {
2721
+ "oneof": [
2722
+ "ifMetagenerationNotMatch"
2723
+ ]
2724
+ }
2725
+ },
2726
+ "fields": {
2727
+ "bucket": {
2728
+ "type": "Bucket",
2729
+ "id": 1,
2730
+ "options": {
2731
+ "(google.api.field_behavior)": "REQUIRED"
2732
+ }
2733
+ },
2734
+ "ifMetagenerationMatch": {
2735
+ "type": "int64",
2736
+ "id": 2,
2737
+ "options": {
2738
+ "proto3_optional": true
2739
+ }
2740
+ },
2741
+ "ifMetagenerationNotMatch": {
2742
+ "type": "int64",
2743
+ "id": 3,
2744
+ "options": {
2745
+ "proto3_optional": true
2746
+ }
2747
+ },
2748
+ "predefinedAcl": {
2749
+ "type": "string",
2750
+ "id": 8,
2751
+ "options": {
2752
+ "(google.api.field_behavior)": "OPTIONAL"
2753
+ }
2754
+ },
2755
+ "predefinedDefaultObjectAcl": {
2756
+ "type": "string",
2757
+ "id": 9,
2758
+ "options": {
2759
+ "(google.api.field_behavior)": "OPTIONAL"
2760
+ }
2761
+ },
2762
+ "updateMask": {
2763
+ "type": "google.protobuf.FieldMask",
2764
+ "id": 6,
2765
+ "options": {
2766
+ "(google.api.field_behavior)": "REQUIRED"
2767
+ }
2768
+ }
2769
+ }
2770
+ },
2771
+ "ComposeObjectRequest": {
2772
+ "oneofs": {
2773
+ "_ifGenerationMatch": {
2774
+ "oneof": [
2775
+ "ifGenerationMatch"
2776
+ ]
2777
+ },
2778
+ "_ifMetagenerationMatch": {
2779
+ "oneof": [
2780
+ "ifMetagenerationMatch"
2781
+ ]
2782
+ },
2783
+ "_deleteSourceObjects": {
2784
+ "oneof": [
2785
+ "deleteSourceObjects"
2786
+ ]
2787
+ }
2788
+ },
2789
+ "fields": {
2790
+ "destination": {
2791
+ "type": "StorageObject",
2792
+ "id": 1,
2793
+ "options": {
2794
+ "(google.api.field_behavior)": "REQUIRED"
2795
+ }
2796
+ },
2797
+ "sourceObjects": {
2798
+ "rule": "repeated",
2799
+ "type": "SourceObject",
2800
+ "id": 2,
2801
+ "options": {
2802
+ "(google.api.field_behavior)": "OPTIONAL"
2803
+ }
2804
+ },
2805
+ "destinationPredefinedAcl": {
2806
+ "type": "string",
2807
+ "id": 9,
2808
+ "options": {
2809
+ "(google.api.field_behavior)": "OPTIONAL"
2810
+ }
2811
+ },
2812
+ "ifGenerationMatch": {
2813
+ "type": "int64",
2814
+ "id": 4,
2815
+ "options": {
2816
+ "proto3_optional": true
2817
+ }
2818
+ },
2819
+ "ifMetagenerationMatch": {
2820
+ "type": "int64",
2821
+ "id": 5,
2822
+ "options": {
2823
+ "proto3_optional": true
2824
+ }
2825
+ },
2826
+ "kmsKey": {
2827
+ "type": "string",
2828
+ "id": 6,
2829
+ "options": {
2830
+ "(google.api.field_behavior)": "OPTIONAL",
2831
+ "(google.api.resource_reference).type": "cloudkms.googleapis.com/CryptoKey"
2832
+ }
2833
+ },
2834
+ "commonObjectRequestParams": {
2835
+ "type": "CommonObjectRequestParams",
2836
+ "id": 7,
2837
+ "options": {
2838
+ "(google.api.field_behavior)": "OPTIONAL"
2839
+ }
2840
+ },
2841
+ "objectChecksums": {
2842
+ "type": "ObjectChecksums",
2843
+ "id": 10,
2844
+ "options": {
2845
+ "(google.api.field_behavior)": "OPTIONAL"
2846
+ }
2847
+ },
2848
+ "deleteSourceObjects": {
2849
+ "type": "bool",
2850
+ "id": 11,
2851
+ "options": {
2852
+ "proto3_optional": true
2853
+ }
2854
+ }
2855
+ },
2856
+ "nested": {
2857
+ "SourceObject": {
2858
+ "fields": {
2859
+ "name": {
2860
+ "type": "string",
2861
+ "id": 1,
2862
+ "options": {
2863
+ "(google.api.field_behavior)": "REQUIRED"
2864
+ }
2865
+ },
2866
+ "generation": {
2867
+ "type": "int64",
2868
+ "id": 2,
2869
+ "options": {
2870
+ "(google.api.field_behavior)": "OPTIONAL"
2871
+ }
2872
+ },
2873
+ "objectPreconditions": {
2874
+ "type": "ObjectPreconditions",
2875
+ "id": 3,
2876
+ "options": {
2877
+ "(google.api.field_behavior)": "OPTIONAL"
2878
+ }
2879
+ }
2880
+ },
2881
+ "nested": {
2882
+ "ObjectPreconditions": {
2883
+ "oneofs": {
2884
+ "_ifGenerationMatch": {
2885
+ "oneof": [
2886
+ "ifGenerationMatch"
2887
+ ]
2888
+ }
2889
+ },
2890
+ "fields": {
2891
+ "ifGenerationMatch": {
2892
+ "type": "int64",
2893
+ "id": 1,
2894
+ "options": {
2895
+ "proto3_optional": true
2896
+ }
2897
+ }
2898
+ }
2899
+ }
2900
+ }
2901
+ }
2902
+ }
2903
+ },
2904
+ "DeleteObjectRequest": {
2905
+ "oneofs": {
2906
+ "_ifGenerationMatch": {
2907
+ "oneof": [
2908
+ "ifGenerationMatch"
2909
+ ]
2910
+ },
2911
+ "_ifGenerationNotMatch": {
2912
+ "oneof": [
2913
+ "ifGenerationNotMatch"
2914
+ ]
2915
+ },
2916
+ "_ifMetagenerationMatch": {
2917
+ "oneof": [
2918
+ "ifMetagenerationMatch"
2919
+ ]
2920
+ },
2921
+ "_ifMetagenerationNotMatch": {
2922
+ "oneof": [
2923
+ "ifMetagenerationNotMatch"
2924
+ ]
2925
+ }
2926
+ },
2927
+ "fields": {
2928
+ "bucket": {
2929
+ "type": "string",
2930
+ "id": 1,
2931
+ "options": {
2932
+ "(google.api.field_behavior)": "REQUIRED",
2933
+ "(google.api.resource_reference).type": "storage.googleapis.com/Bucket"
2934
+ }
2935
+ },
2936
+ "object": {
2937
+ "type": "string",
2938
+ "id": 2,
2939
+ "options": {
2940
+ "(google.api.field_behavior)": "REQUIRED"
2941
+ }
2942
+ },
2943
+ "generation": {
2944
+ "type": "int64",
2945
+ "id": 4,
2946
+ "options": {
2947
+ "(google.api.field_behavior)": "OPTIONAL"
2948
+ }
2949
+ },
2950
+ "ifGenerationMatch": {
2951
+ "type": "int64",
2952
+ "id": 5,
2953
+ "options": {
2954
+ "proto3_optional": true
2955
+ }
2956
+ },
2957
+ "ifGenerationNotMatch": {
2958
+ "type": "int64",
2959
+ "id": 6,
2960
+ "options": {
2961
+ "proto3_optional": true
2962
+ }
2963
+ },
2964
+ "ifMetagenerationMatch": {
2965
+ "type": "int64",
2966
+ "id": 7,
2967
+ "options": {
2968
+ "proto3_optional": true
2969
+ }
2970
+ },
2971
+ "ifMetagenerationNotMatch": {
2972
+ "type": "int64",
2973
+ "id": 8,
2974
+ "options": {
2975
+ "proto3_optional": true
2976
+ }
2977
+ },
2978
+ "commonObjectRequestParams": {
2979
+ "type": "CommonObjectRequestParams",
2980
+ "id": 10,
2981
+ "options": {
2982
+ "(google.api.field_behavior)": "OPTIONAL"
2983
+ }
2984
+ }
2985
+ }
2986
+ },
2987
+ "RestoreObjectRequest": {
2988
+ "oneofs": {
2989
+ "_ifGenerationMatch": {
2990
+ "oneof": [
2991
+ "ifGenerationMatch"
2992
+ ]
2993
+ },
2994
+ "_ifGenerationNotMatch": {
2995
+ "oneof": [
2996
+ "ifGenerationNotMatch"
2997
+ ]
2998
+ },
2999
+ "_ifMetagenerationMatch": {
3000
+ "oneof": [
3001
+ "ifMetagenerationMatch"
3002
+ ]
3003
+ },
3004
+ "_ifMetagenerationNotMatch": {
3005
+ "oneof": [
3006
+ "ifMetagenerationNotMatch"
3007
+ ]
3008
+ },
3009
+ "_copySourceAcl": {
3010
+ "oneof": [
3011
+ "copySourceAcl"
3012
+ ]
3013
+ }
3014
+ },
3015
+ "fields": {
3016
+ "bucket": {
3017
+ "type": "string",
3018
+ "id": 1,
3019
+ "options": {
3020
+ "(google.api.field_behavior)": "REQUIRED",
3021
+ "(google.api.resource_reference).type": "storage.googleapis.com/Bucket"
3022
+ }
3023
+ },
3024
+ "object": {
3025
+ "type": "string",
3026
+ "id": 2,
3027
+ "options": {
3028
+ "(google.api.field_behavior)": "REQUIRED"
3029
+ }
3030
+ },
3031
+ "generation": {
3032
+ "type": "int64",
3033
+ "id": 3,
3034
+ "options": {
3035
+ "(google.api.field_behavior)": "REQUIRED"
3036
+ }
3037
+ },
3038
+ "restoreToken": {
3039
+ "type": "string",
3040
+ "id": 11,
3041
+ "options": {
3042
+ "(google.api.field_behavior)": "OPTIONAL"
3043
+ }
3044
+ },
3045
+ "ifGenerationMatch": {
3046
+ "type": "int64",
3047
+ "id": 4,
3048
+ "options": {
3049
+ "proto3_optional": true
3050
+ }
3051
+ },
3052
+ "ifGenerationNotMatch": {
3053
+ "type": "int64",
3054
+ "id": 5,
3055
+ "options": {
3056
+ "proto3_optional": true
3057
+ }
3058
+ },
3059
+ "ifMetagenerationMatch": {
3060
+ "type": "int64",
3061
+ "id": 6,
3062
+ "options": {
3063
+ "proto3_optional": true
3064
+ }
3065
+ },
3066
+ "ifMetagenerationNotMatch": {
3067
+ "type": "int64",
3068
+ "id": 7,
3069
+ "options": {
3070
+ "proto3_optional": true
3071
+ }
3072
+ },
3073
+ "copySourceAcl": {
3074
+ "type": "bool",
3075
+ "id": 9,
3076
+ "options": {
3077
+ "proto3_optional": true
3078
+ }
3079
+ },
3080
+ "commonObjectRequestParams": {
3081
+ "type": "CommonObjectRequestParams",
3082
+ "id": 8,
3083
+ "options": {
3084
+ "(google.api.field_behavior)": "OPTIONAL"
3085
+ }
3086
+ }
3087
+ }
3088
+ },
3089
+ "CancelResumableWriteRequest": {
3090
+ "fields": {
3091
+ "uploadId": {
3092
+ "type": "string",
3093
+ "id": 1,
3094
+ "options": {
3095
+ "(google.api.field_behavior)": "REQUIRED"
3096
+ }
3097
+ }
3098
+ }
3099
+ },
3100
+ "CancelResumableWriteResponse": {
3101
+ "fields": {}
3102
+ },
3103
+ "ReadObjectRequest": {
3104
+ "oneofs": {
3105
+ "_ifGenerationMatch": {
3106
+ "oneof": [
3107
+ "ifGenerationMatch"
3108
+ ]
3109
+ },
3110
+ "_ifGenerationNotMatch": {
3111
+ "oneof": [
3112
+ "ifGenerationNotMatch"
3113
+ ]
3114
+ },
3115
+ "_ifMetagenerationMatch": {
3116
+ "oneof": [
3117
+ "ifMetagenerationMatch"
3118
+ ]
3119
+ },
3120
+ "_ifMetagenerationNotMatch": {
3121
+ "oneof": [
3122
+ "ifMetagenerationNotMatch"
3123
+ ]
3124
+ },
3125
+ "_readMask": {
3126
+ "oneof": [
3127
+ "readMask"
3128
+ ]
3129
+ }
3130
+ },
3131
+ "fields": {
3132
+ "bucket": {
3133
+ "type": "string",
3134
+ "id": 1,
3135
+ "options": {
3136
+ "(google.api.field_behavior)": "REQUIRED",
3137
+ "(google.api.resource_reference).type": "storage.googleapis.com/Bucket"
3138
+ }
3139
+ },
3140
+ "object": {
3141
+ "type": "string",
3142
+ "id": 2,
3143
+ "options": {
3144
+ "(google.api.field_behavior)": "REQUIRED"
3145
+ }
3146
+ },
3147
+ "generation": {
3148
+ "type": "int64",
3149
+ "id": 3,
3150
+ "options": {
3151
+ "(google.api.field_behavior)": "OPTIONAL"
3152
+ }
3153
+ },
3154
+ "readOffset": {
3155
+ "type": "int64",
3156
+ "id": 4,
3157
+ "options": {
3158
+ "(google.api.field_behavior)": "OPTIONAL"
3159
+ }
3160
+ },
3161
+ "readLimit": {
3162
+ "type": "int64",
3163
+ "id": 5,
3164
+ "options": {
3165
+ "(google.api.field_behavior)": "OPTIONAL"
3166
+ }
3167
+ },
3168
+ "ifGenerationMatch": {
3169
+ "type": "int64",
3170
+ "id": 6,
3171
+ "options": {
3172
+ "proto3_optional": true
3173
+ }
3174
+ },
3175
+ "ifGenerationNotMatch": {
3176
+ "type": "int64",
3177
+ "id": 7,
3178
+ "options": {
3179
+ "proto3_optional": true
3180
+ }
3181
+ },
3182
+ "ifMetagenerationMatch": {
3183
+ "type": "int64",
3184
+ "id": 8,
3185
+ "options": {
3186
+ "proto3_optional": true
3187
+ }
3188
+ },
3189
+ "ifMetagenerationNotMatch": {
3190
+ "type": "int64",
3191
+ "id": 9,
3192
+ "options": {
3193
+ "proto3_optional": true
3194
+ }
3195
+ },
3196
+ "commonObjectRequestParams": {
3197
+ "type": "CommonObjectRequestParams",
3198
+ "id": 10,
3199
+ "options": {
3200
+ "(google.api.field_behavior)": "OPTIONAL"
3201
+ }
3202
+ },
3203
+ "readMask": {
3204
+ "type": "google.protobuf.FieldMask",
3205
+ "id": 12,
3206
+ "options": {
3207
+ "proto3_optional": true
3208
+ }
3209
+ }
3210
+ }
3211
+ },
3212
+ "GetObjectRequest": {
3213
+ "oneofs": {
3214
+ "_softDeleted": {
3215
+ "oneof": [
3216
+ "softDeleted"
3217
+ ]
3218
+ },
3219
+ "_ifGenerationMatch": {
3220
+ "oneof": [
3221
+ "ifGenerationMatch"
3222
+ ]
3223
+ },
3224
+ "_ifGenerationNotMatch": {
3225
+ "oneof": [
3226
+ "ifGenerationNotMatch"
3227
+ ]
3228
+ },
3229
+ "_ifMetagenerationMatch": {
3230
+ "oneof": [
3231
+ "ifMetagenerationMatch"
3232
+ ]
3233
+ },
3234
+ "_ifMetagenerationNotMatch": {
3235
+ "oneof": [
3236
+ "ifMetagenerationNotMatch"
3237
+ ]
3238
+ },
3239
+ "_readMask": {
3240
+ "oneof": [
3241
+ "readMask"
3242
+ ]
3243
+ }
3244
+ },
3245
+ "fields": {
3246
+ "bucket": {
3247
+ "type": "string",
3248
+ "id": 1,
3249
+ "options": {
3250
+ "(google.api.field_behavior)": "REQUIRED",
3251
+ "(google.api.resource_reference).type": "storage.googleapis.com/Bucket"
3252
+ }
3253
+ },
3254
+ "object": {
3255
+ "type": "string",
3256
+ "id": 2,
3257
+ "options": {
3258
+ "(google.api.field_behavior)": "REQUIRED"
3259
+ }
3260
+ },
3261
+ "generation": {
3262
+ "type": "int64",
3263
+ "id": 3,
3264
+ "options": {
3265
+ "(google.api.field_behavior)": "OPTIONAL"
3266
+ }
3267
+ },
3268
+ "softDeleted": {
3269
+ "type": "bool",
3270
+ "id": 11,
3271
+ "options": {
3272
+ "proto3_optional": true
3273
+ }
3274
+ },
3275
+ "ifGenerationMatch": {
3276
+ "type": "int64",
3277
+ "id": 4,
3278
+ "options": {
3279
+ "proto3_optional": true
3280
+ }
3281
+ },
3282
+ "ifGenerationNotMatch": {
3283
+ "type": "int64",
3284
+ "id": 5,
3285
+ "options": {
3286
+ "proto3_optional": true
3287
+ }
3288
+ },
3289
+ "ifMetagenerationMatch": {
3290
+ "type": "int64",
3291
+ "id": 6,
3292
+ "options": {
3293
+ "proto3_optional": true
3294
+ }
3295
+ },
3296
+ "ifMetagenerationNotMatch": {
3297
+ "type": "int64",
3298
+ "id": 7,
3299
+ "options": {
3300
+ "proto3_optional": true
3301
+ }
3302
+ },
3303
+ "commonObjectRequestParams": {
3304
+ "type": "CommonObjectRequestParams",
3305
+ "id": 8,
3306
+ "options": {
3307
+ "(google.api.field_behavior)": "OPTIONAL"
3308
+ }
3309
+ },
3310
+ "readMask": {
3311
+ "type": "google.protobuf.FieldMask",
3312
+ "id": 10,
3313
+ "options": {
3314
+ "proto3_optional": true
3315
+ }
3316
+ },
3317
+ "restoreToken": {
3318
+ "type": "string",
3319
+ "id": 12,
3320
+ "options": {
3321
+ "(google.api.field_behavior)": "OPTIONAL"
3322
+ }
3323
+ }
3324
+ }
3325
+ },
3326
+ "ReadObjectResponse": {
3327
+ "fields": {
3328
+ "checksummedData": {
3329
+ "type": "ChecksummedData",
3330
+ "id": 1
3331
+ },
3332
+ "objectChecksums": {
3333
+ "type": "ObjectChecksums",
3334
+ "id": 2
3335
+ },
3336
+ "contentRange": {
3337
+ "type": "ContentRange",
3338
+ "id": 3
3339
+ },
3340
+ "metadata": {
3341
+ "type": "StorageObject",
3342
+ "id": 4
3343
+ }
3344
+ }
3345
+ },
3346
+ "BidiReadObjectSpec": {
3347
+ "oneofs": {
3348
+ "_ifGenerationMatch": {
3349
+ "oneof": [
3350
+ "ifGenerationMatch"
3351
+ ]
3352
+ },
3353
+ "_ifGenerationNotMatch": {
3354
+ "oneof": [
3355
+ "ifGenerationNotMatch"
3356
+ ]
3357
+ },
3358
+ "_ifMetagenerationMatch": {
3359
+ "oneof": [
3360
+ "ifMetagenerationMatch"
3361
+ ]
3362
+ },
3363
+ "_ifMetagenerationNotMatch": {
3364
+ "oneof": [
3365
+ "ifMetagenerationNotMatch"
3366
+ ]
3367
+ },
3368
+ "_readMask": {
3369
+ "oneof": [
3370
+ "readMask"
3371
+ ]
3372
+ },
3373
+ "_readHandle": {
3374
+ "oneof": [
3375
+ "readHandle"
3376
+ ]
3377
+ },
3378
+ "_routingToken": {
3379
+ "oneof": [
3380
+ "routingToken"
3381
+ ]
3382
+ }
3383
+ },
3384
+ "fields": {
3385
+ "bucket": {
3386
+ "type": "string",
3387
+ "id": 1,
3388
+ "options": {
3389
+ "(google.api.field_behavior)": "REQUIRED",
3390
+ "(google.api.resource_reference).type": "storage.googleapis.com/Bucket"
3391
+ }
3392
+ },
3393
+ "object": {
3394
+ "type": "string",
3395
+ "id": 2,
3396
+ "options": {
3397
+ "(google.api.field_behavior)": "REQUIRED"
3398
+ }
3399
+ },
3400
+ "generation": {
3401
+ "type": "int64",
3402
+ "id": 3,
3403
+ "options": {
3404
+ "(google.api.field_behavior)": "OPTIONAL"
3405
+ }
3406
+ },
3407
+ "ifGenerationMatch": {
3408
+ "type": "int64",
3409
+ "id": 4,
3410
+ "options": {
3411
+ "proto3_optional": true
3412
+ }
3413
+ },
3414
+ "ifGenerationNotMatch": {
3415
+ "type": "int64",
3416
+ "id": 5,
3417
+ "options": {
3418
+ "proto3_optional": true
3419
+ }
3420
+ },
3421
+ "ifMetagenerationMatch": {
3422
+ "type": "int64",
3423
+ "id": 6,
3424
+ "options": {
3425
+ "proto3_optional": true
3426
+ }
3427
+ },
3428
+ "ifMetagenerationNotMatch": {
3429
+ "type": "int64",
3430
+ "id": 7,
3431
+ "options": {
3432
+ "proto3_optional": true
3433
+ }
3434
+ },
3435
+ "commonObjectRequestParams": {
3436
+ "type": "CommonObjectRequestParams",
3437
+ "id": 8,
3438
+ "options": {
3439
+ "(google.api.field_behavior)": "OPTIONAL"
3440
+ }
3441
+ },
3442
+ "readMask": {
3443
+ "type": "google.protobuf.FieldMask",
3444
+ "id": 12,
3445
+ "options": {
3446
+ "deprecated": true,
3447
+ "proto3_optional": true
3448
+ }
3449
+ },
3450
+ "readHandle": {
3451
+ "type": "BidiReadHandle",
3452
+ "id": 13,
3453
+ "options": {
3454
+ "proto3_optional": true
3455
+ }
3456
+ },
3457
+ "routingToken": {
3458
+ "type": "string",
3459
+ "id": 14,
3460
+ "options": {
3461
+ "proto3_optional": true
3462
+ }
3463
+ }
3464
+ }
3465
+ },
3466
+ "BidiReadObjectRequest": {
3467
+ "fields": {
3468
+ "readObjectSpec": {
3469
+ "type": "BidiReadObjectSpec",
3470
+ "id": 1,
3471
+ "options": {
3472
+ "(google.api.field_behavior)": "OPTIONAL"
3473
+ }
3474
+ },
3475
+ "readRanges": {
3476
+ "rule": "repeated",
3477
+ "type": "ReadRange",
3478
+ "id": 8,
3479
+ "options": {
3480
+ "(google.api.field_behavior)": "OPTIONAL"
3481
+ }
3482
+ }
3483
+ }
3484
+ },
3485
+ "BidiReadObjectResponse": {
3486
+ "fields": {
3487
+ "objectDataRanges": {
3488
+ "rule": "repeated",
3489
+ "type": "ObjectRangeData",
3490
+ "id": 6
3491
+ },
3492
+ "metadata": {
3493
+ "type": "StorageObject",
3494
+ "id": 4
3495
+ },
3496
+ "readHandle": {
3497
+ "type": "BidiReadHandle",
3498
+ "id": 7
3499
+ }
3500
+ }
3501
+ },
3502
+ "BidiReadObjectRedirectedError": {
3503
+ "oneofs": {
3504
+ "_routingToken": {
3505
+ "oneof": [
3506
+ "routingToken"
3507
+ ]
3508
+ }
3509
+ },
3510
+ "fields": {
3511
+ "readHandle": {
3512
+ "type": "BidiReadHandle",
3513
+ "id": 1
3514
+ },
3515
+ "routingToken": {
3516
+ "type": "string",
3517
+ "id": 2,
3518
+ "options": {
3519
+ "proto3_optional": true
3520
+ }
3521
+ }
3522
+ }
3523
+ },
3524
+ "BidiWriteObjectRedirectedError": {
3525
+ "oneofs": {
3526
+ "_routingToken": {
3527
+ "oneof": [
3528
+ "routingToken"
3529
+ ]
3530
+ },
3531
+ "_writeHandle": {
3532
+ "oneof": [
3533
+ "writeHandle"
3534
+ ]
3535
+ },
3536
+ "_generation": {
3537
+ "oneof": [
3538
+ "generation"
3539
+ ]
3540
+ }
3541
+ },
3542
+ "fields": {
3543
+ "routingToken": {
3544
+ "type": "string",
3545
+ "id": 1,
3546
+ "options": {
3547
+ "proto3_optional": true
3548
+ }
3549
+ },
3550
+ "writeHandle": {
3551
+ "type": "BidiWriteHandle",
3552
+ "id": 2,
3553
+ "options": {
3554
+ "proto3_optional": true
3555
+ }
3556
+ },
3557
+ "generation": {
3558
+ "type": "int64",
3559
+ "id": 3,
3560
+ "options": {
3561
+ "proto3_optional": true
3562
+ }
3563
+ }
3564
+ }
3565
+ },
3566
+ "BidiReadObjectError": {
3567
+ "fields": {
3568
+ "readRangeErrors": {
3569
+ "rule": "repeated",
3570
+ "type": "ReadRangeError",
3571
+ "id": 1
3572
+ }
3573
+ }
3574
+ },
3575
+ "ReadRangeError": {
3576
+ "fields": {
3577
+ "readId": {
3578
+ "type": "int64",
3579
+ "id": 1
3580
+ },
3581
+ "status": {
3582
+ "type": "google.rpc.Status",
3583
+ "id": 2
3584
+ }
3585
+ }
3586
+ },
3587
+ "ReadRange": {
3588
+ "fields": {
3589
+ "readOffset": {
3590
+ "type": "int64",
3591
+ "id": 1,
3592
+ "options": {
3593
+ "(google.api.field_behavior)": "REQUIRED"
3594
+ }
3595
+ },
3596
+ "readLength": {
3597
+ "type": "int64",
3598
+ "id": 2,
3599
+ "options": {
3600
+ "(google.api.field_behavior)": "OPTIONAL"
3601
+ }
3602
+ },
3603
+ "readId": {
3604
+ "type": "int64",
3605
+ "id": 3,
3606
+ "options": {
3607
+ "(google.api.field_behavior)": "REQUIRED"
3608
+ }
3609
+ }
3610
+ }
3611
+ },
3612
+ "ObjectRangeData": {
3613
+ "fields": {
3614
+ "checksummedData": {
3615
+ "type": "ChecksummedData",
3616
+ "id": 1
3617
+ },
3618
+ "readRange": {
3619
+ "type": "ReadRange",
3620
+ "id": 2
3621
+ },
3622
+ "rangeEnd": {
3623
+ "type": "bool",
3624
+ "id": 3
3625
+ }
3626
+ }
3627
+ },
3628
+ "BidiReadHandle": {
3629
+ "fields": {
3630
+ "handle": {
3631
+ "type": "bytes",
3632
+ "id": 1,
3633
+ "options": {
3634
+ "(google.api.field_behavior)": "REQUIRED"
3635
+ }
3636
+ }
3637
+ }
3638
+ },
3639
+ "BidiWriteHandle": {
3640
+ "fields": {
3641
+ "handle": {
3642
+ "type": "bytes",
3643
+ "id": 1,
3644
+ "options": {
3645
+ "(google.api.field_behavior)": "REQUIRED"
3646
+ }
3647
+ }
3648
+ }
3649
+ },
3650
+ "WriteObjectSpec": {
3651
+ "oneofs": {
3652
+ "_ifGenerationMatch": {
3653
+ "oneof": [
3654
+ "ifGenerationMatch"
3655
+ ]
3656
+ },
3657
+ "_ifGenerationNotMatch": {
3658
+ "oneof": [
3659
+ "ifGenerationNotMatch"
3660
+ ]
3661
+ },
3662
+ "_ifMetagenerationMatch": {
3663
+ "oneof": [
3664
+ "ifMetagenerationMatch"
3665
+ ]
3666
+ },
3667
+ "_ifMetagenerationNotMatch": {
3668
+ "oneof": [
3669
+ "ifMetagenerationNotMatch"
3670
+ ]
3671
+ },
3672
+ "_objectSize": {
3673
+ "oneof": [
3674
+ "objectSize"
3675
+ ]
3676
+ },
3677
+ "_appendable": {
3678
+ "oneof": [
3679
+ "appendable"
3680
+ ]
3681
+ }
3682
+ },
3683
+ "fields": {
3684
+ "resource": {
3685
+ "type": "StorageObject",
3686
+ "id": 1,
3687
+ "options": {
3688
+ "(google.api.field_behavior)": "REQUIRED"
3689
+ }
3690
+ },
3691
+ "predefinedAcl": {
3692
+ "type": "string",
3693
+ "id": 7,
3694
+ "options": {
3695
+ "(google.api.field_behavior)": "OPTIONAL"
3696
+ }
3697
+ },
3698
+ "ifGenerationMatch": {
3699
+ "type": "int64",
3700
+ "id": 3,
3701
+ "options": {
3702
+ "proto3_optional": true
3703
+ }
3704
+ },
3705
+ "ifGenerationNotMatch": {
3706
+ "type": "int64",
3707
+ "id": 4,
3708
+ "options": {
3709
+ "proto3_optional": true
3710
+ }
3711
+ },
3712
+ "ifMetagenerationMatch": {
3713
+ "type": "int64",
3714
+ "id": 5,
3715
+ "options": {
3716
+ "proto3_optional": true
3717
+ }
3718
+ },
3719
+ "ifMetagenerationNotMatch": {
3720
+ "type": "int64",
3721
+ "id": 6,
3722
+ "options": {
3723
+ "proto3_optional": true
3724
+ }
3725
+ },
3726
+ "objectSize": {
3727
+ "type": "int64",
3728
+ "id": 8,
3729
+ "options": {
3730
+ "proto3_optional": true
3731
+ }
3732
+ },
3733
+ "appendable": {
3734
+ "type": "bool",
3735
+ "id": 9,
3736
+ "options": {
3737
+ "proto3_optional": true
3738
+ }
3739
+ }
3740
+ }
3741
+ },
3742
+ "WriteObjectRequest": {
3743
+ "oneofs": {
3744
+ "firstMessage": {
3745
+ "oneof": [
3746
+ "uploadId",
3747
+ "writeObjectSpec"
3748
+ ]
3749
+ },
3750
+ "data": {
3751
+ "oneof": [
3752
+ "checksummedData"
3753
+ ]
3754
+ }
3755
+ },
3756
+ "fields": {
3757
+ "uploadId": {
3758
+ "type": "string",
3759
+ "id": 1
3760
+ },
3761
+ "writeObjectSpec": {
3762
+ "type": "WriteObjectSpec",
3763
+ "id": 2
3764
+ },
3765
+ "writeOffset": {
3766
+ "type": "int64",
3767
+ "id": 3,
3768
+ "options": {
3769
+ "(google.api.field_behavior)": "REQUIRED"
3770
+ }
3771
+ },
3772
+ "checksummedData": {
3773
+ "type": "ChecksummedData",
3774
+ "id": 4
3775
+ },
3776
+ "objectChecksums": {
3777
+ "type": "ObjectChecksums",
3778
+ "id": 6,
3779
+ "options": {
3780
+ "(google.api.field_behavior)": "OPTIONAL"
3781
+ }
3782
+ },
3783
+ "finishWrite": {
3784
+ "type": "bool",
3785
+ "id": 7,
3786
+ "options": {
3787
+ "(google.api.field_behavior)": "OPTIONAL"
3788
+ }
3789
+ },
3790
+ "commonObjectRequestParams": {
3791
+ "type": "CommonObjectRequestParams",
3792
+ "id": 8,
3793
+ "options": {
3794
+ "(google.api.field_behavior)": "OPTIONAL"
3795
+ }
3796
+ }
3797
+ }
3798
+ },
3799
+ "WriteObjectResponse": {
3800
+ "oneofs": {
3801
+ "writeStatus": {
3802
+ "oneof": [
3803
+ "persistedSize",
3804
+ "resource"
3805
+ ]
3806
+ }
3807
+ },
3808
+ "fields": {
3809
+ "persistedSize": {
3810
+ "type": "int64",
3811
+ "id": 1
3812
+ },
3813
+ "resource": {
3814
+ "type": "StorageObject",
3815
+ "id": 2
3816
+ }
3817
+ }
3818
+ },
3819
+ "AppendObjectSpec": {
3820
+ "oneofs": {
3821
+ "_ifMetagenerationMatch": {
3822
+ "oneof": [
3823
+ "ifMetagenerationMatch"
3824
+ ]
3825
+ },
3826
+ "_ifMetagenerationNotMatch": {
3827
+ "oneof": [
3828
+ "ifMetagenerationNotMatch"
3829
+ ]
3830
+ },
3831
+ "_routingToken": {
3832
+ "oneof": [
3833
+ "routingToken"
3834
+ ]
3835
+ },
3836
+ "_writeHandle": {
3837
+ "oneof": [
3838
+ "writeHandle"
3839
+ ]
3840
+ }
3841
+ },
3842
+ "fields": {
3843
+ "bucket": {
3844
+ "type": "string",
3845
+ "id": 1,
3846
+ "options": {
3847
+ "(google.api.field_behavior)": "REQUIRED",
3848
+ "(google.api.resource_reference).type": "storage.googleapis.com/Bucket"
3849
+ }
3850
+ },
3851
+ "object": {
3852
+ "type": "string",
3853
+ "id": 2,
3854
+ "options": {
3855
+ "(google.api.field_behavior)": "REQUIRED"
3856
+ }
3857
+ },
3858
+ "generation": {
3859
+ "type": "int64",
3860
+ "id": 3,
3861
+ "options": {
3862
+ "(google.api.field_behavior)": "REQUIRED"
3863
+ }
3864
+ },
3865
+ "ifMetagenerationMatch": {
3866
+ "type": "int64",
3867
+ "id": 4,
3868
+ "options": {
3869
+ "proto3_optional": true
3870
+ }
3871
+ },
3872
+ "ifMetagenerationNotMatch": {
3873
+ "type": "int64",
3874
+ "id": 5,
3875
+ "options": {
3876
+ "proto3_optional": true
3877
+ }
3878
+ },
3879
+ "routingToken": {
3880
+ "type": "string",
3881
+ "id": 6,
3882
+ "options": {
3883
+ "proto3_optional": true
3884
+ }
3885
+ },
3886
+ "writeHandle": {
3887
+ "type": "BidiWriteHandle",
3888
+ "id": 7,
3889
+ "options": {
3890
+ "proto3_optional": true
3891
+ }
3892
+ }
3893
+ }
3894
+ },
3895
+ "BidiWriteObjectRequest": {
3896
+ "oneofs": {
3897
+ "firstMessage": {
3898
+ "oneof": [
3899
+ "uploadId",
3900
+ "writeObjectSpec",
3901
+ "appendObjectSpec"
3902
+ ]
3903
+ },
3904
+ "data": {
3905
+ "oneof": [
3906
+ "checksummedData"
3907
+ ]
3908
+ }
3909
+ },
3910
+ "fields": {
3911
+ "uploadId": {
3912
+ "type": "string",
3913
+ "id": 1
3914
+ },
3915
+ "writeObjectSpec": {
3916
+ "type": "WriteObjectSpec",
3917
+ "id": 2
3918
+ },
3919
+ "appendObjectSpec": {
3920
+ "type": "AppendObjectSpec",
3921
+ "id": 11
3922
+ },
3923
+ "writeOffset": {
3924
+ "type": "int64",
3925
+ "id": 3,
3926
+ "options": {
3927
+ "(google.api.field_behavior)": "REQUIRED"
3928
+ }
3929
+ },
3930
+ "checksummedData": {
3931
+ "type": "ChecksummedData",
3932
+ "id": 4
3933
+ },
3934
+ "objectChecksums": {
3935
+ "type": "ObjectChecksums",
3936
+ "id": 6,
3937
+ "options": {
3938
+ "(google.api.field_behavior)": "OPTIONAL"
3939
+ }
3940
+ },
3941
+ "stateLookup": {
3942
+ "type": "bool",
3943
+ "id": 7,
3944
+ "options": {
3945
+ "(google.api.field_behavior)": "OPTIONAL"
3946
+ }
3947
+ },
3948
+ "flush": {
3949
+ "type": "bool",
3950
+ "id": 8,
3951
+ "options": {
3952
+ "(google.api.field_behavior)": "OPTIONAL"
3953
+ }
3954
+ },
3955
+ "finishWrite": {
3956
+ "type": "bool",
3957
+ "id": 9,
3958
+ "options": {
3959
+ "(google.api.field_behavior)": "OPTIONAL"
3960
+ }
3961
+ },
3962
+ "commonObjectRequestParams": {
3963
+ "type": "CommonObjectRequestParams",
3964
+ "id": 10,
3965
+ "options": {
3966
+ "(google.api.field_behavior)": "OPTIONAL"
3967
+ }
3968
+ }
3969
+ }
3970
+ },
3971
+ "BidiWriteObjectResponse": {
3972
+ "oneofs": {
3973
+ "writeStatus": {
3974
+ "oneof": [
3975
+ "persistedSize",
3976
+ "resource"
3977
+ ]
3978
+ },
3979
+ "_writeHandle": {
3980
+ "oneof": [
3981
+ "writeHandle"
3982
+ ]
3983
+ }
3984
+ },
3985
+ "fields": {
3986
+ "persistedSize": {
3987
+ "type": "int64",
3988
+ "id": 1
3989
+ },
3990
+ "resource": {
3991
+ "type": "StorageObject",
3992
+ "id": 2
3993
+ },
3994
+ "writeHandle": {
3995
+ "type": "BidiWriteHandle",
3996
+ "id": 3,
3997
+ "options": {
3998
+ "proto3_optional": true
3999
+ }
4000
+ }
4001
+ }
4002
+ },
4003
+ "ListObjectsRequest": {
4004
+ "oneofs": {
4005
+ "_readMask": {
4006
+ "oneof": [
4007
+ "readMask"
4008
+ ]
4009
+ }
4010
+ },
4011
+ "fields": {
4012
+ "parent": {
4013
+ "type": "string",
4014
+ "id": 1,
4015
+ "options": {
4016
+ "(google.api.field_behavior)": "REQUIRED",
4017
+ "(google.api.resource_reference).type": "storage.googleapis.com/Bucket"
4018
+ }
4019
+ },
4020
+ "pageSize": {
4021
+ "type": "int32",
4022
+ "id": 2,
4023
+ "options": {
4024
+ "(google.api.field_behavior)": "OPTIONAL"
4025
+ }
4026
+ },
4027
+ "pageToken": {
4028
+ "type": "string",
4029
+ "id": 3,
4030
+ "options": {
4031
+ "(google.api.field_behavior)": "OPTIONAL"
4032
+ }
4033
+ },
4034
+ "delimiter": {
4035
+ "type": "string",
4036
+ "id": 4,
4037
+ "options": {
4038
+ "(google.api.field_behavior)": "OPTIONAL"
4039
+ }
4040
+ },
4041
+ "includeTrailingDelimiter": {
4042
+ "type": "bool",
4043
+ "id": 5,
4044
+ "options": {
4045
+ "(google.api.field_behavior)": "OPTIONAL"
4046
+ }
4047
+ },
4048
+ "prefix": {
4049
+ "type": "string",
4050
+ "id": 6,
4051
+ "options": {
4052
+ "(google.api.field_behavior)": "OPTIONAL"
4053
+ }
4054
+ },
4055
+ "versions": {
4056
+ "type": "bool",
4057
+ "id": 7,
4058
+ "options": {
4059
+ "(google.api.field_behavior)": "OPTIONAL"
4060
+ }
4061
+ },
4062
+ "readMask": {
4063
+ "type": "google.protobuf.FieldMask",
4064
+ "id": 8,
4065
+ "options": {
4066
+ "proto3_optional": true
4067
+ }
4068
+ },
4069
+ "lexicographicStart": {
4070
+ "type": "string",
4071
+ "id": 10,
4072
+ "options": {
4073
+ "(google.api.field_behavior)": "OPTIONAL"
4074
+ }
4075
+ },
4076
+ "lexicographicEnd": {
4077
+ "type": "string",
4078
+ "id": 11,
4079
+ "options": {
4080
+ "(google.api.field_behavior)": "OPTIONAL"
4081
+ }
4082
+ },
4083
+ "softDeleted": {
4084
+ "type": "bool",
4085
+ "id": 12,
4086
+ "options": {
4087
+ "(google.api.field_behavior)": "OPTIONAL"
4088
+ }
4089
+ },
4090
+ "includeFoldersAsPrefixes": {
4091
+ "type": "bool",
4092
+ "id": 13,
4093
+ "options": {
4094
+ "(google.api.field_behavior)": "OPTIONAL"
4095
+ }
4096
+ },
4097
+ "matchGlob": {
4098
+ "type": "string",
4099
+ "id": 14,
4100
+ "options": {
4101
+ "(google.api.field_behavior)": "OPTIONAL"
4102
+ }
4103
+ },
4104
+ "filter": {
4105
+ "type": "string",
4106
+ "id": 15,
4107
+ "options": {
4108
+ "(google.api.field_behavior)": "OPTIONAL"
4109
+ }
4110
+ }
4111
+ }
4112
+ },
4113
+ "QueryWriteStatusRequest": {
4114
+ "fields": {
4115
+ "uploadId": {
4116
+ "type": "string",
4117
+ "id": 1,
4118
+ "options": {
4119
+ "(google.api.field_behavior)": "REQUIRED"
4120
+ }
4121
+ },
4122
+ "commonObjectRequestParams": {
4123
+ "type": "CommonObjectRequestParams",
4124
+ "id": 2,
4125
+ "options": {
4126
+ "(google.api.field_behavior)": "OPTIONAL"
4127
+ }
4128
+ }
4129
+ }
4130
+ },
4131
+ "QueryWriteStatusResponse": {
4132
+ "oneofs": {
4133
+ "writeStatus": {
4134
+ "oneof": [
4135
+ "persistedSize",
4136
+ "resource"
4137
+ ]
4138
+ }
4139
+ },
4140
+ "fields": {
4141
+ "persistedSize": {
4142
+ "type": "int64",
4143
+ "id": 1
4144
+ },
4145
+ "resource": {
4146
+ "type": "StorageObject",
4147
+ "id": 2
4148
+ }
4149
+ }
4150
+ },
4151
+ "RewriteObjectRequest": {
4152
+ "oneofs": {
4153
+ "_ifGenerationMatch": {
4154
+ "oneof": [
4155
+ "ifGenerationMatch"
4156
+ ]
4157
+ },
4158
+ "_ifGenerationNotMatch": {
4159
+ "oneof": [
4160
+ "ifGenerationNotMatch"
4161
+ ]
4162
+ },
4163
+ "_ifMetagenerationMatch": {
4164
+ "oneof": [
4165
+ "ifMetagenerationMatch"
4166
+ ]
4167
+ },
4168
+ "_ifMetagenerationNotMatch": {
4169
+ "oneof": [
4170
+ "ifMetagenerationNotMatch"
4171
+ ]
4172
+ },
4173
+ "_ifSourceGenerationMatch": {
4174
+ "oneof": [
4175
+ "ifSourceGenerationMatch"
4176
+ ]
4177
+ },
4178
+ "_ifSourceGenerationNotMatch": {
4179
+ "oneof": [
4180
+ "ifSourceGenerationNotMatch"
4181
+ ]
4182
+ },
4183
+ "_ifSourceMetagenerationMatch": {
4184
+ "oneof": [
4185
+ "ifSourceMetagenerationMatch"
4186
+ ]
4187
+ },
4188
+ "_ifSourceMetagenerationNotMatch": {
4189
+ "oneof": [
4190
+ "ifSourceMetagenerationNotMatch"
4191
+ ]
4192
+ }
4193
+ },
4194
+ "fields": {
4195
+ "destinationName": {
4196
+ "type": "string",
4197
+ "id": 24,
4198
+ "options": {
4199
+ "(google.api.field_behavior)": "IMMUTABLE"
4200
+ }
4201
+ },
4202
+ "destinationBucket": {
4203
+ "type": "string",
4204
+ "id": 25,
4205
+ "options": {
4206
+ "(google.api.field_behavior)": "IMMUTABLE",
4207
+ "(google.api.resource_reference).type": "storage.googleapis.com/Bucket"
4208
+ }
4209
+ },
4210
+ "destinationKmsKey": {
4211
+ "type": "string",
4212
+ "id": 27,
4213
+ "options": {
4214
+ "(google.api.field_behavior)": "OPTIONAL",
4215
+ "(google.api.resource_reference).type": "cloudkms.googleapis.com/CryptoKey"
4216
+ }
4217
+ },
4218
+ "destination": {
4219
+ "type": "StorageObject",
4220
+ "id": 1,
4221
+ "options": {
4222
+ "(google.api.field_behavior)": "OPTIONAL"
4223
+ }
4224
+ },
4225
+ "sourceBucket": {
4226
+ "type": "string",
4227
+ "id": 2,
4228
+ "options": {
4229
+ "(google.api.field_behavior)": "REQUIRED",
4230
+ "(google.api.resource_reference).type": "storage.googleapis.com/Bucket"
4231
+ }
4232
+ },
4233
+ "sourceObject": {
4234
+ "type": "string",
4235
+ "id": 3,
4236
+ "options": {
4237
+ "(google.api.field_behavior)": "REQUIRED"
4238
+ }
4239
+ },
4240
+ "sourceGeneration": {
4241
+ "type": "int64",
4242
+ "id": 4,
4243
+ "options": {
4244
+ "(google.api.field_behavior)": "OPTIONAL"
4245
+ }
4246
+ },
4247
+ "rewriteToken": {
4248
+ "type": "string",
4249
+ "id": 5,
4250
+ "options": {
4251
+ "(google.api.field_behavior)": "OPTIONAL"
4252
+ }
4253
+ },
4254
+ "destinationPredefinedAcl": {
4255
+ "type": "string",
4256
+ "id": 28,
4257
+ "options": {
4258
+ "(google.api.field_behavior)": "OPTIONAL"
4259
+ }
4260
+ },
4261
+ "ifGenerationMatch": {
4262
+ "type": "int64",
4263
+ "id": 7,
4264
+ "options": {
4265
+ "proto3_optional": true
4266
+ }
4267
+ },
4268
+ "ifGenerationNotMatch": {
4269
+ "type": "int64",
4270
+ "id": 8,
4271
+ "options": {
4272
+ "proto3_optional": true
4273
+ }
4274
+ },
4275
+ "ifMetagenerationMatch": {
4276
+ "type": "int64",
4277
+ "id": 9,
4278
+ "options": {
4279
+ "proto3_optional": true
4280
+ }
4281
+ },
4282
+ "ifMetagenerationNotMatch": {
4283
+ "type": "int64",
4284
+ "id": 10,
4285
+ "options": {
4286
+ "proto3_optional": true
4287
+ }
4288
+ },
4289
+ "ifSourceGenerationMatch": {
4290
+ "type": "int64",
4291
+ "id": 11,
4292
+ "options": {
4293
+ "proto3_optional": true
4294
+ }
4295
+ },
4296
+ "ifSourceGenerationNotMatch": {
4297
+ "type": "int64",
4298
+ "id": 12,
4299
+ "options": {
4300
+ "proto3_optional": true
4301
+ }
4302
+ },
4303
+ "ifSourceMetagenerationMatch": {
4304
+ "type": "int64",
4305
+ "id": 13,
4306
+ "options": {
4307
+ "proto3_optional": true
4308
+ }
4309
+ },
4310
+ "ifSourceMetagenerationNotMatch": {
4311
+ "type": "int64",
4312
+ "id": 14,
4313
+ "options": {
4314
+ "proto3_optional": true
4315
+ }
4316
+ },
4317
+ "maxBytesRewrittenPerCall": {
4318
+ "type": "int64",
4319
+ "id": 15,
4320
+ "options": {
4321
+ "(google.api.field_behavior)": "OPTIONAL"
4322
+ }
4323
+ },
4324
+ "copySourceEncryptionAlgorithm": {
4325
+ "type": "string",
4326
+ "id": 16,
4327
+ "options": {
4328
+ "(google.api.field_behavior)": "OPTIONAL"
4329
+ }
4330
+ },
4331
+ "copySourceEncryptionKeyBytes": {
4332
+ "type": "bytes",
4333
+ "id": 21,
4334
+ "options": {
4335
+ "(google.api.field_behavior)": "OPTIONAL"
4336
+ }
4337
+ },
4338
+ "copySourceEncryptionKeySha256Bytes": {
4339
+ "type": "bytes",
4340
+ "id": 22,
4341
+ "options": {
4342
+ "(google.api.field_behavior)": "OPTIONAL"
4343
+ }
4344
+ },
4345
+ "commonObjectRequestParams": {
4346
+ "type": "CommonObjectRequestParams",
4347
+ "id": 19,
4348
+ "options": {
4349
+ "(google.api.field_behavior)": "OPTIONAL"
4350
+ }
4351
+ },
4352
+ "objectChecksums": {
4353
+ "type": "ObjectChecksums",
4354
+ "id": 29,
4355
+ "options": {
4356
+ "(google.api.field_behavior)": "OPTIONAL"
4357
+ }
4358
+ }
4359
+ }
4360
+ },
4361
+ "RewriteResponse": {
4362
+ "fields": {
4363
+ "totalBytesRewritten": {
4364
+ "type": "int64",
4365
+ "id": 1
4366
+ },
4367
+ "objectSize": {
4368
+ "type": "int64",
4369
+ "id": 2
4370
+ },
4371
+ "done": {
4372
+ "type": "bool",
4373
+ "id": 3
4374
+ },
4375
+ "rewriteToken": {
4376
+ "type": "string",
4377
+ "id": 4
4378
+ },
4379
+ "resource": {
4380
+ "type": "StorageObject",
4381
+ "id": 5
4382
+ }
4383
+ }
4384
+ },
4385
+ "MoveObjectRequest": {
4386
+ "oneofs": {
4387
+ "_ifSourceGenerationMatch": {
4388
+ "oneof": [
4389
+ "ifSourceGenerationMatch"
4390
+ ]
4391
+ },
4392
+ "_ifSourceGenerationNotMatch": {
4393
+ "oneof": [
4394
+ "ifSourceGenerationNotMatch"
4395
+ ]
4396
+ },
4397
+ "_ifSourceMetagenerationMatch": {
4398
+ "oneof": [
4399
+ "ifSourceMetagenerationMatch"
4400
+ ]
4401
+ },
4402
+ "_ifSourceMetagenerationNotMatch": {
4403
+ "oneof": [
4404
+ "ifSourceMetagenerationNotMatch"
4405
+ ]
4406
+ },
4407
+ "_ifGenerationMatch": {
4408
+ "oneof": [
4409
+ "ifGenerationMatch"
4410
+ ]
4411
+ },
4412
+ "_ifGenerationNotMatch": {
4413
+ "oneof": [
4414
+ "ifGenerationNotMatch"
4415
+ ]
4416
+ },
4417
+ "_ifMetagenerationMatch": {
4418
+ "oneof": [
4419
+ "ifMetagenerationMatch"
4420
+ ]
4421
+ },
4422
+ "_ifMetagenerationNotMatch": {
4423
+ "oneof": [
4424
+ "ifMetagenerationNotMatch"
4425
+ ]
4426
+ }
4427
+ },
4428
+ "fields": {
4429
+ "bucket": {
4430
+ "type": "string",
4431
+ "id": 1,
4432
+ "options": {
4433
+ "(google.api.field_behavior)": "REQUIRED",
4434
+ "(google.api.resource_reference).type": "storage.googleapis.com/Bucket"
4435
+ }
4436
+ },
4437
+ "sourceObject": {
4438
+ "type": "string",
4439
+ "id": 2,
4440
+ "options": {
4441
+ "(google.api.field_behavior)": "REQUIRED"
4442
+ }
4443
+ },
4444
+ "destinationObject": {
4445
+ "type": "string",
4446
+ "id": 3,
4447
+ "options": {
4448
+ "(google.api.field_behavior)": "REQUIRED"
4449
+ }
4450
+ },
4451
+ "ifSourceGenerationMatch": {
4452
+ "type": "int64",
4453
+ "id": 4,
4454
+ "options": {
4455
+ "(google.api.field_behavior)": "OPTIONAL",
4456
+ "proto3_optional": true
4457
+ }
4458
+ },
4459
+ "ifSourceGenerationNotMatch": {
4460
+ "type": "int64",
4461
+ "id": 5,
4462
+ "options": {
4463
+ "(google.api.field_behavior)": "OPTIONAL",
4464
+ "proto3_optional": true
4465
+ }
4466
+ },
4467
+ "ifSourceMetagenerationMatch": {
4468
+ "type": "int64",
4469
+ "id": 6,
4470
+ "options": {
4471
+ "(google.api.field_behavior)": "OPTIONAL",
4472
+ "proto3_optional": true
4473
+ }
4474
+ },
4475
+ "ifSourceMetagenerationNotMatch": {
4476
+ "type": "int64",
4477
+ "id": 7,
4478
+ "options": {
4479
+ "(google.api.field_behavior)": "OPTIONAL",
4480
+ "proto3_optional": true
4481
+ }
4482
+ },
4483
+ "ifGenerationMatch": {
4484
+ "type": "int64",
4485
+ "id": 8,
4486
+ "options": {
4487
+ "(google.api.field_behavior)": "OPTIONAL",
4488
+ "proto3_optional": true
4489
+ }
4490
+ },
4491
+ "ifGenerationNotMatch": {
4492
+ "type": "int64",
4493
+ "id": 9,
4494
+ "options": {
4495
+ "(google.api.field_behavior)": "OPTIONAL",
4496
+ "proto3_optional": true
4497
+ }
4498
+ },
4499
+ "ifMetagenerationMatch": {
4500
+ "type": "int64",
4501
+ "id": 10,
4502
+ "options": {
4503
+ "(google.api.field_behavior)": "OPTIONAL",
4504
+ "proto3_optional": true
4505
+ }
4506
+ },
4507
+ "ifMetagenerationNotMatch": {
4508
+ "type": "int64",
4509
+ "id": 11,
4510
+ "options": {
4511
+ "(google.api.field_behavior)": "OPTIONAL",
4512
+ "proto3_optional": true
4513
+ }
4514
+ }
4515
+ }
4516
+ },
4517
+ "StartResumableWriteRequest": {
4518
+ "fields": {
4519
+ "writeObjectSpec": {
4520
+ "type": "WriteObjectSpec",
4521
+ "id": 1,
4522
+ "options": {
4523
+ "(google.api.field_behavior)": "REQUIRED"
4524
+ }
4525
+ },
4526
+ "commonObjectRequestParams": {
4527
+ "type": "CommonObjectRequestParams",
4528
+ "id": 3,
4529
+ "options": {
4530
+ "(google.api.field_behavior)": "OPTIONAL"
4531
+ }
4532
+ },
4533
+ "objectChecksums": {
4534
+ "type": "ObjectChecksums",
4535
+ "id": 5,
4536
+ "options": {
4537
+ "(google.api.field_behavior)": "OPTIONAL"
4538
+ }
4539
+ }
4540
+ }
4541
+ },
4542
+ "StartResumableWriteResponse": {
4543
+ "fields": {
4544
+ "uploadId": {
4545
+ "type": "string",
4546
+ "id": 1
4547
+ }
4548
+ }
4549
+ },
4550
+ "UpdateObjectRequest": {
4551
+ "oneofs": {
4552
+ "_ifGenerationMatch": {
4553
+ "oneof": [
4554
+ "ifGenerationMatch"
4555
+ ]
4556
+ },
4557
+ "_ifGenerationNotMatch": {
4558
+ "oneof": [
4559
+ "ifGenerationNotMatch"
4560
+ ]
4561
+ },
4562
+ "_ifMetagenerationMatch": {
4563
+ "oneof": [
4564
+ "ifMetagenerationMatch"
4565
+ ]
4566
+ },
4567
+ "_ifMetagenerationNotMatch": {
4568
+ "oneof": [
4569
+ "ifMetagenerationNotMatch"
4570
+ ]
4571
+ }
4572
+ },
4573
+ "fields": {
4574
+ "object": {
4575
+ "type": "StorageObject",
4576
+ "id": 1,
4577
+ "options": {
4578
+ "(google.api.field_behavior)": "REQUIRED"
4579
+ }
4580
+ },
4581
+ "ifGenerationMatch": {
4582
+ "type": "int64",
4583
+ "id": 2,
4584
+ "options": {
4585
+ "proto3_optional": true
4586
+ }
4587
+ },
4588
+ "ifGenerationNotMatch": {
4589
+ "type": "int64",
4590
+ "id": 3,
4591
+ "options": {
4592
+ "proto3_optional": true
4593
+ }
4594
+ },
4595
+ "ifMetagenerationMatch": {
4596
+ "type": "int64",
4597
+ "id": 4,
4598
+ "options": {
4599
+ "proto3_optional": true
4600
+ }
4601
+ },
4602
+ "ifMetagenerationNotMatch": {
4603
+ "type": "int64",
4604
+ "id": 5,
4605
+ "options": {
4606
+ "proto3_optional": true
4607
+ }
4608
+ },
4609
+ "predefinedAcl": {
4610
+ "type": "string",
4611
+ "id": 10,
4612
+ "options": {
4613
+ "(google.api.field_behavior)": "OPTIONAL"
4614
+ }
4615
+ },
4616
+ "updateMask": {
4617
+ "type": "google.protobuf.FieldMask",
4618
+ "id": 7,
4619
+ "options": {
4620
+ "(google.api.field_behavior)": "REQUIRED"
4621
+ }
4622
+ },
4623
+ "commonObjectRequestParams": {
4624
+ "type": "CommonObjectRequestParams",
4625
+ "id": 8,
4626
+ "options": {
4627
+ "(google.api.field_behavior)": "OPTIONAL"
4628
+ }
4629
+ },
4630
+ "overrideUnlockedRetention": {
4631
+ "type": "bool",
4632
+ "id": 11,
4633
+ "options": {
4634
+ "(google.api.field_behavior)": "OPTIONAL"
4635
+ }
4636
+ }
4637
+ }
4638
+ },
4639
+ "CommonObjectRequestParams": {
4640
+ "fields": {
4641
+ "encryptionAlgorithm": {
4642
+ "type": "string",
4643
+ "id": 1,
4644
+ "options": {
4645
+ "(google.api.field_behavior)": "OPTIONAL"
4646
+ }
4647
+ },
4648
+ "encryptionKeyBytes": {
4649
+ "type": "bytes",
4650
+ "id": 4,
4651
+ "options": {
4652
+ "(google.api.field_behavior)": "OPTIONAL"
4653
+ }
4654
+ },
4655
+ "encryptionKeySha256Bytes": {
4656
+ "type": "bytes",
4657
+ "id": 5,
4658
+ "options": {
4659
+ "(google.api.field_behavior)": "OPTIONAL"
4660
+ }
4661
+ }
4662
+ }
4663
+ },
4664
+ "ServiceConstants": {
4665
+ "fields": {},
4666
+ "nested": {
4667
+ "Values": {
4668
+ "options": {
4669
+ "allow_alias": true
4670
+ },
4671
+ "values": {
4672
+ "VALUES_UNSPECIFIED": 0,
4673
+ "MAX_READ_CHUNK_BYTES": 2097152,
4674
+ "MAX_WRITE_CHUNK_BYTES": 2097152,
4675
+ "MAX_OBJECT_SIZE_MB": 5242880,
4676
+ "MAX_CUSTOM_METADATA_FIELD_NAME_BYTES": 1024,
4677
+ "MAX_CUSTOM_METADATA_FIELD_VALUE_BYTES": 4096,
4678
+ "MAX_CUSTOM_METADATA_TOTAL_SIZE_BYTES": 8192,
4679
+ "MAX_BUCKET_METADATA_TOTAL_SIZE_BYTES": 20480,
4680
+ "MAX_NOTIFICATION_CONFIGS_PER_BUCKET": 100,
4681
+ "MAX_LIFECYCLE_RULES_PER_BUCKET": 100,
4682
+ "MAX_NOTIFICATION_CUSTOM_ATTRIBUTES": 5,
4683
+ "MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_KEY_LENGTH": 256,
4684
+ "MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_VALUE_LENGTH": 1024,
4685
+ "MAX_LABELS_ENTRIES_COUNT": 64,
4686
+ "MAX_LABELS_KEY_VALUE_LENGTH": 63,
4687
+ "MAX_LABELS_KEY_VALUE_BYTES": 128,
4688
+ "MAX_OBJECT_IDS_PER_DELETE_OBJECTS_REQUEST": 1000,
4689
+ "SPLIT_TOKEN_MAX_VALID_DAYS": 14
4690
+ }
4691
+ }
4692
+ }
4693
+ },
4694
+ "Bucket": {
4695
+ "options": {
4696
+ "(google.api.resource).type": "storage.googleapis.com/Bucket",
4697
+ "(google.api.resource).pattern": "projects/{project}/buckets/{bucket}",
4698
+ "(google.api.resource).plural": "buckets",
4699
+ "(google.api.resource).singular": "bucket"
4700
+ },
4701
+ "oneofs": {
4702
+ "_ipFilter": {
4703
+ "oneof": [
4704
+ "ipFilter"
4705
+ ]
4706
+ }
4707
+ },
4708
+ "fields": {
4709
+ "name": {
4710
+ "type": "string",
4711
+ "id": 1,
4712
+ "options": {
4713
+ "(google.api.field_behavior)": "IDENTIFIER"
4714
+ }
4715
+ },
4716
+ "bucketId": {
4717
+ "type": "string",
4718
+ "id": 2,
4719
+ "options": {
4720
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
4721
+ }
4722
+ },
4723
+ "etag": {
4724
+ "type": "string",
4725
+ "id": 29
4726
+ },
4727
+ "project": {
4728
+ "type": "string",
4729
+ "id": 3,
4730
+ "options": {
4731
+ "(google.api.field_behavior)": "IMMUTABLE",
4732
+ "(google.api.resource_reference).type": "cloudresourcemanager.googleapis.com/Project"
4733
+ }
4734
+ },
4735
+ "metageneration": {
4736
+ "type": "int64",
4737
+ "id": 4,
4738
+ "options": {
4739
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
4740
+ }
4741
+ },
4742
+ "location": {
4743
+ "type": "string",
4744
+ "id": 5,
4745
+ "options": {
4746
+ "(google.api.field_behavior)": "IMMUTABLE"
4747
+ }
4748
+ },
4749
+ "locationType": {
4750
+ "type": "string",
4751
+ "id": 6,
4752
+ "options": {
4753
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
4754
+ }
4755
+ },
4756
+ "storageClass": {
4757
+ "type": "string",
4758
+ "id": 7,
4759
+ "options": {
4760
+ "(google.api.field_behavior)": "OPTIONAL"
4761
+ }
4762
+ },
4763
+ "rpo": {
4764
+ "type": "string",
4765
+ "id": 27,
4766
+ "options": {
4767
+ "(google.api.field_behavior)": "OPTIONAL"
4768
+ }
4769
+ },
4770
+ "acl": {
4771
+ "rule": "repeated",
4772
+ "type": "BucketAccessControl",
4773
+ "id": 8,
4774
+ "options": {
4775
+ "(google.api.field_behavior)": "OPTIONAL"
4776
+ }
4777
+ },
4778
+ "defaultObjectAcl": {
4779
+ "rule": "repeated",
4780
+ "type": "ObjectAccessControl",
4781
+ "id": 9,
4782
+ "options": {
4783
+ "(google.api.field_behavior)": "OPTIONAL"
4784
+ }
4785
+ },
4786
+ "lifecycle": {
4787
+ "type": "Lifecycle",
4788
+ "id": 10,
4789
+ "options": {
4790
+ "(google.api.field_behavior)": "OPTIONAL"
4791
+ }
4792
+ },
4793
+ "createTime": {
4794
+ "type": "google.protobuf.Timestamp",
4795
+ "id": 11,
4796
+ "options": {
4797
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
4798
+ }
4799
+ },
4800
+ "cors": {
4801
+ "rule": "repeated",
4802
+ "type": "Cors",
4803
+ "id": 12,
4804
+ "options": {
4805
+ "(google.api.field_behavior)": "OPTIONAL"
4806
+ }
4807
+ },
4808
+ "updateTime": {
4809
+ "type": "google.protobuf.Timestamp",
4810
+ "id": 13,
4811
+ "options": {
4812
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
4813
+ }
4814
+ },
4815
+ "defaultEventBasedHold": {
4816
+ "type": "bool",
4817
+ "id": 14,
4818
+ "options": {
4819
+ "(google.api.field_behavior)": "OPTIONAL"
4820
+ }
4821
+ },
4822
+ "labels": {
4823
+ "keyType": "string",
4824
+ "type": "string",
4825
+ "id": 15,
4826
+ "options": {
4827
+ "(google.api.field_behavior)": "OPTIONAL"
4828
+ }
4829
+ },
4830
+ "website": {
4831
+ "type": "Website",
4832
+ "id": 16,
4833
+ "options": {
4834
+ "(google.api.field_behavior)": "OPTIONAL"
4835
+ }
4836
+ },
4837
+ "versioning": {
4838
+ "type": "Versioning",
4839
+ "id": 17,
4840
+ "options": {
4841
+ "(google.api.field_behavior)": "OPTIONAL"
4842
+ }
4843
+ },
4844
+ "logging": {
4845
+ "type": "Logging",
4846
+ "id": 18,
4847
+ "options": {
4848
+ "(google.api.field_behavior)": "OPTIONAL"
4849
+ }
4850
+ },
4851
+ "owner": {
4852
+ "type": "Owner",
4853
+ "id": 19,
4854
+ "options": {
4855
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
4856
+ }
4857
+ },
4858
+ "encryption": {
4859
+ "type": "Encryption",
4860
+ "id": 20,
4861
+ "options": {
4862
+ "(google.api.field_behavior)": "OPTIONAL"
4863
+ }
4864
+ },
4865
+ "billing": {
4866
+ "type": "Billing",
4867
+ "id": 21,
4868
+ "options": {
4869
+ "(google.api.field_behavior)": "OPTIONAL"
4870
+ }
4871
+ },
4872
+ "retentionPolicy": {
4873
+ "type": "RetentionPolicy",
4874
+ "id": 22,
4875
+ "options": {
4876
+ "(google.api.field_behavior)": "OPTIONAL"
4877
+ }
4878
+ },
4879
+ "iamConfig": {
4880
+ "type": "IamConfig",
4881
+ "id": 23,
4882
+ "options": {
4883
+ "(google.api.field_behavior)": "OPTIONAL"
4884
+ }
4885
+ },
4886
+ "satisfiesPzs": {
4887
+ "type": "bool",
4888
+ "id": 25,
4889
+ "options": {
4890
+ "(google.api.field_behavior)": "OPTIONAL"
4891
+ }
4892
+ },
4893
+ "customPlacementConfig": {
4894
+ "type": "CustomPlacementConfig",
4895
+ "id": 26,
4896
+ "options": {
4897
+ "(google.api.field_behavior)": "OPTIONAL"
4898
+ }
4899
+ },
4900
+ "autoclass": {
4901
+ "type": "Autoclass",
4902
+ "id": 28,
4903
+ "options": {
4904
+ "(google.api.field_behavior)": "OPTIONAL"
4905
+ }
4906
+ },
4907
+ "hierarchicalNamespace": {
4908
+ "type": "HierarchicalNamespace",
4909
+ "id": 32,
4910
+ "options": {
4911
+ "(google.api.field_behavior)": "OPTIONAL"
4912
+ }
4913
+ },
4914
+ "softDeletePolicy": {
4915
+ "type": "SoftDeletePolicy",
4916
+ "id": 31,
4917
+ "options": {
4918
+ "(google.api.field_behavior)": "OPTIONAL"
4919
+ }
4920
+ },
4921
+ "objectRetention": {
4922
+ "type": "ObjectRetention",
4923
+ "id": 33,
4924
+ "options": {
4925
+ "(google.api.field_behavior)": "OPTIONAL"
4926
+ }
4927
+ },
4928
+ "ipFilter": {
4929
+ "type": "IpFilter",
4930
+ "id": 38,
4931
+ "options": {
4932
+ "(google.api.field_behavior)": "OPTIONAL",
4933
+ "proto3_optional": true
4934
+ }
4935
+ }
4936
+ },
4937
+ "nested": {
4938
+ "Billing": {
4939
+ "fields": {
4940
+ "requesterPays": {
4941
+ "type": "bool",
4942
+ "id": 1,
4943
+ "options": {
4944
+ "(google.api.field_behavior)": "OPTIONAL"
4945
+ }
4946
+ }
4947
+ }
4948
+ },
4949
+ "Cors": {
4950
+ "fields": {
4951
+ "origin": {
4952
+ "rule": "repeated",
4953
+ "type": "string",
4954
+ "id": 1,
4955
+ "options": {
4956
+ "(google.api.field_behavior)": "OPTIONAL"
4957
+ }
4958
+ },
4959
+ "method": {
4960
+ "rule": "repeated",
4961
+ "type": "string",
4962
+ "id": 2,
4963
+ "options": {
4964
+ "(google.api.field_behavior)": "OPTIONAL"
4965
+ }
4966
+ },
4967
+ "responseHeader": {
4968
+ "rule": "repeated",
4969
+ "type": "string",
4970
+ "id": 3,
4971
+ "options": {
4972
+ "(google.api.field_behavior)": "OPTIONAL"
4973
+ }
4974
+ },
4975
+ "maxAgeSeconds": {
4976
+ "type": "int32",
4977
+ "id": 4,
4978
+ "options": {
4979
+ "(google.api.field_behavior)": "OPTIONAL"
4980
+ }
4981
+ }
4982
+ }
4983
+ },
4984
+ "Encryption": {
4985
+ "oneofs": {
4986
+ "_googleManagedEncryptionEnforcementConfig": {
4987
+ "oneof": [
4988
+ "googleManagedEncryptionEnforcementConfig"
4989
+ ]
4990
+ },
4991
+ "_customerManagedEncryptionEnforcementConfig": {
4992
+ "oneof": [
4993
+ "customerManagedEncryptionEnforcementConfig"
4994
+ ]
4995
+ },
4996
+ "_customerSuppliedEncryptionEnforcementConfig": {
4997
+ "oneof": [
4998
+ "customerSuppliedEncryptionEnforcementConfig"
4999
+ ]
5000
+ }
5001
+ },
5002
+ "fields": {
5003
+ "defaultKmsKey": {
5004
+ "type": "string",
5005
+ "id": 1,
5006
+ "options": {
5007
+ "(google.api.field_behavior)": "OPTIONAL",
5008
+ "(google.api.resource_reference).type": "cloudkms.googleapis.com/CryptoKey"
5009
+ }
5010
+ },
5011
+ "googleManagedEncryptionEnforcementConfig": {
5012
+ "type": "GoogleManagedEncryptionEnforcementConfig",
5013
+ "id": 2,
5014
+ "options": {
5015
+ "(google.api.field_behavior)": "OPTIONAL",
5016
+ "proto3_optional": true
5017
+ }
5018
+ },
5019
+ "customerManagedEncryptionEnforcementConfig": {
5020
+ "type": "CustomerManagedEncryptionEnforcementConfig",
5021
+ "id": 3,
5022
+ "options": {
5023
+ "(google.api.field_behavior)": "OPTIONAL",
5024
+ "proto3_optional": true
5025
+ }
5026
+ },
5027
+ "customerSuppliedEncryptionEnforcementConfig": {
5028
+ "type": "CustomerSuppliedEncryptionEnforcementConfig",
5029
+ "id": 4,
5030
+ "options": {
5031
+ "(google.api.field_behavior)": "OPTIONAL",
5032
+ "proto3_optional": true
5033
+ }
5034
+ }
5035
+ },
5036
+ "nested": {
5037
+ "GoogleManagedEncryptionEnforcementConfig": {
5038
+ "oneofs": {
5039
+ "_restrictionMode": {
5040
+ "oneof": [
5041
+ "restrictionMode"
5042
+ ]
5043
+ },
5044
+ "_effectiveTime": {
5045
+ "oneof": [
5046
+ "effectiveTime"
5047
+ ]
5048
+ }
5049
+ },
5050
+ "fields": {
5051
+ "restrictionMode": {
5052
+ "type": "string",
5053
+ "id": 3,
5054
+ "options": {
5055
+ "proto3_optional": true
5056
+ }
5057
+ },
5058
+ "effectiveTime": {
5059
+ "type": "google.protobuf.Timestamp",
5060
+ "id": 2,
5061
+ "options": {
5062
+ "proto3_optional": true
5063
+ }
5064
+ }
5065
+ }
5066
+ },
5067
+ "CustomerManagedEncryptionEnforcementConfig": {
5068
+ "oneofs": {
5069
+ "_restrictionMode": {
5070
+ "oneof": [
5071
+ "restrictionMode"
5072
+ ]
5073
+ },
5074
+ "_effectiveTime": {
5075
+ "oneof": [
5076
+ "effectiveTime"
5077
+ ]
5078
+ }
5079
+ },
5080
+ "fields": {
5081
+ "restrictionMode": {
5082
+ "type": "string",
5083
+ "id": 3,
5084
+ "options": {
5085
+ "proto3_optional": true
5086
+ }
5087
+ },
5088
+ "effectiveTime": {
5089
+ "type": "google.protobuf.Timestamp",
5090
+ "id": 2,
5091
+ "options": {
5092
+ "proto3_optional": true
5093
+ }
5094
+ }
5095
+ }
5096
+ },
5097
+ "CustomerSuppliedEncryptionEnforcementConfig": {
5098
+ "oneofs": {
5099
+ "_restrictionMode": {
5100
+ "oneof": [
5101
+ "restrictionMode"
5102
+ ]
5103
+ },
5104
+ "_effectiveTime": {
5105
+ "oneof": [
5106
+ "effectiveTime"
5107
+ ]
5108
+ }
5109
+ },
5110
+ "fields": {
5111
+ "restrictionMode": {
5112
+ "type": "string",
5113
+ "id": 3,
5114
+ "options": {
5115
+ "proto3_optional": true
5116
+ }
5117
+ },
5118
+ "effectiveTime": {
5119
+ "type": "google.protobuf.Timestamp",
5120
+ "id": 2,
5121
+ "options": {
5122
+ "proto3_optional": true
5123
+ }
5124
+ }
5125
+ }
5126
+ }
5127
+ }
5128
+ },
5129
+ "IamConfig": {
5130
+ "fields": {
5131
+ "uniformBucketLevelAccess": {
5132
+ "type": "UniformBucketLevelAccess",
5133
+ "id": 1,
5134
+ "options": {
5135
+ "(google.api.field_behavior)": "OPTIONAL"
5136
+ }
5137
+ },
5138
+ "publicAccessPrevention": {
5139
+ "type": "string",
5140
+ "id": 3,
5141
+ "options": {
5142
+ "(google.api.field_behavior)": "OPTIONAL"
5143
+ }
5144
+ }
5145
+ },
5146
+ "nested": {
5147
+ "UniformBucketLevelAccess": {
5148
+ "fields": {
5149
+ "enabled": {
5150
+ "type": "bool",
5151
+ "id": 1,
5152
+ "options": {
5153
+ "(google.api.field_behavior)": "OPTIONAL"
5154
+ }
5155
+ },
5156
+ "lockTime": {
5157
+ "type": "google.protobuf.Timestamp",
5158
+ "id": 2,
5159
+ "options": {
5160
+ "(google.api.field_behavior)": "OPTIONAL"
5161
+ }
5162
+ }
5163
+ }
5164
+ }
5165
+ }
5166
+ },
5167
+ "Lifecycle": {
5168
+ "fields": {
5169
+ "rule": {
5170
+ "rule": "repeated",
5171
+ "type": "Rule",
5172
+ "id": 1,
5173
+ "options": {
5174
+ "(google.api.field_behavior)": "OPTIONAL"
5175
+ }
5176
+ }
5177
+ },
5178
+ "nested": {
5179
+ "Rule": {
5180
+ "fields": {
5181
+ "action": {
5182
+ "type": "Action",
5183
+ "id": 1,
5184
+ "options": {
5185
+ "(google.api.field_behavior)": "OPTIONAL"
5186
+ }
5187
+ },
5188
+ "condition": {
5189
+ "type": "Condition",
5190
+ "id": 2,
5191
+ "options": {
5192
+ "(google.api.field_behavior)": "OPTIONAL"
5193
+ }
5194
+ }
5195
+ },
5196
+ "nested": {
5197
+ "Action": {
5198
+ "fields": {
5199
+ "type": {
5200
+ "type": "string",
5201
+ "id": 1,
5202
+ "options": {
5203
+ "(google.api.field_behavior)": "OPTIONAL"
5204
+ }
5205
+ },
5206
+ "storageClass": {
5207
+ "type": "string",
5208
+ "id": 2,
5209
+ "options": {
5210
+ "(google.api.field_behavior)": "OPTIONAL"
5211
+ }
5212
+ }
5213
+ }
5214
+ },
5215
+ "Condition": {
5216
+ "oneofs": {
5217
+ "_ageDays": {
5218
+ "oneof": [
5219
+ "ageDays"
5220
+ ]
5221
+ },
5222
+ "_isLive": {
5223
+ "oneof": [
5224
+ "isLive"
5225
+ ]
5226
+ },
5227
+ "_numNewerVersions": {
5228
+ "oneof": [
5229
+ "numNewerVersions"
5230
+ ]
5231
+ },
5232
+ "_daysSinceCustomTime": {
5233
+ "oneof": [
5234
+ "daysSinceCustomTime"
5235
+ ]
5236
+ },
5237
+ "_daysSinceNoncurrentTime": {
5238
+ "oneof": [
5239
+ "daysSinceNoncurrentTime"
5240
+ ]
5241
+ }
5242
+ },
5243
+ "fields": {
5244
+ "ageDays": {
5245
+ "type": "int32",
5246
+ "id": 1,
5247
+ "options": {
5248
+ "proto3_optional": true
5249
+ }
5250
+ },
5251
+ "createdBefore": {
5252
+ "type": "google.type.Date",
5253
+ "id": 2,
5254
+ "options": {
5255
+ "(google.api.field_behavior)": "OPTIONAL"
5256
+ }
5257
+ },
5258
+ "isLive": {
5259
+ "type": "bool",
5260
+ "id": 3,
5261
+ "options": {
5262
+ "proto3_optional": true
5263
+ }
5264
+ },
5265
+ "numNewerVersions": {
5266
+ "type": "int32",
5267
+ "id": 4,
5268
+ "options": {
5269
+ "proto3_optional": true
5270
+ }
5271
+ },
5272
+ "matchesStorageClass": {
5273
+ "rule": "repeated",
5274
+ "type": "string",
5275
+ "id": 5,
5276
+ "options": {
5277
+ "(google.api.field_behavior)": "OPTIONAL"
5278
+ }
5279
+ },
5280
+ "daysSinceCustomTime": {
5281
+ "type": "int32",
5282
+ "id": 7,
5283
+ "options": {
5284
+ "proto3_optional": true
5285
+ }
5286
+ },
5287
+ "customTimeBefore": {
5288
+ "type": "google.type.Date",
5289
+ "id": 8,
5290
+ "options": {
5291
+ "(google.api.field_behavior)": "OPTIONAL"
5292
+ }
5293
+ },
5294
+ "daysSinceNoncurrentTime": {
5295
+ "type": "int32",
5296
+ "id": 9,
5297
+ "options": {
5298
+ "proto3_optional": true
5299
+ }
5300
+ },
5301
+ "noncurrentTimeBefore": {
5302
+ "type": "google.type.Date",
5303
+ "id": 10,
5304
+ "options": {
5305
+ "(google.api.field_behavior)": "OPTIONAL"
5306
+ }
5307
+ },
5308
+ "matchesPrefix": {
5309
+ "rule": "repeated",
5310
+ "type": "string",
5311
+ "id": 11,
5312
+ "options": {
5313
+ "(google.api.field_behavior)": "OPTIONAL"
5314
+ }
5315
+ },
5316
+ "matchesSuffix": {
5317
+ "rule": "repeated",
5318
+ "type": "string",
5319
+ "id": 12,
5320
+ "options": {
5321
+ "(google.api.field_behavior)": "OPTIONAL"
5322
+ }
5323
+ }
5324
+ }
5325
+ }
5326
+ }
5327
+ }
5328
+ }
5329
+ },
5330
+ "Logging": {
5331
+ "fields": {
5332
+ "logBucket": {
5333
+ "type": "string",
5334
+ "id": 1,
5335
+ "options": {
5336
+ "(google.api.field_behavior)": "OPTIONAL"
5337
+ }
5338
+ },
5339
+ "logObjectPrefix": {
5340
+ "type": "string",
5341
+ "id": 2,
5342
+ "options": {
5343
+ "(google.api.field_behavior)": "OPTIONAL"
5344
+ }
5345
+ }
5346
+ }
5347
+ },
5348
+ "ObjectRetention": {
5349
+ "fields": {
5350
+ "enabled": {
5351
+ "type": "bool",
5352
+ "id": 1,
5353
+ "options": {
5354
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5355
+ }
5356
+ }
5357
+ }
5358
+ },
5359
+ "RetentionPolicy": {
5360
+ "fields": {
5361
+ "effectiveTime": {
5362
+ "type": "google.protobuf.Timestamp",
5363
+ "id": 1,
5364
+ "options": {
5365
+ "(google.api.field_behavior)": "OPTIONAL"
5366
+ }
5367
+ },
5368
+ "isLocked": {
5369
+ "type": "bool",
5370
+ "id": 2,
5371
+ "options": {
5372
+ "(google.api.field_behavior)": "OPTIONAL"
5373
+ }
5374
+ },
5375
+ "retentionDuration": {
5376
+ "type": "google.protobuf.Duration",
5377
+ "id": 4,
5378
+ "options": {
5379
+ "(google.api.field_behavior)": "OPTIONAL"
5380
+ }
5381
+ }
5382
+ }
5383
+ },
5384
+ "SoftDeletePolicy": {
5385
+ "oneofs": {
5386
+ "_retentionDuration": {
5387
+ "oneof": [
5388
+ "retentionDuration"
5389
+ ]
5390
+ },
5391
+ "_effectiveTime": {
5392
+ "oneof": [
5393
+ "effectiveTime"
5394
+ ]
5395
+ }
5396
+ },
5397
+ "fields": {
5398
+ "retentionDuration": {
5399
+ "type": "google.protobuf.Duration",
5400
+ "id": 1,
5401
+ "options": {
5402
+ "proto3_optional": true
5403
+ }
5404
+ },
5405
+ "effectiveTime": {
5406
+ "type": "google.protobuf.Timestamp",
5407
+ "id": 2,
5408
+ "options": {
5409
+ "proto3_optional": true
5410
+ }
5411
+ }
5412
+ }
5413
+ },
5414
+ "Versioning": {
5415
+ "fields": {
5416
+ "enabled": {
5417
+ "type": "bool",
5418
+ "id": 1,
5419
+ "options": {
5420
+ "(google.api.field_behavior)": "OPTIONAL"
5421
+ }
5422
+ }
5423
+ }
5424
+ },
5425
+ "Website": {
5426
+ "fields": {
5427
+ "mainPageSuffix": {
5428
+ "type": "string",
5429
+ "id": 1,
5430
+ "options": {
5431
+ "(google.api.field_behavior)": "OPTIONAL"
5432
+ }
5433
+ },
5434
+ "notFoundPage": {
5435
+ "type": "string",
5436
+ "id": 2,
5437
+ "options": {
5438
+ "(google.api.field_behavior)": "OPTIONAL"
5439
+ }
5440
+ }
5441
+ }
5442
+ },
5443
+ "CustomPlacementConfig": {
5444
+ "fields": {
5445
+ "dataLocations": {
5446
+ "rule": "repeated",
5447
+ "type": "string",
5448
+ "id": 1,
5449
+ "options": {
5450
+ "(google.api.field_behavior)": "OPTIONAL"
5451
+ }
5452
+ }
5453
+ }
5454
+ },
5455
+ "Autoclass": {
5456
+ "oneofs": {
5457
+ "_terminalStorageClass": {
5458
+ "oneof": [
5459
+ "terminalStorageClass"
5460
+ ]
5461
+ },
5462
+ "_terminalStorageClassUpdateTime": {
5463
+ "oneof": [
5464
+ "terminalStorageClassUpdateTime"
5465
+ ]
5466
+ }
5467
+ },
5468
+ "fields": {
5469
+ "enabled": {
5470
+ "type": "bool",
5471
+ "id": 1,
5472
+ "options": {
5473
+ "(google.api.field_behavior)": "OPTIONAL"
5474
+ }
5475
+ },
5476
+ "toggleTime": {
5477
+ "type": "google.protobuf.Timestamp",
5478
+ "id": 2,
5479
+ "options": {
5480
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5481
+ }
5482
+ },
5483
+ "terminalStorageClass": {
5484
+ "type": "string",
5485
+ "id": 3,
5486
+ "options": {
5487
+ "proto3_optional": true
5488
+ }
5489
+ },
5490
+ "terminalStorageClassUpdateTime": {
5491
+ "type": "google.protobuf.Timestamp",
5492
+ "id": 4,
5493
+ "options": {
5494
+ "(google.api.field_behavior)": "OUTPUT_ONLY",
5495
+ "proto3_optional": true
5496
+ }
5497
+ }
5498
+ }
5499
+ },
5500
+ "IpFilter": {
5501
+ "oneofs": {
5502
+ "_mode": {
5503
+ "oneof": [
5504
+ "mode"
5505
+ ]
5506
+ },
5507
+ "_publicNetworkSource": {
5508
+ "oneof": [
5509
+ "publicNetworkSource"
5510
+ ]
5511
+ },
5512
+ "_allowAllServiceAgentAccess": {
5513
+ "oneof": [
5514
+ "allowAllServiceAgentAccess"
5515
+ ]
5516
+ }
5517
+ },
5518
+ "fields": {
5519
+ "mode": {
5520
+ "type": "string",
5521
+ "id": 1,
5522
+ "options": {
5523
+ "proto3_optional": true
5524
+ }
5525
+ },
5526
+ "publicNetworkSource": {
5527
+ "type": "PublicNetworkSource",
5528
+ "id": 2,
5529
+ "options": {
5530
+ "proto3_optional": true
5531
+ }
5532
+ },
5533
+ "vpcNetworkSources": {
5534
+ "rule": "repeated",
5535
+ "type": "VpcNetworkSource",
5536
+ "id": 3,
5537
+ "options": {
5538
+ "(google.api.field_behavior)": "OPTIONAL"
5539
+ }
5540
+ },
5541
+ "allowCrossOrgVpcs": {
5542
+ "type": "bool",
5543
+ "id": 4,
5544
+ "options": {
5545
+ "(google.api.field_behavior)": "OPTIONAL"
5546
+ }
5547
+ },
5548
+ "allowAllServiceAgentAccess": {
5549
+ "type": "bool",
5550
+ "id": 5,
5551
+ "options": {
5552
+ "proto3_optional": true
5553
+ }
5554
+ }
5555
+ },
5556
+ "nested": {
5557
+ "PublicNetworkSource": {
5558
+ "fields": {
5559
+ "allowedIpCidrRanges": {
5560
+ "rule": "repeated",
5561
+ "type": "string",
5562
+ "id": 1,
5563
+ "options": {
5564
+ "(google.api.field_behavior)": "OPTIONAL"
5565
+ }
5566
+ }
5567
+ }
5568
+ },
5569
+ "VpcNetworkSource": {
5570
+ "oneofs": {
5571
+ "_network": {
5572
+ "oneof": [
5573
+ "network"
5574
+ ]
5575
+ }
5576
+ },
5577
+ "fields": {
5578
+ "network": {
5579
+ "type": "string",
5580
+ "id": 1,
5581
+ "options": {
5582
+ "proto3_optional": true
5583
+ }
5584
+ },
5585
+ "allowedIpCidrRanges": {
5586
+ "rule": "repeated",
5587
+ "type": "string",
5588
+ "id": 2,
5589
+ "options": {
5590
+ "(google.api.field_behavior)": "OPTIONAL"
5591
+ }
5592
+ }
5593
+ }
5594
+ }
5595
+ }
5596
+ },
5597
+ "HierarchicalNamespace": {
5598
+ "fields": {
5599
+ "enabled": {
5600
+ "type": "bool",
5601
+ "id": 1,
5602
+ "options": {
5603
+ "(google.api.field_behavior)": "OPTIONAL"
5604
+ }
5605
+ }
5606
+ }
5607
+ }
5608
+ }
5609
+ },
5610
+ "BucketAccessControl": {
5611
+ "fields": {
5612
+ "role": {
5613
+ "type": "string",
5614
+ "id": 1,
5615
+ "options": {
5616
+ "(google.api.field_behavior)": "OPTIONAL"
5617
+ }
5618
+ },
5619
+ "id": {
5620
+ "type": "string",
5621
+ "id": 2,
5622
+ "options": {
5623
+ "(google.api.field_behavior)": "OPTIONAL"
5624
+ }
5625
+ },
5626
+ "entity": {
5627
+ "type": "string",
5628
+ "id": 3,
5629
+ "options": {
5630
+ "(google.api.field_behavior)": "OPTIONAL"
5631
+ }
5632
+ },
5633
+ "entityAlt": {
5634
+ "type": "string",
5635
+ "id": 9,
5636
+ "options": {
5637
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5638
+ }
5639
+ },
5640
+ "entityId": {
5641
+ "type": "string",
5642
+ "id": 4,
5643
+ "options": {
5644
+ "(google.api.field_behavior)": "OPTIONAL"
5645
+ }
5646
+ },
5647
+ "etag": {
5648
+ "type": "string",
5649
+ "id": 8,
5650
+ "options": {
5651
+ "(google.api.field_behavior)": "OPTIONAL"
5652
+ }
5653
+ },
5654
+ "email": {
5655
+ "type": "string",
5656
+ "id": 5,
5657
+ "options": {
5658
+ "(google.api.field_behavior)": "OPTIONAL"
5659
+ }
5660
+ },
5661
+ "domain": {
5662
+ "type": "string",
5663
+ "id": 6,
5664
+ "options": {
5665
+ "(google.api.field_behavior)": "OPTIONAL"
5666
+ }
5667
+ },
5668
+ "projectTeam": {
5669
+ "type": "ProjectTeam",
5670
+ "id": 7,
5671
+ "options": {
5672
+ "(google.api.field_behavior)": "OPTIONAL"
5673
+ }
5674
+ }
5675
+ }
5676
+ },
5677
+ "ChecksummedData": {
5678
+ "oneofs": {
5679
+ "_crc32c": {
5680
+ "oneof": [
5681
+ "crc32c"
5682
+ ]
5683
+ }
5684
+ },
5685
+ "fields": {
5686
+ "content": {
5687
+ "type": "bytes",
5688
+ "id": 1,
5689
+ "options": {
5690
+ "ctype": "CORD",
5691
+ "(google.api.field_behavior)": "OPTIONAL"
5692
+ }
5693
+ },
5694
+ "crc32c": {
5695
+ "type": "fixed32",
5696
+ "id": 2,
5697
+ "options": {
5698
+ "proto3_optional": true
5699
+ }
5700
+ }
5701
+ }
5702
+ },
5703
+ "ObjectChecksums": {
5704
+ "oneofs": {
5705
+ "_crc32c": {
5706
+ "oneof": [
5707
+ "crc32c"
5708
+ ]
5709
+ }
5710
+ },
5711
+ "fields": {
5712
+ "crc32c": {
5713
+ "type": "fixed32",
5714
+ "id": 1,
5715
+ "options": {
5716
+ "proto3_optional": true
5717
+ }
5718
+ },
5719
+ "md5Hash": {
5720
+ "type": "bytes",
5721
+ "id": 2,
5722
+ "options": {
5723
+ "(google.api.field_behavior)": "OPTIONAL"
5724
+ }
5725
+ }
5726
+ }
5727
+ },
5728
+ "ObjectCustomContextPayload": {
5729
+ "fields": {
5730
+ "value": {
5731
+ "type": "string",
5732
+ "id": 1,
5733
+ "options": {
5734
+ "(google.api.field_behavior)": "REQUIRED"
5735
+ }
5736
+ },
5737
+ "createTime": {
5738
+ "type": "google.protobuf.Timestamp",
5739
+ "id": 2,
5740
+ "options": {
5741
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5742
+ }
5743
+ },
5744
+ "updateTime": {
5745
+ "type": "google.protobuf.Timestamp",
5746
+ "id": 3,
5747
+ "options": {
5748
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5749
+ }
5750
+ }
5751
+ }
5752
+ },
5753
+ "ObjectContexts": {
5754
+ "fields": {
5755
+ "custom": {
5756
+ "keyType": "string",
5757
+ "type": "ObjectCustomContextPayload",
5758
+ "id": 1,
5759
+ "options": {
5760
+ "(google.api.field_behavior)": "OPTIONAL"
5761
+ }
5762
+ }
5763
+ }
5764
+ },
5765
+ "CustomerEncryption": {
5766
+ "fields": {
5767
+ "encryptionAlgorithm": {
5768
+ "type": "string",
5769
+ "id": 1,
5770
+ "options": {
5771
+ "(google.api.field_behavior)": "OPTIONAL"
5772
+ }
5773
+ },
5774
+ "keySha256Bytes": {
5775
+ "type": "bytes",
5776
+ "id": 3,
5777
+ "options": {
5778
+ "(google.api.field_behavior)": "OPTIONAL"
5779
+ }
5780
+ }
5781
+ }
5782
+ },
5783
+ "StorageObject": {
5784
+ "oneofs": {
5785
+ "_restoreToken": {
5786
+ "oneof": [
5787
+ "restoreToken"
5788
+ ]
5789
+ },
5790
+ "_eventBasedHold": {
5791
+ "oneof": [
5792
+ "eventBasedHold"
5793
+ ]
5794
+ },
5795
+ "_softDeleteTime": {
5796
+ "oneof": [
5797
+ "softDeleteTime"
5798
+ ]
5799
+ },
5800
+ "_hardDeleteTime": {
5801
+ "oneof": [
5802
+ "hardDeleteTime"
5803
+ ]
5804
+ }
5805
+ },
5806
+ "fields": {
5807
+ "name": {
5808
+ "type": "string",
5809
+ "id": 1,
5810
+ "options": {
5811
+ "(google.api.field_behavior)": "IMMUTABLE"
5812
+ }
5813
+ },
5814
+ "bucket": {
5815
+ "type": "string",
5816
+ "id": 2,
5817
+ "options": {
5818
+ "(google.api.field_behavior)": "IMMUTABLE",
5819
+ "(google.api.resource_reference).type": "storage.googleapis.com/Bucket"
5820
+ }
5821
+ },
5822
+ "etag": {
5823
+ "type": "string",
5824
+ "id": 27,
5825
+ "options": {
5826
+ "(google.api.field_behavior)": "OPTIONAL"
5827
+ }
5828
+ },
5829
+ "generation": {
5830
+ "type": "int64",
5831
+ "id": 3,
5832
+ "options": {
5833
+ "(google.api.field_behavior)": "IMMUTABLE"
5834
+ }
5835
+ },
5836
+ "restoreToken": {
5837
+ "type": "string",
5838
+ "id": 35,
5839
+ "options": {
5840
+ "(google.api.field_behavior)": "OUTPUT_ONLY",
5841
+ "proto3_optional": true
5842
+ }
5843
+ },
5844
+ "metageneration": {
5845
+ "type": "int64",
5846
+ "id": 4,
5847
+ "options": {
5848
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5849
+ }
5850
+ },
5851
+ "storageClass": {
5852
+ "type": "string",
5853
+ "id": 5,
5854
+ "options": {
5855
+ "(google.api.field_behavior)": "OPTIONAL"
5856
+ }
5857
+ },
5858
+ "size": {
5859
+ "type": "int64",
5860
+ "id": 6,
5861
+ "options": {
5862
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5863
+ }
5864
+ },
5865
+ "contentEncoding": {
5866
+ "type": "string",
5867
+ "id": 7,
5868
+ "options": {
5869
+ "(google.api.field_behavior)": "OPTIONAL"
5870
+ }
5871
+ },
5872
+ "contentDisposition": {
5873
+ "type": "string",
5874
+ "id": 8,
5875
+ "options": {
5876
+ "(google.api.field_behavior)": "OPTIONAL"
5877
+ }
5878
+ },
5879
+ "cacheControl": {
5880
+ "type": "string",
5881
+ "id": 9,
5882
+ "options": {
5883
+ "(google.api.field_behavior)": "OPTIONAL"
5884
+ }
5885
+ },
5886
+ "acl": {
5887
+ "rule": "repeated",
5888
+ "type": "ObjectAccessControl",
5889
+ "id": 10,
5890
+ "options": {
5891
+ "(google.api.field_behavior)": "OPTIONAL"
5892
+ }
5893
+ },
5894
+ "contentLanguage": {
5895
+ "type": "string",
5896
+ "id": 11,
5897
+ "options": {
5898
+ "(google.api.field_behavior)": "OPTIONAL"
5899
+ }
5900
+ },
5901
+ "deleteTime": {
5902
+ "type": "google.protobuf.Timestamp",
5903
+ "id": 12,
5904
+ "options": {
5905
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5906
+ }
5907
+ },
5908
+ "finalizeTime": {
5909
+ "type": "google.protobuf.Timestamp",
5910
+ "id": 36,
5911
+ "options": {
5912
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5913
+ }
5914
+ },
5915
+ "contentType": {
5916
+ "type": "string",
5917
+ "id": 13,
5918
+ "options": {
5919
+ "(google.api.field_behavior)": "OPTIONAL"
5920
+ }
5921
+ },
5922
+ "createTime": {
5923
+ "type": "google.protobuf.Timestamp",
5924
+ "id": 14,
5925
+ "options": {
5926
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5927
+ }
5928
+ },
5929
+ "componentCount": {
5930
+ "type": "int32",
5931
+ "id": 15,
5932
+ "options": {
5933
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5934
+ }
5935
+ },
5936
+ "checksums": {
5937
+ "type": "ObjectChecksums",
5938
+ "id": 16,
5939
+ "options": {
5940
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5941
+ }
5942
+ },
5943
+ "updateTime": {
5944
+ "type": "google.protobuf.Timestamp",
5945
+ "id": 17,
5946
+ "options": {
5947
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5948
+ }
5949
+ },
5950
+ "kmsKey": {
5951
+ "type": "string",
5952
+ "id": 18,
5953
+ "options": {
5954
+ "(google.api.field_behavior)": "OPTIONAL",
5955
+ "(google.api.resource_reference).type": "cloudkms.googleapis.com/CryptoKey"
5956
+ }
5957
+ },
5958
+ "updateStorageClassTime": {
5959
+ "type": "google.protobuf.Timestamp",
5960
+ "id": 19,
5961
+ "options": {
5962
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5963
+ }
5964
+ },
5965
+ "temporaryHold": {
5966
+ "type": "bool",
5967
+ "id": 20,
5968
+ "options": {
5969
+ "(google.api.field_behavior)": "OPTIONAL"
5970
+ }
5971
+ },
5972
+ "retentionExpireTime": {
5973
+ "type": "google.protobuf.Timestamp",
5974
+ "id": 21,
5975
+ "options": {
5976
+ "(google.api.field_behavior)": "OPTIONAL"
5977
+ }
5978
+ },
5979
+ "metadata": {
5980
+ "keyType": "string",
5981
+ "type": "string",
5982
+ "id": 22,
5983
+ "options": {
5984
+ "(google.api.field_behavior)": "OPTIONAL"
5985
+ }
5986
+ },
5987
+ "contexts": {
5988
+ "type": "ObjectContexts",
5989
+ "id": 38,
5990
+ "options": {
5991
+ "(google.api.field_behavior)": "OPTIONAL"
5992
+ }
5993
+ },
5994
+ "eventBasedHold": {
5995
+ "type": "bool",
5996
+ "id": 23,
5997
+ "options": {
5998
+ "proto3_optional": true
5999
+ }
6000
+ },
6001
+ "owner": {
6002
+ "type": "Owner",
6003
+ "id": 24,
6004
+ "options": {
6005
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
6006
+ }
6007
+ },
6008
+ "customerEncryption": {
6009
+ "type": "CustomerEncryption",
6010
+ "id": 25,
6011
+ "options": {
6012
+ "(google.api.field_behavior)": "OPTIONAL"
6013
+ }
6014
+ },
6015
+ "customTime": {
6016
+ "type": "google.protobuf.Timestamp",
6017
+ "id": 26,
6018
+ "options": {
6019
+ "(google.api.field_behavior)": "OPTIONAL"
6020
+ }
6021
+ },
6022
+ "softDeleteTime": {
6023
+ "type": "google.protobuf.Timestamp",
6024
+ "id": 28,
6025
+ "options": {
6026
+ "(google.api.field_behavior)": "OUTPUT_ONLY",
6027
+ "proto3_optional": true
6028
+ }
6029
+ },
6030
+ "hardDeleteTime": {
6031
+ "type": "google.protobuf.Timestamp",
6032
+ "id": 29,
6033
+ "options": {
6034
+ "(google.api.field_behavior)": "OUTPUT_ONLY",
6035
+ "proto3_optional": true
6036
+ }
6037
+ },
6038
+ "retention": {
6039
+ "type": "Retention",
6040
+ "id": 30,
6041
+ "options": {
6042
+ "(google.api.field_behavior)": "OPTIONAL"
6043
+ }
6044
+ }
6045
+ },
6046
+ "nested": {
6047
+ "Retention": {
6048
+ "fields": {
6049
+ "mode": {
6050
+ "type": "Mode",
6051
+ "id": 1,
6052
+ "options": {
6053
+ "(google.api.field_behavior)": "OPTIONAL"
6054
+ }
6055
+ },
6056
+ "retainUntilTime": {
6057
+ "type": "google.protobuf.Timestamp",
6058
+ "id": 2,
6059
+ "options": {
6060
+ "(google.api.field_behavior)": "OPTIONAL"
6061
+ }
6062
+ }
6063
+ },
6064
+ "nested": {
6065
+ "Mode": {
6066
+ "values": {
6067
+ "MODE_UNSPECIFIED": 0,
6068
+ "UNLOCKED": 1,
6069
+ "LOCKED": 2
6070
+ }
6071
+ }
6072
+ }
6073
+ }
6074
+ }
6075
+ },
6076
+ "ObjectAccessControl": {
6077
+ "fields": {
6078
+ "role": {
6079
+ "type": "string",
6080
+ "id": 1,
6081
+ "options": {
6082
+ "(google.api.field_behavior)": "OPTIONAL"
6083
+ }
6084
+ },
6085
+ "id": {
6086
+ "type": "string",
6087
+ "id": 2,
6088
+ "options": {
6089
+ "(google.api.field_behavior)": "OPTIONAL"
6090
+ }
6091
+ },
6092
+ "entity": {
6093
+ "type": "string",
6094
+ "id": 3,
6095
+ "options": {
6096
+ "(google.api.field_behavior)": "OPTIONAL"
6097
+ }
6098
+ },
6099
+ "entityAlt": {
6100
+ "type": "string",
6101
+ "id": 9,
6102
+ "options": {
6103
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
6104
+ }
6105
+ },
6106
+ "entityId": {
6107
+ "type": "string",
6108
+ "id": 4,
6109
+ "options": {
6110
+ "(google.api.field_behavior)": "OPTIONAL"
6111
+ }
6112
+ },
6113
+ "etag": {
6114
+ "type": "string",
6115
+ "id": 8,
6116
+ "options": {
6117
+ "(google.api.field_behavior)": "OPTIONAL"
6118
+ }
6119
+ },
6120
+ "email": {
6121
+ "type": "string",
6122
+ "id": 5,
6123
+ "options": {
6124
+ "(google.api.field_behavior)": "OPTIONAL"
6125
+ }
6126
+ },
6127
+ "domain": {
6128
+ "type": "string",
6129
+ "id": 6,
6130
+ "options": {
6131
+ "(google.api.field_behavior)": "OPTIONAL"
6132
+ }
6133
+ },
6134
+ "projectTeam": {
6135
+ "type": "ProjectTeam",
6136
+ "id": 7,
6137
+ "options": {
6138
+ "(google.api.field_behavior)": "OPTIONAL"
6139
+ }
6140
+ }
6141
+ }
6142
+ },
6143
+ "ListObjectsResponse": {
6144
+ "fields": {
6145
+ "objects": {
6146
+ "rule": "repeated",
6147
+ "type": "StorageObject",
6148
+ "id": 1
6149
+ },
6150
+ "prefixes": {
6151
+ "rule": "repeated",
6152
+ "type": "string",
6153
+ "id": 2
6154
+ },
6155
+ "nextPageToken": {
6156
+ "type": "string",
6157
+ "id": 3
6158
+ }
6159
+ }
6160
+ },
6161
+ "ProjectTeam": {
6162
+ "fields": {
6163
+ "projectNumber": {
6164
+ "type": "string",
6165
+ "id": 1,
6166
+ "options": {
6167
+ "(google.api.field_behavior)": "OPTIONAL"
6168
+ }
6169
+ },
6170
+ "team": {
6171
+ "type": "string",
6172
+ "id": 2,
6173
+ "options": {
6174
+ "(google.api.field_behavior)": "OPTIONAL"
6175
+ }
6176
+ }
6177
+ }
6178
+ },
6179
+ "Owner": {
6180
+ "fields": {
6181
+ "entity": {
6182
+ "type": "string",
6183
+ "id": 1,
6184
+ "options": {
6185
+ "(google.api.field_behavior)": "OPTIONAL"
6186
+ }
6187
+ },
6188
+ "entityId": {
6189
+ "type": "string",
6190
+ "id": 2,
6191
+ "options": {
6192
+ "(google.api.field_behavior)": "OPTIONAL"
6193
+ }
6194
+ }
6195
+ }
6196
+ },
6197
+ "ContentRange": {
6198
+ "fields": {
6199
+ "start": {
6200
+ "type": "int64",
6201
+ "id": 1
6202
+ },
6203
+ "end": {
6204
+ "type": "int64",
6205
+ "id": 2
6206
+ },
6207
+ "completeLength": {
6208
+ "type": "int64",
6209
+ "id": 3
6210
+ }
6211
+ }
6212
+ }
6213
+ }
1944
6214
  }
1945
6215
  }
1946
6216
  },
@@ -1950,8 +6220,7 @@
1950
6220
  "java_multiple_files": true,
1951
6221
  "java_outer_classname": "RoutingProto",
1952
6222
  "java_package": "com.google.api",
1953
- "objc_class_prefix": "GAPI",
1954
- "cc_enable_arenas": true
6223
+ "objc_class_prefix": "GAPI"
1955
6224
  },
1956
6225
  "nested": {
1957
6226
  "http": {
@@ -2075,6 +6344,10 @@
2075
6344
  "rule": "repeated",
2076
6345
  "type": "ClientLibraryDestination",
2077
6346
  "id": 2
6347
+ },
6348
+ "selectiveGapicGeneration": {
6349
+ "type": "SelectiveGapicGeneration",
6350
+ "id": 3
2078
6351
  }
2079
6352
  }
2080
6353
  },
@@ -2215,6 +6488,28 @@
2215
6488
  "common": {
2216
6489
  "type": "CommonLanguageSettings",
2217
6490
  "id": 1
6491
+ },
6492
+ "experimentalFeatures": {
6493
+ "type": "ExperimentalFeatures",
6494
+ "id": 2
6495
+ }
6496
+ },
6497
+ "nested": {
6498
+ "ExperimentalFeatures": {
6499
+ "fields": {
6500
+ "restAsyncIoEnabled": {
6501
+ "type": "bool",
6502
+ "id": 1
6503
+ },
6504
+ "protobufPythonicTypesEnabled": {
6505
+ "type": "bool",
6506
+ "id": 2
6507
+ },
6508
+ "unversionedPackageDisabled": {
6509
+ "type": "bool",
6510
+ "id": 3
6511
+ }
6512
+ }
2218
6513
  }
2219
6514
  }
2220
6515
  },
@@ -2272,6 +6567,11 @@
2272
6567
  "common": {
2273
6568
  "type": "CommonLanguageSettings",
2274
6569
  "id": 1
6570
+ },
6571
+ "renamedServices": {
6572
+ "keyType": "string",
6573
+ "type": "string",
6574
+ "id": 2
2275
6575
  }
2276
6576
  }
2277
6577
  },
@@ -2333,6 +6633,19 @@
2333
6633
  "PACKAGE_MANAGER": 20
2334
6634
  }
2335
6635
  },
6636
+ "SelectiveGapicGeneration": {
6637
+ "fields": {
6638
+ "methods": {
6639
+ "rule": "repeated",
6640
+ "type": "string",
6641
+ "id": 1
6642
+ },
6643
+ "generateOmittedAsInternal": {
6644
+ "type": "bool",
6645
+ "id": 2
6646
+ }
6647
+ }
6648
+ },
2336
6649
  "LaunchStage": {
2337
6650
  "values": {
2338
6651
  "LAUNCH_STAGE_UNSPECIFIED": 0,
@@ -2377,6 +6690,11 @@
2377
6690
  "format": {
2378
6691
  "type": "Format",
2379
6692
  "id": 1
6693
+ },
6694
+ "referencedTypes": {
6695
+ "rule": "repeated",
6696
+ "type": "TypeReference",
6697
+ "id": 2
2380
6698
  }
2381
6699
  },
2382
6700
  "nested": {
@@ -2391,6 +6709,14 @@
2391
6709
  }
2392
6710
  }
2393
6711
  },
6712
+ "TypeReference": {
6713
+ "fields": {
6714
+ "typeName": {
6715
+ "type": "string",
6716
+ "id": 1
6717
+ }
6718
+ }
6719
+ },
2394
6720
  "resourceReference": {
2395
6721
  "type": "google.api.ResourceReference",
2396
6722
  "id": 1055,
@@ -2515,12 +6841,19 @@
2515
6841
  "type": "FileDescriptorProto",
2516
6842
  "id": 1
2517
6843
  }
2518
- }
6844
+ },
6845
+ "extensions": [
6846
+ [
6847
+ 536000000,
6848
+ 536000000
6849
+ ]
6850
+ ]
2519
6851
  },
2520
6852
  "Edition": {
2521
6853
  "edition": "proto2",
2522
6854
  "values": {
2523
6855
  "EDITION_UNKNOWN": 0,
6856
+ "EDITION_LEGACY": 900,
2524
6857
  "EDITION_PROTO2": 998,
2525
6858
  "EDITION_PROTO3": 999,
2526
6859
  "EDITION_2023": 1000,
@@ -2559,6 +6892,11 @@
2559
6892
  "type": "int32",
2560
6893
  "id": 11
2561
6894
  },
6895
+ "optionDependency": {
6896
+ "rule": "repeated",
6897
+ "type": "string",
6898
+ "id": 15
6899
+ },
2562
6900
  "messageType": {
2563
6901
  "rule": "repeated",
2564
6902
  "type": "DescriptorProto",
@@ -2647,6 +6985,10 @@
2647
6985
  "rule": "repeated",
2648
6986
  "type": "string",
2649
6987
  "id": 10
6988
+ },
6989
+ "visibility": {
6990
+ "type": "SymbolVisibility",
6991
+ "id": 11
2650
6992
  }
2651
6993
  },
2652
6994
  "nested": {
@@ -2872,6 +7214,10 @@
2872
7214
  "rule": "repeated",
2873
7215
  "type": "string",
2874
7216
  "id": 5
7217
+ },
7218
+ "visibility": {
7219
+ "type": "SymbolVisibility",
7220
+ "id": 6
2875
7221
  }
2876
7222
  },
2877
7223
  "nested": {
@@ -2922,7 +7268,14 @@
2922
7268
  "type": "ServiceOptions",
2923
7269
  "id": 3
2924
7270
  }
2925
- }
7271
+ },
7272
+ "reserved": [
7273
+ [
7274
+ 4,
7275
+ 4
7276
+ ],
7277
+ "stream"
7278
+ ]
2926
7279
  },
2927
7280
  "MethodDescriptorProto": {
2928
7281
  "edition": "proto2",
@@ -3086,6 +7439,7 @@
3086
7439
  42,
3087
7440
  42
3088
7441
  ],
7442
+ "php_generic_services",
3089
7443
  [
3090
7444
  38,
3091
7445
  38
@@ -3221,7 +7575,8 @@
3221
7575
  "type": "bool",
3222
7576
  "id": 10,
3223
7577
  "options": {
3224
- "default": false
7578
+ "default": false,
7579
+ "deprecated": true
3225
7580
  }
3226
7581
  },
3227
7582
  "debugRedact": {
@@ -3249,6 +7604,10 @@
3249
7604
  "type": "FeatureSet",
3250
7605
  "id": 21
3251
7606
  },
7607
+ "featureSupport": {
7608
+ "type": "FeatureSupport",
7609
+ "id": 22
7610
+ },
3252
7611
  "uninterpretedOption": {
3253
7612
  "rule": "repeated",
3254
7613
  "type": "UninterpretedOption",
@@ -3318,6 +7677,26 @@
3318
7677
  "id": 2
3319
7678
  }
3320
7679
  }
7680
+ },
7681
+ "FeatureSupport": {
7682
+ "fields": {
7683
+ "editionIntroduced": {
7684
+ "type": "Edition",
7685
+ "id": 1
7686
+ },
7687
+ "editionDeprecated": {
7688
+ "type": "Edition",
7689
+ "id": 2
7690
+ },
7691
+ "deprecationWarning": {
7692
+ "type": "string",
7693
+ "id": 3
7694
+ },
7695
+ "editionRemoved": {
7696
+ "type": "Edition",
7697
+ "id": 4
7698
+ }
7699
+ }
3321
7700
  }
3322
7701
  }
3323
7702
  },
@@ -3406,6 +7785,10 @@
3406
7785
  "default": false
3407
7786
  }
3408
7787
  },
7788
+ "featureSupport": {
7789
+ "type": "FieldOptions.FeatureSupport",
7790
+ "id": 4
7791
+ },
3409
7792
  "uninterpretedOption": {
3410
7793
  "rule": "repeated",
3411
7794
  "type": "UninterpretedOption",
@@ -3548,6 +7931,7 @@
3548
7931
  "options": {
3549
7932
  "retention": "RETENTION_RUNTIME",
3550
7933
  "targets": "TARGET_TYPE_FILE",
7934
+ "feature_support.edition_introduced": "EDITION_2023",
3551
7935
  "edition_defaults.edition": "EDITION_2023",
3552
7936
  "edition_defaults.value": "EXPLICIT"
3553
7937
  }
@@ -3558,6 +7942,7 @@
3558
7942
  "options": {
3559
7943
  "retention": "RETENTION_RUNTIME",
3560
7944
  "targets": "TARGET_TYPE_FILE",
7945
+ "feature_support.edition_introduced": "EDITION_2023",
3561
7946
  "edition_defaults.edition": "EDITION_PROTO3",
3562
7947
  "edition_defaults.value": "OPEN"
3563
7948
  }
@@ -3568,6 +7953,7 @@
3568
7953
  "options": {
3569
7954
  "retention": "RETENTION_RUNTIME",
3570
7955
  "targets": "TARGET_TYPE_FILE",
7956
+ "feature_support.edition_introduced": "EDITION_2023",
3571
7957
  "edition_defaults.edition": "EDITION_PROTO3",
3572
7958
  "edition_defaults.value": "PACKED"
3573
7959
  }
@@ -3578,6 +7964,7 @@
3578
7964
  "options": {
3579
7965
  "retention": "RETENTION_RUNTIME",
3580
7966
  "targets": "TARGET_TYPE_FILE",
7967
+ "feature_support.edition_introduced": "EDITION_2023",
3581
7968
  "edition_defaults.edition": "EDITION_PROTO3",
3582
7969
  "edition_defaults.value": "VERIFY"
3583
7970
  }
@@ -3588,7 +7975,8 @@
3588
7975
  "options": {
3589
7976
  "retention": "RETENTION_RUNTIME",
3590
7977
  "targets": "TARGET_TYPE_FILE",
3591
- "edition_defaults.edition": "EDITION_PROTO2",
7978
+ "feature_support.edition_introduced": "EDITION_2023",
7979
+ "edition_defaults.edition": "EDITION_LEGACY",
3592
7980
  "edition_defaults.value": "LENGTH_PREFIXED"
3593
7981
  }
3594
7982
  },
@@ -3598,27 +7986,38 @@
3598
7986
  "options": {
3599
7987
  "retention": "RETENTION_RUNTIME",
3600
7988
  "targets": "TARGET_TYPE_FILE",
7989
+ "feature_support.edition_introduced": "EDITION_2023",
3601
7990
  "edition_defaults.edition": "EDITION_PROTO3",
3602
7991
  "edition_defaults.value": "ALLOW"
3603
7992
  }
7993
+ },
7994
+ "enforceNamingStyle": {
7995
+ "type": "EnforceNamingStyle",
7996
+ "id": 7,
7997
+ "options": {
7998
+ "retention": "RETENTION_SOURCE",
7999
+ "targets": "TARGET_TYPE_METHOD",
8000
+ "feature_support.edition_introduced": "EDITION_2024",
8001
+ "edition_defaults.edition": "EDITION_2024",
8002
+ "edition_defaults.value": "STYLE2024"
8003
+ }
8004
+ },
8005
+ "defaultSymbolVisibility": {
8006
+ "type": "VisibilityFeature.DefaultSymbolVisibility",
8007
+ "id": 8,
8008
+ "options": {
8009
+ "retention": "RETENTION_SOURCE",
8010
+ "targets": "TARGET_TYPE_FILE",
8011
+ "feature_support.edition_introduced": "EDITION_2024",
8012
+ "edition_defaults.edition": "EDITION_2024",
8013
+ "edition_defaults.value": "EXPORT_TOP_LEVEL"
8014
+ }
3604
8015
  }
3605
8016
  },
3606
8017
  "extensions": [
3607
8018
  [
3608
8019
  1000,
3609
- 1000
3610
- ],
3611
- [
3612
- 1001,
3613
- 1001
3614
- ],
3615
- [
3616
- 1002,
3617
- 1002
3618
- ],
3619
- [
3620
- 9990,
3621
- 9990
8020
+ 9994
3622
8021
  ],
3623
8022
  [
3624
8023
  9995,
@@ -3663,7 +8062,13 @@
3663
8062
  "UTF8_VALIDATION_UNKNOWN": 0,
3664
8063
  "VERIFY": 2,
3665
8064
  "NONE": 3
3666
- }
8065
+ },
8066
+ "reserved": [
8067
+ [
8068
+ 1,
8069
+ 1
8070
+ ]
8071
+ ]
3667
8072
  },
3668
8073
  "MessageEncoding": {
3669
8074
  "values": {
@@ -3678,6 +8083,33 @@
3678
8083
  "ALLOW": 1,
3679
8084
  "LEGACY_BEST_EFFORT": 2
3680
8085
  }
8086
+ },
8087
+ "EnforceNamingStyle": {
8088
+ "values": {
8089
+ "ENFORCE_NAMING_STYLE_UNKNOWN": 0,
8090
+ "STYLE2024": 1,
8091
+ "STYLE_LEGACY": 2
8092
+ }
8093
+ },
8094
+ "VisibilityFeature": {
8095
+ "fields": {},
8096
+ "reserved": [
8097
+ [
8098
+ 1,
8099
+ 536870911
8100
+ ]
8101
+ ],
8102
+ "nested": {
8103
+ "DefaultSymbolVisibility": {
8104
+ "values": {
8105
+ "DEFAULT_SYMBOL_VISIBILITY_UNKNOWN": 0,
8106
+ "EXPORT_ALL": 1,
8107
+ "EXPORT_TOP_LEVEL": 2,
8108
+ "LOCAL_ALL": 3,
8109
+ "STRICT": 4
8110
+ }
8111
+ }
8112
+ }
3681
8113
  }
3682
8114
  }
3683
8115
  },
@@ -3705,11 +8137,26 @@
3705
8137
  "type": "Edition",
3706
8138
  "id": 3
3707
8139
  },
3708
- "features": {
8140
+ "overridableFeatures": {
3709
8141
  "type": "FeatureSet",
3710
- "id": 2
8142
+ "id": 4
8143
+ },
8144
+ "fixedFeatures": {
8145
+ "type": "FeatureSet",
8146
+ "id": 5
3711
8147
  }
3712
- }
8148
+ },
8149
+ "reserved": [
8150
+ [
8151
+ 1,
8152
+ 1
8153
+ ],
8154
+ [
8155
+ 2,
8156
+ 2
8157
+ ],
8158
+ "features"
8159
+ ]
3713
8160
  }
3714
8161
  }
3715
8162
  },
@@ -3722,6 +8169,12 @@
3722
8169
  "id": 1
3723
8170
  }
3724
8171
  },
8172
+ "extensions": [
8173
+ [
8174
+ 536000000,
8175
+ 536000000
8176
+ ]
8177
+ ],
3725
8178
  "nested": {
3726
8179
  "Location": {
3727
8180
  "fields": {
@@ -3807,6 +8260,14 @@
3807
8260
  }
3808
8261
  }
3809
8262
  },
8263
+ "SymbolVisibility": {
8264
+ "edition": "proto2",
8265
+ "values": {
8266
+ "VISIBILITY_UNSET": 0,
8267
+ "VISIBILITY_LOCAL": 1,
8268
+ "VISIBILITY_EXPORT": 2
8269
+ }
8270
+ },
3810
8271
  "Duration": {
3811
8272
  "fields": {
3812
8273
  "seconds": {
@@ -3861,13 +8322,13 @@
3861
8322
  "nested": {
3862
8323
  "v1": {
3863
8324
  "options": {
3864
- "cc_enable_arenas": true,
3865
8325
  "csharp_namespace": "Google.Cloud.Iam.V1",
3866
8326
  "go_package": "cloud.google.com/go/iam/apiv1/iampb;iampb",
3867
8327
  "java_multiple_files": true,
3868
8328
  "java_outer_classname": "PolicyProto",
3869
8329
  "java_package": "com.google.iam.v1",
3870
- "php_namespace": "Google\\Cloud\\Iam\\V1"
8330
+ "php_namespace": "Google\\Cloud\\Iam\\V1",
8331
+ "cc_enable_arenas": true
3871
8332
  },
3872
8333
  "nested": {
3873
8334
  "IAMPolicy": {
@@ -4154,11 +8615,12 @@
4154
8615
  },
4155
8616
  "type": {
4156
8617
  "options": {
4157
- "go_package": "google.golang.org/genproto/googleapis/type/expr;expr",
8618
+ "go_package": "google.golang.org/genproto/googleapis/type/date;date",
4158
8619
  "java_multiple_files": true,
4159
- "java_outer_classname": "ExprProto",
8620
+ "java_outer_classname": "DateProto",
4160
8621
  "java_package": "com.google.type",
4161
- "objc_class_prefix": "GTP"
8622
+ "objc_class_prefix": "GTP",
8623
+ "cc_enable_arenas": true
4162
8624
  },
4163
8625
  "nested": {
4164
8626
  "Expr": {
@@ -4180,6 +8642,22 @@
4180
8642
  "id": 4
4181
8643
  }
4182
8644
  }
8645
+ },
8646
+ "Date": {
8647
+ "fields": {
8648
+ "year": {
8649
+ "type": "int32",
8650
+ "id": 1
8651
+ },
8652
+ "month": {
8653
+ "type": "int32",
8654
+ "id": 2
8655
+ },
8656
+ "day": {
8657
+ "type": "int32",
8658
+ "id": 3
8659
+ }
8660
+ }
4183
8661
  }
4184
8662
  }
4185
8663
  },
@@ -4191,6 +8669,7 @@
4191
8669
  "java_multiple_files": true,
4192
8670
  "java_outer_classname": "OperationsProto",
4193
8671
  "java_package": "com.google.longrunning",
8672
+ "objc_class_prefix": "GLRUN",
4194
8673
  "php_namespace": "Google\\LongRunning"
4195
8674
  },
4196
8675
  "nested": {