@google-cloud/storage-control 0.6.0 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +59 -74
- package/build/protos/google/storage/v2/storage.proto +3161 -0
- package/build/protos/protos.d.ts +10641 -0
- package/build/protos/protos.js +28904 -0
- package/build/protos/protos.json +4286 -4
- package/build/src/index.d.ts +2 -3
- package/build/src/index.js +3 -3
- package/build/src/index.js.map +1 -1
- package/build/src/storage_control_client.d.ts +2035 -0
- package/build/src/storage_control_client.js +1387 -0
- package/build/src/storage_control_client.js.map +1 -0
- package/build/src/util/ast_utils.d.ts +22 -0
- package/build/src/util/ast_utils.js +352 -0
- package/build/src/util/ast_utils.js.map +1 -0
- package/build/src/util/index_fix_utils.d.ts +15 -0
- package/build/src/util/index_fix_utils.js +86 -0
- package/build/src/util/index_fix_utils.js.map +1 -0
- package/build/src/util/proto_utils.d.ts +13 -0
- package/build/src/util/proto_utils.js +53 -0
- package/build/src/util/proto_utils.js.map +1 -0
- package/build/src/util/storage_control_utils.d.ts +1 -0
- package/build/src/util/storage_control_utils.js +31 -0
- package/build/src/util/storage_control_utils.js.map +1 -0
- package/build/src/util/uber_client_builder.d.ts +12 -0
- package/build/src/util/uber_client_builder.js +187 -0
- package/build/src/util/uber_client_builder.js.map +1 -0
- package/build/src/v2/index.d.ts +1 -0
- package/build/src/v2/index.js +3 -1
- package/build/src/v2/index.js.map +1 -1
- package/build/src/v2/storage_client.d.ts +614 -0
- package/build/src/v2/storage_client.js +911 -0
- package/build/src/v2/storage_client.js.map +1 -0
- package/build/src/v2/storage_client_config.json +65 -0
- package/build/src/v2/storage_control_client.d.ts +138 -138
- package/build/src/v2/storage_control_client.js +485 -231
- package/build/src/v2/storage_control_client.js.map +1 -1
- package/build/src/v2/storage_proto_list.json +3 -0
- package/package.json +4 -2
package/build/protos/protos.json
CHANGED
|
@@ -1941,6 +1941,4264 @@
|
|
|
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
|
+
},
|
|
2784
|
+
"fields": {
|
|
2785
|
+
"destination": {
|
|
2786
|
+
"type": "StorageObject",
|
|
2787
|
+
"id": 1,
|
|
2788
|
+
"options": {
|
|
2789
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
2790
|
+
}
|
|
2791
|
+
},
|
|
2792
|
+
"sourceObjects": {
|
|
2793
|
+
"rule": "repeated",
|
|
2794
|
+
"type": "SourceObject",
|
|
2795
|
+
"id": 2,
|
|
2796
|
+
"options": {
|
|
2797
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
2798
|
+
}
|
|
2799
|
+
},
|
|
2800
|
+
"destinationPredefinedAcl": {
|
|
2801
|
+
"type": "string",
|
|
2802
|
+
"id": 9,
|
|
2803
|
+
"options": {
|
|
2804
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
2805
|
+
}
|
|
2806
|
+
},
|
|
2807
|
+
"ifGenerationMatch": {
|
|
2808
|
+
"type": "int64",
|
|
2809
|
+
"id": 4,
|
|
2810
|
+
"options": {
|
|
2811
|
+
"proto3_optional": true
|
|
2812
|
+
}
|
|
2813
|
+
},
|
|
2814
|
+
"ifMetagenerationMatch": {
|
|
2815
|
+
"type": "int64",
|
|
2816
|
+
"id": 5,
|
|
2817
|
+
"options": {
|
|
2818
|
+
"proto3_optional": true
|
|
2819
|
+
}
|
|
2820
|
+
},
|
|
2821
|
+
"kmsKey": {
|
|
2822
|
+
"type": "string",
|
|
2823
|
+
"id": 6,
|
|
2824
|
+
"options": {
|
|
2825
|
+
"(google.api.field_behavior)": "OPTIONAL",
|
|
2826
|
+
"(google.api.resource_reference).type": "cloudkms.googleapis.com/CryptoKey"
|
|
2827
|
+
}
|
|
2828
|
+
},
|
|
2829
|
+
"commonObjectRequestParams": {
|
|
2830
|
+
"type": "CommonObjectRequestParams",
|
|
2831
|
+
"id": 7,
|
|
2832
|
+
"options": {
|
|
2833
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
2834
|
+
}
|
|
2835
|
+
},
|
|
2836
|
+
"objectChecksums": {
|
|
2837
|
+
"type": "ObjectChecksums",
|
|
2838
|
+
"id": 10,
|
|
2839
|
+
"options": {
|
|
2840
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
2841
|
+
}
|
|
2842
|
+
}
|
|
2843
|
+
},
|
|
2844
|
+
"nested": {
|
|
2845
|
+
"SourceObject": {
|
|
2846
|
+
"fields": {
|
|
2847
|
+
"name": {
|
|
2848
|
+
"type": "string",
|
|
2849
|
+
"id": 1,
|
|
2850
|
+
"options": {
|
|
2851
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
2852
|
+
}
|
|
2853
|
+
},
|
|
2854
|
+
"generation": {
|
|
2855
|
+
"type": "int64",
|
|
2856
|
+
"id": 2,
|
|
2857
|
+
"options": {
|
|
2858
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
2859
|
+
}
|
|
2860
|
+
},
|
|
2861
|
+
"objectPreconditions": {
|
|
2862
|
+
"type": "ObjectPreconditions",
|
|
2863
|
+
"id": 3,
|
|
2864
|
+
"options": {
|
|
2865
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
2866
|
+
}
|
|
2867
|
+
}
|
|
2868
|
+
},
|
|
2869
|
+
"nested": {
|
|
2870
|
+
"ObjectPreconditions": {
|
|
2871
|
+
"oneofs": {
|
|
2872
|
+
"_ifGenerationMatch": {
|
|
2873
|
+
"oneof": [
|
|
2874
|
+
"ifGenerationMatch"
|
|
2875
|
+
]
|
|
2876
|
+
}
|
|
2877
|
+
},
|
|
2878
|
+
"fields": {
|
|
2879
|
+
"ifGenerationMatch": {
|
|
2880
|
+
"type": "int64",
|
|
2881
|
+
"id": 1,
|
|
2882
|
+
"options": {
|
|
2883
|
+
"proto3_optional": true
|
|
2884
|
+
}
|
|
2885
|
+
}
|
|
2886
|
+
}
|
|
2887
|
+
}
|
|
2888
|
+
}
|
|
2889
|
+
}
|
|
2890
|
+
}
|
|
2891
|
+
},
|
|
2892
|
+
"DeleteObjectRequest": {
|
|
2893
|
+
"oneofs": {
|
|
2894
|
+
"_ifGenerationMatch": {
|
|
2895
|
+
"oneof": [
|
|
2896
|
+
"ifGenerationMatch"
|
|
2897
|
+
]
|
|
2898
|
+
},
|
|
2899
|
+
"_ifGenerationNotMatch": {
|
|
2900
|
+
"oneof": [
|
|
2901
|
+
"ifGenerationNotMatch"
|
|
2902
|
+
]
|
|
2903
|
+
},
|
|
2904
|
+
"_ifMetagenerationMatch": {
|
|
2905
|
+
"oneof": [
|
|
2906
|
+
"ifMetagenerationMatch"
|
|
2907
|
+
]
|
|
2908
|
+
},
|
|
2909
|
+
"_ifMetagenerationNotMatch": {
|
|
2910
|
+
"oneof": [
|
|
2911
|
+
"ifMetagenerationNotMatch"
|
|
2912
|
+
]
|
|
2913
|
+
}
|
|
2914
|
+
},
|
|
2915
|
+
"fields": {
|
|
2916
|
+
"bucket": {
|
|
2917
|
+
"type": "string",
|
|
2918
|
+
"id": 1,
|
|
2919
|
+
"options": {
|
|
2920
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
2921
|
+
"(google.api.resource_reference).type": "storage.googleapis.com/Bucket"
|
|
2922
|
+
}
|
|
2923
|
+
},
|
|
2924
|
+
"object": {
|
|
2925
|
+
"type": "string",
|
|
2926
|
+
"id": 2,
|
|
2927
|
+
"options": {
|
|
2928
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
2929
|
+
}
|
|
2930
|
+
},
|
|
2931
|
+
"generation": {
|
|
2932
|
+
"type": "int64",
|
|
2933
|
+
"id": 4,
|
|
2934
|
+
"options": {
|
|
2935
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
2936
|
+
}
|
|
2937
|
+
},
|
|
2938
|
+
"ifGenerationMatch": {
|
|
2939
|
+
"type": "int64",
|
|
2940
|
+
"id": 5,
|
|
2941
|
+
"options": {
|
|
2942
|
+
"proto3_optional": true
|
|
2943
|
+
}
|
|
2944
|
+
},
|
|
2945
|
+
"ifGenerationNotMatch": {
|
|
2946
|
+
"type": "int64",
|
|
2947
|
+
"id": 6,
|
|
2948
|
+
"options": {
|
|
2949
|
+
"proto3_optional": true
|
|
2950
|
+
}
|
|
2951
|
+
},
|
|
2952
|
+
"ifMetagenerationMatch": {
|
|
2953
|
+
"type": "int64",
|
|
2954
|
+
"id": 7,
|
|
2955
|
+
"options": {
|
|
2956
|
+
"proto3_optional": true
|
|
2957
|
+
}
|
|
2958
|
+
},
|
|
2959
|
+
"ifMetagenerationNotMatch": {
|
|
2960
|
+
"type": "int64",
|
|
2961
|
+
"id": 8,
|
|
2962
|
+
"options": {
|
|
2963
|
+
"proto3_optional": true
|
|
2964
|
+
}
|
|
2965
|
+
},
|
|
2966
|
+
"commonObjectRequestParams": {
|
|
2967
|
+
"type": "CommonObjectRequestParams",
|
|
2968
|
+
"id": 10,
|
|
2969
|
+
"options": {
|
|
2970
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
2971
|
+
}
|
|
2972
|
+
}
|
|
2973
|
+
}
|
|
2974
|
+
},
|
|
2975
|
+
"RestoreObjectRequest": {
|
|
2976
|
+
"oneofs": {
|
|
2977
|
+
"_ifGenerationMatch": {
|
|
2978
|
+
"oneof": [
|
|
2979
|
+
"ifGenerationMatch"
|
|
2980
|
+
]
|
|
2981
|
+
},
|
|
2982
|
+
"_ifGenerationNotMatch": {
|
|
2983
|
+
"oneof": [
|
|
2984
|
+
"ifGenerationNotMatch"
|
|
2985
|
+
]
|
|
2986
|
+
},
|
|
2987
|
+
"_ifMetagenerationMatch": {
|
|
2988
|
+
"oneof": [
|
|
2989
|
+
"ifMetagenerationMatch"
|
|
2990
|
+
]
|
|
2991
|
+
},
|
|
2992
|
+
"_ifMetagenerationNotMatch": {
|
|
2993
|
+
"oneof": [
|
|
2994
|
+
"ifMetagenerationNotMatch"
|
|
2995
|
+
]
|
|
2996
|
+
},
|
|
2997
|
+
"_copySourceAcl": {
|
|
2998
|
+
"oneof": [
|
|
2999
|
+
"copySourceAcl"
|
|
3000
|
+
]
|
|
3001
|
+
}
|
|
3002
|
+
},
|
|
3003
|
+
"fields": {
|
|
3004
|
+
"bucket": {
|
|
3005
|
+
"type": "string",
|
|
3006
|
+
"id": 1,
|
|
3007
|
+
"options": {
|
|
3008
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
3009
|
+
"(google.api.resource_reference).type": "storage.googleapis.com/Bucket"
|
|
3010
|
+
}
|
|
3011
|
+
},
|
|
3012
|
+
"object": {
|
|
3013
|
+
"type": "string",
|
|
3014
|
+
"id": 2,
|
|
3015
|
+
"options": {
|
|
3016
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
3017
|
+
}
|
|
3018
|
+
},
|
|
3019
|
+
"generation": {
|
|
3020
|
+
"type": "int64",
|
|
3021
|
+
"id": 3,
|
|
3022
|
+
"options": {
|
|
3023
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
3024
|
+
}
|
|
3025
|
+
},
|
|
3026
|
+
"restoreToken": {
|
|
3027
|
+
"type": "string",
|
|
3028
|
+
"id": 11,
|
|
3029
|
+
"options": {
|
|
3030
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
3031
|
+
}
|
|
3032
|
+
},
|
|
3033
|
+
"ifGenerationMatch": {
|
|
3034
|
+
"type": "int64",
|
|
3035
|
+
"id": 4,
|
|
3036
|
+
"options": {
|
|
3037
|
+
"proto3_optional": true
|
|
3038
|
+
}
|
|
3039
|
+
},
|
|
3040
|
+
"ifGenerationNotMatch": {
|
|
3041
|
+
"type": "int64",
|
|
3042
|
+
"id": 5,
|
|
3043
|
+
"options": {
|
|
3044
|
+
"proto3_optional": true
|
|
3045
|
+
}
|
|
3046
|
+
},
|
|
3047
|
+
"ifMetagenerationMatch": {
|
|
3048
|
+
"type": "int64",
|
|
3049
|
+
"id": 6,
|
|
3050
|
+
"options": {
|
|
3051
|
+
"proto3_optional": true
|
|
3052
|
+
}
|
|
3053
|
+
},
|
|
3054
|
+
"ifMetagenerationNotMatch": {
|
|
3055
|
+
"type": "int64",
|
|
3056
|
+
"id": 7,
|
|
3057
|
+
"options": {
|
|
3058
|
+
"proto3_optional": true
|
|
3059
|
+
}
|
|
3060
|
+
},
|
|
3061
|
+
"copySourceAcl": {
|
|
3062
|
+
"type": "bool",
|
|
3063
|
+
"id": 9,
|
|
3064
|
+
"options": {
|
|
3065
|
+
"proto3_optional": true
|
|
3066
|
+
}
|
|
3067
|
+
},
|
|
3068
|
+
"commonObjectRequestParams": {
|
|
3069
|
+
"type": "CommonObjectRequestParams",
|
|
3070
|
+
"id": 8,
|
|
3071
|
+
"options": {
|
|
3072
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
3073
|
+
}
|
|
3074
|
+
}
|
|
3075
|
+
}
|
|
3076
|
+
},
|
|
3077
|
+
"CancelResumableWriteRequest": {
|
|
3078
|
+
"fields": {
|
|
3079
|
+
"uploadId": {
|
|
3080
|
+
"type": "string",
|
|
3081
|
+
"id": 1,
|
|
3082
|
+
"options": {
|
|
3083
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
3084
|
+
}
|
|
3085
|
+
}
|
|
3086
|
+
}
|
|
3087
|
+
},
|
|
3088
|
+
"CancelResumableWriteResponse": {
|
|
3089
|
+
"fields": {}
|
|
3090
|
+
},
|
|
3091
|
+
"ReadObjectRequest": {
|
|
3092
|
+
"oneofs": {
|
|
3093
|
+
"_ifGenerationMatch": {
|
|
3094
|
+
"oneof": [
|
|
3095
|
+
"ifGenerationMatch"
|
|
3096
|
+
]
|
|
3097
|
+
},
|
|
3098
|
+
"_ifGenerationNotMatch": {
|
|
3099
|
+
"oneof": [
|
|
3100
|
+
"ifGenerationNotMatch"
|
|
3101
|
+
]
|
|
3102
|
+
},
|
|
3103
|
+
"_ifMetagenerationMatch": {
|
|
3104
|
+
"oneof": [
|
|
3105
|
+
"ifMetagenerationMatch"
|
|
3106
|
+
]
|
|
3107
|
+
},
|
|
3108
|
+
"_ifMetagenerationNotMatch": {
|
|
3109
|
+
"oneof": [
|
|
3110
|
+
"ifMetagenerationNotMatch"
|
|
3111
|
+
]
|
|
3112
|
+
},
|
|
3113
|
+
"_readMask": {
|
|
3114
|
+
"oneof": [
|
|
3115
|
+
"readMask"
|
|
3116
|
+
]
|
|
3117
|
+
}
|
|
3118
|
+
},
|
|
3119
|
+
"fields": {
|
|
3120
|
+
"bucket": {
|
|
3121
|
+
"type": "string",
|
|
3122
|
+
"id": 1,
|
|
3123
|
+
"options": {
|
|
3124
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
3125
|
+
"(google.api.resource_reference).type": "storage.googleapis.com/Bucket"
|
|
3126
|
+
}
|
|
3127
|
+
},
|
|
3128
|
+
"object": {
|
|
3129
|
+
"type": "string",
|
|
3130
|
+
"id": 2,
|
|
3131
|
+
"options": {
|
|
3132
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
3133
|
+
}
|
|
3134
|
+
},
|
|
3135
|
+
"generation": {
|
|
3136
|
+
"type": "int64",
|
|
3137
|
+
"id": 3,
|
|
3138
|
+
"options": {
|
|
3139
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
3140
|
+
}
|
|
3141
|
+
},
|
|
3142
|
+
"readOffset": {
|
|
3143
|
+
"type": "int64",
|
|
3144
|
+
"id": 4,
|
|
3145
|
+
"options": {
|
|
3146
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
3147
|
+
}
|
|
3148
|
+
},
|
|
3149
|
+
"readLimit": {
|
|
3150
|
+
"type": "int64",
|
|
3151
|
+
"id": 5,
|
|
3152
|
+
"options": {
|
|
3153
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
3154
|
+
}
|
|
3155
|
+
},
|
|
3156
|
+
"ifGenerationMatch": {
|
|
3157
|
+
"type": "int64",
|
|
3158
|
+
"id": 6,
|
|
3159
|
+
"options": {
|
|
3160
|
+
"proto3_optional": true
|
|
3161
|
+
}
|
|
3162
|
+
},
|
|
3163
|
+
"ifGenerationNotMatch": {
|
|
3164
|
+
"type": "int64",
|
|
3165
|
+
"id": 7,
|
|
3166
|
+
"options": {
|
|
3167
|
+
"proto3_optional": true
|
|
3168
|
+
}
|
|
3169
|
+
},
|
|
3170
|
+
"ifMetagenerationMatch": {
|
|
3171
|
+
"type": "int64",
|
|
3172
|
+
"id": 8,
|
|
3173
|
+
"options": {
|
|
3174
|
+
"proto3_optional": true
|
|
3175
|
+
}
|
|
3176
|
+
},
|
|
3177
|
+
"ifMetagenerationNotMatch": {
|
|
3178
|
+
"type": "int64",
|
|
3179
|
+
"id": 9,
|
|
3180
|
+
"options": {
|
|
3181
|
+
"proto3_optional": true
|
|
3182
|
+
}
|
|
3183
|
+
},
|
|
3184
|
+
"commonObjectRequestParams": {
|
|
3185
|
+
"type": "CommonObjectRequestParams",
|
|
3186
|
+
"id": 10,
|
|
3187
|
+
"options": {
|
|
3188
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
3189
|
+
}
|
|
3190
|
+
},
|
|
3191
|
+
"readMask": {
|
|
3192
|
+
"type": "google.protobuf.FieldMask",
|
|
3193
|
+
"id": 12,
|
|
3194
|
+
"options": {
|
|
3195
|
+
"proto3_optional": true
|
|
3196
|
+
}
|
|
3197
|
+
}
|
|
3198
|
+
}
|
|
3199
|
+
},
|
|
3200
|
+
"GetObjectRequest": {
|
|
3201
|
+
"oneofs": {
|
|
3202
|
+
"_softDeleted": {
|
|
3203
|
+
"oneof": [
|
|
3204
|
+
"softDeleted"
|
|
3205
|
+
]
|
|
3206
|
+
},
|
|
3207
|
+
"_ifGenerationMatch": {
|
|
3208
|
+
"oneof": [
|
|
3209
|
+
"ifGenerationMatch"
|
|
3210
|
+
]
|
|
3211
|
+
},
|
|
3212
|
+
"_ifGenerationNotMatch": {
|
|
3213
|
+
"oneof": [
|
|
3214
|
+
"ifGenerationNotMatch"
|
|
3215
|
+
]
|
|
3216
|
+
},
|
|
3217
|
+
"_ifMetagenerationMatch": {
|
|
3218
|
+
"oneof": [
|
|
3219
|
+
"ifMetagenerationMatch"
|
|
3220
|
+
]
|
|
3221
|
+
},
|
|
3222
|
+
"_ifMetagenerationNotMatch": {
|
|
3223
|
+
"oneof": [
|
|
3224
|
+
"ifMetagenerationNotMatch"
|
|
3225
|
+
]
|
|
3226
|
+
},
|
|
3227
|
+
"_readMask": {
|
|
3228
|
+
"oneof": [
|
|
3229
|
+
"readMask"
|
|
3230
|
+
]
|
|
3231
|
+
}
|
|
3232
|
+
},
|
|
3233
|
+
"fields": {
|
|
3234
|
+
"bucket": {
|
|
3235
|
+
"type": "string",
|
|
3236
|
+
"id": 1,
|
|
3237
|
+
"options": {
|
|
3238
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
3239
|
+
"(google.api.resource_reference).type": "storage.googleapis.com/Bucket"
|
|
3240
|
+
}
|
|
3241
|
+
},
|
|
3242
|
+
"object": {
|
|
3243
|
+
"type": "string",
|
|
3244
|
+
"id": 2,
|
|
3245
|
+
"options": {
|
|
3246
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
3247
|
+
}
|
|
3248
|
+
},
|
|
3249
|
+
"generation": {
|
|
3250
|
+
"type": "int64",
|
|
3251
|
+
"id": 3,
|
|
3252
|
+
"options": {
|
|
3253
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
3254
|
+
}
|
|
3255
|
+
},
|
|
3256
|
+
"softDeleted": {
|
|
3257
|
+
"type": "bool",
|
|
3258
|
+
"id": 11,
|
|
3259
|
+
"options": {
|
|
3260
|
+
"proto3_optional": true
|
|
3261
|
+
}
|
|
3262
|
+
},
|
|
3263
|
+
"ifGenerationMatch": {
|
|
3264
|
+
"type": "int64",
|
|
3265
|
+
"id": 4,
|
|
3266
|
+
"options": {
|
|
3267
|
+
"proto3_optional": true
|
|
3268
|
+
}
|
|
3269
|
+
},
|
|
3270
|
+
"ifGenerationNotMatch": {
|
|
3271
|
+
"type": "int64",
|
|
3272
|
+
"id": 5,
|
|
3273
|
+
"options": {
|
|
3274
|
+
"proto3_optional": true
|
|
3275
|
+
}
|
|
3276
|
+
},
|
|
3277
|
+
"ifMetagenerationMatch": {
|
|
3278
|
+
"type": "int64",
|
|
3279
|
+
"id": 6,
|
|
3280
|
+
"options": {
|
|
3281
|
+
"proto3_optional": true
|
|
3282
|
+
}
|
|
3283
|
+
},
|
|
3284
|
+
"ifMetagenerationNotMatch": {
|
|
3285
|
+
"type": "int64",
|
|
3286
|
+
"id": 7,
|
|
3287
|
+
"options": {
|
|
3288
|
+
"proto3_optional": true
|
|
3289
|
+
}
|
|
3290
|
+
},
|
|
3291
|
+
"commonObjectRequestParams": {
|
|
3292
|
+
"type": "CommonObjectRequestParams",
|
|
3293
|
+
"id": 8,
|
|
3294
|
+
"options": {
|
|
3295
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
3296
|
+
}
|
|
3297
|
+
},
|
|
3298
|
+
"readMask": {
|
|
3299
|
+
"type": "google.protobuf.FieldMask",
|
|
3300
|
+
"id": 10,
|
|
3301
|
+
"options": {
|
|
3302
|
+
"proto3_optional": true
|
|
3303
|
+
}
|
|
3304
|
+
},
|
|
3305
|
+
"restoreToken": {
|
|
3306
|
+
"type": "string",
|
|
3307
|
+
"id": 12,
|
|
3308
|
+
"options": {
|
|
3309
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
3310
|
+
}
|
|
3311
|
+
}
|
|
3312
|
+
}
|
|
3313
|
+
},
|
|
3314
|
+
"ReadObjectResponse": {
|
|
3315
|
+
"fields": {
|
|
3316
|
+
"checksummedData": {
|
|
3317
|
+
"type": "ChecksummedData",
|
|
3318
|
+
"id": 1
|
|
3319
|
+
},
|
|
3320
|
+
"objectChecksums": {
|
|
3321
|
+
"type": "ObjectChecksums",
|
|
3322
|
+
"id": 2
|
|
3323
|
+
},
|
|
3324
|
+
"contentRange": {
|
|
3325
|
+
"type": "ContentRange",
|
|
3326
|
+
"id": 3
|
|
3327
|
+
},
|
|
3328
|
+
"metadata": {
|
|
3329
|
+
"type": "StorageObject",
|
|
3330
|
+
"id": 4
|
|
3331
|
+
}
|
|
3332
|
+
}
|
|
3333
|
+
},
|
|
3334
|
+
"BidiReadObjectSpec": {
|
|
3335
|
+
"oneofs": {
|
|
3336
|
+
"_ifGenerationMatch": {
|
|
3337
|
+
"oneof": [
|
|
3338
|
+
"ifGenerationMatch"
|
|
3339
|
+
]
|
|
3340
|
+
},
|
|
3341
|
+
"_ifGenerationNotMatch": {
|
|
3342
|
+
"oneof": [
|
|
3343
|
+
"ifGenerationNotMatch"
|
|
3344
|
+
]
|
|
3345
|
+
},
|
|
3346
|
+
"_ifMetagenerationMatch": {
|
|
3347
|
+
"oneof": [
|
|
3348
|
+
"ifMetagenerationMatch"
|
|
3349
|
+
]
|
|
3350
|
+
},
|
|
3351
|
+
"_ifMetagenerationNotMatch": {
|
|
3352
|
+
"oneof": [
|
|
3353
|
+
"ifMetagenerationNotMatch"
|
|
3354
|
+
]
|
|
3355
|
+
},
|
|
3356
|
+
"_readMask": {
|
|
3357
|
+
"oneof": [
|
|
3358
|
+
"readMask"
|
|
3359
|
+
]
|
|
3360
|
+
},
|
|
3361
|
+
"_readHandle": {
|
|
3362
|
+
"oneof": [
|
|
3363
|
+
"readHandle"
|
|
3364
|
+
]
|
|
3365
|
+
},
|
|
3366
|
+
"_routingToken": {
|
|
3367
|
+
"oneof": [
|
|
3368
|
+
"routingToken"
|
|
3369
|
+
]
|
|
3370
|
+
}
|
|
3371
|
+
},
|
|
3372
|
+
"fields": {
|
|
3373
|
+
"bucket": {
|
|
3374
|
+
"type": "string",
|
|
3375
|
+
"id": 1,
|
|
3376
|
+
"options": {
|
|
3377
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
3378
|
+
"(google.api.resource_reference).type": "storage.googleapis.com/Bucket"
|
|
3379
|
+
}
|
|
3380
|
+
},
|
|
3381
|
+
"object": {
|
|
3382
|
+
"type": "string",
|
|
3383
|
+
"id": 2,
|
|
3384
|
+
"options": {
|
|
3385
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
3386
|
+
}
|
|
3387
|
+
},
|
|
3388
|
+
"generation": {
|
|
3389
|
+
"type": "int64",
|
|
3390
|
+
"id": 3,
|
|
3391
|
+
"options": {
|
|
3392
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
3393
|
+
}
|
|
3394
|
+
},
|
|
3395
|
+
"ifGenerationMatch": {
|
|
3396
|
+
"type": "int64",
|
|
3397
|
+
"id": 4,
|
|
3398
|
+
"options": {
|
|
3399
|
+
"proto3_optional": true
|
|
3400
|
+
}
|
|
3401
|
+
},
|
|
3402
|
+
"ifGenerationNotMatch": {
|
|
3403
|
+
"type": "int64",
|
|
3404
|
+
"id": 5,
|
|
3405
|
+
"options": {
|
|
3406
|
+
"proto3_optional": true
|
|
3407
|
+
}
|
|
3408
|
+
},
|
|
3409
|
+
"ifMetagenerationMatch": {
|
|
3410
|
+
"type": "int64",
|
|
3411
|
+
"id": 6,
|
|
3412
|
+
"options": {
|
|
3413
|
+
"proto3_optional": true
|
|
3414
|
+
}
|
|
3415
|
+
},
|
|
3416
|
+
"ifMetagenerationNotMatch": {
|
|
3417
|
+
"type": "int64",
|
|
3418
|
+
"id": 7,
|
|
3419
|
+
"options": {
|
|
3420
|
+
"proto3_optional": true
|
|
3421
|
+
}
|
|
3422
|
+
},
|
|
3423
|
+
"commonObjectRequestParams": {
|
|
3424
|
+
"type": "CommonObjectRequestParams",
|
|
3425
|
+
"id": 8,
|
|
3426
|
+
"options": {
|
|
3427
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
3428
|
+
}
|
|
3429
|
+
},
|
|
3430
|
+
"readMask": {
|
|
3431
|
+
"type": "google.protobuf.FieldMask",
|
|
3432
|
+
"id": 12,
|
|
3433
|
+
"options": {
|
|
3434
|
+
"deprecated": true,
|
|
3435
|
+
"proto3_optional": true
|
|
3436
|
+
}
|
|
3437
|
+
},
|
|
3438
|
+
"readHandle": {
|
|
3439
|
+
"type": "BidiReadHandle",
|
|
3440
|
+
"id": 13,
|
|
3441
|
+
"options": {
|
|
3442
|
+
"proto3_optional": true
|
|
3443
|
+
}
|
|
3444
|
+
},
|
|
3445
|
+
"routingToken": {
|
|
3446
|
+
"type": "string",
|
|
3447
|
+
"id": 14,
|
|
3448
|
+
"options": {
|
|
3449
|
+
"proto3_optional": true
|
|
3450
|
+
}
|
|
3451
|
+
}
|
|
3452
|
+
}
|
|
3453
|
+
},
|
|
3454
|
+
"BidiReadObjectRequest": {
|
|
3455
|
+
"fields": {
|
|
3456
|
+
"readObjectSpec": {
|
|
3457
|
+
"type": "BidiReadObjectSpec",
|
|
3458
|
+
"id": 1,
|
|
3459
|
+
"options": {
|
|
3460
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
3461
|
+
}
|
|
3462
|
+
},
|
|
3463
|
+
"readRanges": {
|
|
3464
|
+
"rule": "repeated",
|
|
3465
|
+
"type": "ReadRange",
|
|
3466
|
+
"id": 8,
|
|
3467
|
+
"options": {
|
|
3468
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
3469
|
+
}
|
|
3470
|
+
}
|
|
3471
|
+
}
|
|
3472
|
+
},
|
|
3473
|
+
"BidiReadObjectResponse": {
|
|
3474
|
+
"fields": {
|
|
3475
|
+
"objectDataRanges": {
|
|
3476
|
+
"rule": "repeated",
|
|
3477
|
+
"type": "ObjectRangeData",
|
|
3478
|
+
"id": 6
|
|
3479
|
+
},
|
|
3480
|
+
"metadata": {
|
|
3481
|
+
"type": "StorageObject",
|
|
3482
|
+
"id": 4
|
|
3483
|
+
},
|
|
3484
|
+
"readHandle": {
|
|
3485
|
+
"type": "BidiReadHandle",
|
|
3486
|
+
"id": 7
|
|
3487
|
+
}
|
|
3488
|
+
}
|
|
3489
|
+
},
|
|
3490
|
+
"BidiReadObjectRedirectedError": {
|
|
3491
|
+
"oneofs": {
|
|
3492
|
+
"_routingToken": {
|
|
3493
|
+
"oneof": [
|
|
3494
|
+
"routingToken"
|
|
3495
|
+
]
|
|
3496
|
+
}
|
|
3497
|
+
},
|
|
3498
|
+
"fields": {
|
|
3499
|
+
"readHandle": {
|
|
3500
|
+
"type": "BidiReadHandle",
|
|
3501
|
+
"id": 1
|
|
3502
|
+
},
|
|
3503
|
+
"routingToken": {
|
|
3504
|
+
"type": "string",
|
|
3505
|
+
"id": 2,
|
|
3506
|
+
"options": {
|
|
3507
|
+
"proto3_optional": true
|
|
3508
|
+
}
|
|
3509
|
+
}
|
|
3510
|
+
}
|
|
3511
|
+
},
|
|
3512
|
+
"BidiWriteObjectRedirectedError": {
|
|
3513
|
+
"oneofs": {
|
|
3514
|
+
"_routingToken": {
|
|
3515
|
+
"oneof": [
|
|
3516
|
+
"routingToken"
|
|
3517
|
+
]
|
|
3518
|
+
},
|
|
3519
|
+
"_writeHandle": {
|
|
3520
|
+
"oneof": [
|
|
3521
|
+
"writeHandle"
|
|
3522
|
+
]
|
|
3523
|
+
},
|
|
3524
|
+
"_generation": {
|
|
3525
|
+
"oneof": [
|
|
3526
|
+
"generation"
|
|
3527
|
+
]
|
|
3528
|
+
}
|
|
3529
|
+
},
|
|
3530
|
+
"fields": {
|
|
3531
|
+
"routingToken": {
|
|
3532
|
+
"type": "string",
|
|
3533
|
+
"id": 1,
|
|
3534
|
+
"options": {
|
|
3535
|
+
"proto3_optional": true
|
|
3536
|
+
}
|
|
3537
|
+
},
|
|
3538
|
+
"writeHandle": {
|
|
3539
|
+
"type": "BidiWriteHandle",
|
|
3540
|
+
"id": 2,
|
|
3541
|
+
"options": {
|
|
3542
|
+
"proto3_optional": true
|
|
3543
|
+
}
|
|
3544
|
+
},
|
|
3545
|
+
"generation": {
|
|
3546
|
+
"type": "int64",
|
|
3547
|
+
"id": 3,
|
|
3548
|
+
"options": {
|
|
3549
|
+
"proto3_optional": true
|
|
3550
|
+
}
|
|
3551
|
+
}
|
|
3552
|
+
}
|
|
3553
|
+
},
|
|
3554
|
+
"BidiReadObjectError": {
|
|
3555
|
+
"fields": {
|
|
3556
|
+
"readRangeErrors": {
|
|
3557
|
+
"rule": "repeated",
|
|
3558
|
+
"type": "ReadRangeError",
|
|
3559
|
+
"id": 1
|
|
3560
|
+
}
|
|
3561
|
+
}
|
|
3562
|
+
},
|
|
3563
|
+
"ReadRangeError": {
|
|
3564
|
+
"fields": {
|
|
3565
|
+
"readId": {
|
|
3566
|
+
"type": "int64",
|
|
3567
|
+
"id": 1
|
|
3568
|
+
},
|
|
3569
|
+
"status": {
|
|
3570
|
+
"type": "google.rpc.Status",
|
|
3571
|
+
"id": 2
|
|
3572
|
+
}
|
|
3573
|
+
}
|
|
3574
|
+
},
|
|
3575
|
+
"ReadRange": {
|
|
3576
|
+
"fields": {
|
|
3577
|
+
"readOffset": {
|
|
3578
|
+
"type": "int64",
|
|
3579
|
+
"id": 1,
|
|
3580
|
+
"options": {
|
|
3581
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
3582
|
+
}
|
|
3583
|
+
},
|
|
3584
|
+
"readLength": {
|
|
3585
|
+
"type": "int64",
|
|
3586
|
+
"id": 2,
|
|
3587
|
+
"options": {
|
|
3588
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
3589
|
+
}
|
|
3590
|
+
},
|
|
3591
|
+
"readId": {
|
|
3592
|
+
"type": "int64",
|
|
3593
|
+
"id": 3,
|
|
3594
|
+
"options": {
|
|
3595
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
3596
|
+
}
|
|
3597
|
+
}
|
|
3598
|
+
}
|
|
3599
|
+
},
|
|
3600
|
+
"ObjectRangeData": {
|
|
3601
|
+
"fields": {
|
|
3602
|
+
"checksummedData": {
|
|
3603
|
+
"type": "ChecksummedData",
|
|
3604
|
+
"id": 1
|
|
3605
|
+
},
|
|
3606
|
+
"readRange": {
|
|
3607
|
+
"type": "ReadRange",
|
|
3608
|
+
"id": 2
|
|
3609
|
+
},
|
|
3610
|
+
"rangeEnd": {
|
|
3611
|
+
"type": "bool",
|
|
3612
|
+
"id": 3
|
|
3613
|
+
}
|
|
3614
|
+
}
|
|
3615
|
+
},
|
|
3616
|
+
"BidiReadHandle": {
|
|
3617
|
+
"fields": {
|
|
3618
|
+
"handle": {
|
|
3619
|
+
"type": "bytes",
|
|
3620
|
+
"id": 1,
|
|
3621
|
+
"options": {
|
|
3622
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
3623
|
+
}
|
|
3624
|
+
}
|
|
3625
|
+
}
|
|
3626
|
+
},
|
|
3627
|
+
"BidiWriteHandle": {
|
|
3628
|
+
"fields": {
|
|
3629
|
+
"handle": {
|
|
3630
|
+
"type": "bytes",
|
|
3631
|
+
"id": 1,
|
|
3632
|
+
"options": {
|
|
3633
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
3634
|
+
}
|
|
3635
|
+
}
|
|
3636
|
+
}
|
|
3637
|
+
},
|
|
3638
|
+
"WriteObjectSpec": {
|
|
3639
|
+
"oneofs": {
|
|
3640
|
+
"_ifGenerationMatch": {
|
|
3641
|
+
"oneof": [
|
|
3642
|
+
"ifGenerationMatch"
|
|
3643
|
+
]
|
|
3644
|
+
},
|
|
3645
|
+
"_ifGenerationNotMatch": {
|
|
3646
|
+
"oneof": [
|
|
3647
|
+
"ifGenerationNotMatch"
|
|
3648
|
+
]
|
|
3649
|
+
},
|
|
3650
|
+
"_ifMetagenerationMatch": {
|
|
3651
|
+
"oneof": [
|
|
3652
|
+
"ifMetagenerationMatch"
|
|
3653
|
+
]
|
|
3654
|
+
},
|
|
3655
|
+
"_ifMetagenerationNotMatch": {
|
|
3656
|
+
"oneof": [
|
|
3657
|
+
"ifMetagenerationNotMatch"
|
|
3658
|
+
]
|
|
3659
|
+
},
|
|
3660
|
+
"_objectSize": {
|
|
3661
|
+
"oneof": [
|
|
3662
|
+
"objectSize"
|
|
3663
|
+
]
|
|
3664
|
+
},
|
|
3665
|
+
"_appendable": {
|
|
3666
|
+
"oneof": [
|
|
3667
|
+
"appendable"
|
|
3668
|
+
]
|
|
3669
|
+
}
|
|
3670
|
+
},
|
|
3671
|
+
"fields": {
|
|
3672
|
+
"resource": {
|
|
3673
|
+
"type": "StorageObject",
|
|
3674
|
+
"id": 1,
|
|
3675
|
+
"options": {
|
|
3676
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
3677
|
+
}
|
|
3678
|
+
},
|
|
3679
|
+
"predefinedAcl": {
|
|
3680
|
+
"type": "string",
|
|
3681
|
+
"id": 7,
|
|
3682
|
+
"options": {
|
|
3683
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
3684
|
+
}
|
|
3685
|
+
},
|
|
3686
|
+
"ifGenerationMatch": {
|
|
3687
|
+
"type": "int64",
|
|
3688
|
+
"id": 3,
|
|
3689
|
+
"options": {
|
|
3690
|
+
"proto3_optional": true
|
|
3691
|
+
}
|
|
3692
|
+
},
|
|
3693
|
+
"ifGenerationNotMatch": {
|
|
3694
|
+
"type": "int64",
|
|
3695
|
+
"id": 4,
|
|
3696
|
+
"options": {
|
|
3697
|
+
"proto3_optional": true
|
|
3698
|
+
}
|
|
3699
|
+
},
|
|
3700
|
+
"ifMetagenerationMatch": {
|
|
3701
|
+
"type": "int64",
|
|
3702
|
+
"id": 5,
|
|
3703
|
+
"options": {
|
|
3704
|
+
"proto3_optional": true
|
|
3705
|
+
}
|
|
3706
|
+
},
|
|
3707
|
+
"ifMetagenerationNotMatch": {
|
|
3708
|
+
"type": "int64",
|
|
3709
|
+
"id": 6,
|
|
3710
|
+
"options": {
|
|
3711
|
+
"proto3_optional": true
|
|
3712
|
+
}
|
|
3713
|
+
},
|
|
3714
|
+
"objectSize": {
|
|
3715
|
+
"type": "int64",
|
|
3716
|
+
"id": 8,
|
|
3717
|
+
"options": {
|
|
3718
|
+
"proto3_optional": true
|
|
3719
|
+
}
|
|
3720
|
+
},
|
|
3721
|
+
"appendable": {
|
|
3722
|
+
"type": "bool",
|
|
3723
|
+
"id": 9,
|
|
3724
|
+
"options": {
|
|
3725
|
+
"proto3_optional": true
|
|
3726
|
+
}
|
|
3727
|
+
}
|
|
3728
|
+
}
|
|
3729
|
+
},
|
|
3730
|
+
"WriteObjectRequest": {
|
|
3731
|
+
"oneofs": {
|
|
3732
|
+
"firstMessage": {
|
|
3733
|
+
"oneof": [
|
|
3734
|
+
"uploadId",
|
|
3735
|
+
"writeObjectSpec"
|
|
3736
|
+
]
|
|
3737
|
+
},
|
|
3738
|
+
"data": {
|
|
3739
|
+
"oneof": [
|
|
3740
|
+
"checksummedData"
|
|
3741
|
+
]
|
|
3742
|
+
}
|
|
3743
|
+
},
|
|
3744
|
+
"fields": {
|
|
3745
|
+
"uploadId": {
|
|
3746
|
+
"type": "string",
|
|
3747
|
+
"id": 1
|
|
3748
|
+
},
|
|
3749
|
+
"writeObjectSpec": {
|
|
3750
|
+
"type": "WriteObjectSpec",
|
|
3751
|
+
"id": 2
|
|
3752
|
+
},
|
|
3753
|
+
"writeOffset": {
|
|
3754
|
+
"type": "int64",
|
|
3755
|
+
"id": 3,
|
|
3756
|
+
"options": {
|
|
3757
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
3758
|
+
}
|
|
3759
|
+
},
|
|
3760
|
+
"checksummedData": {
|
|
3761
|
+
"type": "ChecksummedData",
|
|
3762
|
+
"id": 4
|
|
3763
|
+
},
|
|
3764
|
+
"objectChecksums": {
|
|
3765
|
+
"type": "ObjectChecksums",
|
|
3766
|
+
"id": 6,
|
|
3767
|
+
"options": {
|
|
3768
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
3769
|
+
}
|
|
3770
|
+
},
|
|
3771
|
+
"finishWrite": {
|
|
3772
|
+
"type": "bool",
|
|
3773
|
+
"id": 7,
|
|
3774
|
+
"options": {
|
|
3775
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
3776
|
+
}
|
|
3777
|
+
},
|
|
3778
|
+
"commonObjectRequestParams": {
|
|
3779
|
+
"type": "CommonObjectRequestParams",
|
|
3780
|
+
"id": 8,
|
|
3781
|
+
"options": {
|
|
3782
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
3783
|
+
}
|
|
3784
|
+
}
|
|
3785
|
+
}
|
|
3786
|
+
},
|
|
3787
|
+
"WriteObjectResponse": {
|
|
3788
|
+
"oneofs": {
|
|
3789
|
+
"writeStatus": {
|
|
3790
|
+
"oneof": [
|
|
3791
|
+
"persistedSize",
|
|
3792
|
+
"resource"
|
|
3793
|
+
]
|
|
3794
|
+
}
|
|
3795
|
+
},
|
|
3796
|
+
"fields": {
|
|
3797
|
+
"persistedSize": {
|
|
3798
|
+
"type": "int64",
|
|
3799
|
+
"id": 1
|
|
3800
|
+
},
|
|
3801
|
+
"resource": {
|
|
3802
|
+
"type": "StorageObject",
|
|
3803
|
+
"id": 2
|
|
3804
|
+
}
|
|
3805
|
+
}
|
|
3806
|
+
},
|
|
3807
|
+
"AppendObjectSpec": {
|
|
3808
|
+
"oneofs": {
|
|
3809
|
+
"_ifMetagenerationMatch": {
|
|
3810
|
+
"oneof": [
|
|
3811
|
+
"ifMetagenerationMatch"
|
|
3812
|
+
]
|
|
3813
|
+
},
|
|
3814
|
+
"_ifMetagenerationNotMatch": {
|
|
3815
|
+
"oneof": [
|
|
3816
|
+
"ifMetagenerationNotMatch"
|
|
3817
|
+
]
|
|
3818
|
+
},
|
|
3819
|
+
"_routingToken": {
|
|
3820
|
+
"oneof": [
|
|
3821
|
+
"routingToken"
|
|
3822
|
+
]
|
|
3823
|
+
},
|
|
3824
|
+
"_writeHandle": {
|
|
3825
|
+
"oneof": [
|
|
3826
|
+
"writeHandle"
|
|
3827
|
+
]
|
|
3828
|
+
}
|
|
3829
|
+
},
|
|
3830
|
+
"fields": {
|
|
3831
|
+
"bucket": {
|
|
3832
|
+
"type": "string",
|
|
3833
|
+
"id": 1,
|
|
3834
|
+
"options": {
|
|
3835
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
3836
|
+
"(google.api.resource_reference).type": "storage.googleapis.com/Bucket"
|
|
3837
|
+
}
|
|
3838
|
+
},
|
|
3839
|
+
"object": {
|
|
3840
|
+
"type": "string",
|
|
3841
|
+
"id": 2,
|
|
3842
|
+
"options": {
|
|
3843
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
3844
|
+
}
|
|
3845
|
+
},
|
|
3846
|
+
"generation": {
|
|
3847
|
+
"type": "int64",
|
|
3848
|
+
"id": 3,
|
|
3849
|
+
"options": {
|
|
3850
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
3851
|
+
}
|
|
3852
|
+
},
|
|
3853
|
+
"ifMetagenerationMatch": {
|
|
3854
|
+
"type": "int64",
|
|
3855
|
+
"id": 4,
|
|
3856
|
+
"options": {
|
|
3857
|
+
"proto3_optional": true
|
|
3858
|
+
}
|
|
3859
|
+
},
|
|
3860
|
+
"ifMetagenerationNotMatch": {
|
|
3861
|
+
"type": "int64",
|
|
3862
|
+
"id": 5,
|
|
3863
|
+
"options": {
|
|
3864
|
+
"proto3_optional": true
|
|
3865
|
+
}
|
|
3866
|
+
},
|
|
3867
|
+
"routingToken": {
|
|
3868
|
+
"type": "string",
|
|
3869
|
+
"id": 6,
|
|
3870
|
+
"options": {
|
|
3871
|
+
"proto3_optional": true
|
|
3872
|
+
}
|
|
3873
|
+
},
|
|
3874
|
+
"writeHandle": {
|
|
3875
|
+
"type": "BidiWriteHandle",
|
|
3876
|
+
"id": 7,
|
|
3877
|
+
"options": {
|
|
3878
|
+
"proto3_optional": true
|
|
3879
|
+
}
|
|
3880
|
+
}
|
|
3881
|
+
}
|
|
3882
|
+
},
|
|
3883
|
+
"BidiWriteObjectRequest": {
|
|
3884
|
+
"oneofs": {
|
|
3885
|
+
"firstMessage": {
|
|
3886
|
+
"oneof": [
|
|
3887
|
+
"uploadId",
|
|
3888
|
+
"writeObjectSpec",
|
|
3889
|
+
"appendObjectSpec"
|
|
3890
|
+
]
|
|
3891
|
+
},
|
|
3892
|
+
"data": {
|
|
3893
|
+
"oneof": [
|
|
3894
|
+
"checksummedData"
|
|
3895
|
+
]
|
|
3896
|
+
}
|
|
3897
|
+
},
|
|
3898
|
+
"fields": {
|
|
3899
|
+
"uploadId": {
|
|
3900
|
+
"type": "string",
|
|
3901
|
+
"id": 1
|
|
3902
|
+
},
|
|
3903
|
+
"writeObjectSpec": {
|
|
3904
|
+
"type": "WriteObjectSpec",
|
|
3905
|
+
"id": 2
|
|
3906
|
+
},
|
|
3907
|
+
"appendObjectSpec": {
|
|
3908
|
+
"type": "AppendObjectSpec",
|
|
3909
|
+
"id": 11
|
|
3910
|
+
},
|
|
3911
|
+
"writeOffset": {
|
|
3912
|
+
"type": "int64",
|
|
3913
|
+
"id": 3,
|
|
3914
|
+
"options": {
|
|
3915
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
3916
|
+
}
|
|
3917
|
+
},
|
|
3918
|
+
"checksummedData": {
|
|
3919
|
+
"type": "ChecksummedData",
|
|
3920
|
+
"id": 4
|
|
3921
|
+
},
|
|
3922
|
+
"objectChecksums": {
|
|
3923
|
+
"type": "ObjectChecksums",
|
|
3924
|
+
"id": 6,
|
|
3925
|
+
"options": {
|
|
3926
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
3927
|
+
}
|
|
3928
|
+
},
|
|
3929
|
+
"stateLookup": {
|
|
3930
|
+
"type": "bool",
|
|
3931
|
+
"id": 7,
|
|
3932
|
+
"options": {
|
|
3933
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
3934
|
+
}
|
|
3935
|
+
},
|
|
3936
|
+
"flush": {
|
|
3937
|
+
"type": "bool",
|
|
3938
|
+
"id": 8,
|
|
3939
|
+
"options": {
|
|
3940
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
3941
|
+
}
|
|
3942
|
+
},
|
|
3943
|
+
"finishWrite": {
|
|
3944
|
+
"type": "bool",
|
|
3945
|
+
"id": 9,
|
|
3946
|
+
"options": {
|
|
3947
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
3948
|
+
}
|
|
3949
|
+
},
|
|
3950
|
+
"commonObjectRequestParams": {
|
|
3951
|
+
"type": "CommonObjectRequestParams",
|
|
3952
|
+
"id": 10,
|
|
3953
|
+
"options": {
|
|
3954
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
3955
|
+
}
|
|
3956
|
+
}
|
|
3957
|
+
}
|
|
3958
|
+
},
|
|
3959
|
+
"BidiWriteObjectResponse": {
|
|
3960
|
+
"oneofs": {
|
|
3961
|
+
"writeStatus": {
|
|
3962
|
+
"oneof": [
|
|
3963
|
+
"persistedSize",
|
|
3964
|
+
"resource"
|
|
3965
|
+
]
|
|
3966
|
+
},
|
|
3967
|
+
"_writeHandle": {
|
|
3968
|
+
"oneof": [
|
|
3969
|
+
"writeHandle"
|
|
3970
|
+
]
|
|
3971
|
+
}
|
|
3972
|
+
},
|
|
3973
|
+
"fields": {
|
|
3974
|
+
"persistedSize": {
|
|
3975
|
+
"type": "int64",
|
|
3976
|
+
"id": 1
|
|
3977
|
+
},
|
|
3978
|
+
"resource": {
|
|
3979
|
+
"type": "StorageObject",
|
|
3980
|
+
"id": 2
|
|
3981
|
+
},
|
|
3982
|
+
"writeHandle": {
|
|
3983
|
+
"type": "BidiWriteHandle",
|
|
3984
|
+
"id": 3,
|
|
3985
|
+
"options": {
|
|
3986
|
+
"proto3_optional": true
|
|
3987
|
+
}
|
|
3988
|
+
}
|
|
3989
|
+
}
|
|
3990
|
+
},
|
|
3991
|
+
"ListObjectsRequest": {
|
|
3992
|
+
"oneofs": {
|
|
3993
|
+
"_readMask": {
|
|
3994
|
+
"oneof": [
|
|
3995
|
+
"readMask"
|
|
3996
|
+
]
|
|
3997
|
+
}
|
|
3998
|
+
},
|
|
3999
|
+
"fields": {
|
|
4000
|
+
"parent": {
|
|
4001
|
+
"type": "string",
|
|
4002
|
+
"id": 1,
|
|
4003
|
+
"options": {
|
|
4004
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
4005
|
+
"(google.api.resource_reference).type": "storage.googleapis.com/Bucket"
|
|
4006
|
+
}
|
|
4007
|
+
},
|
|
4008
|
+
"pageSize": {
|
|
4009
|
+
"type": "int32",
|
|
4010
|
+
"id": 2,
|
|
4011
|
+
"options": {
|
|
4012
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4013
|
+
}
|
|
4014
|
+
},
|
|
4015
|
+
"pageToken": {
|
|
4016
|
+
"type": "string",
|
|
4017
|
+
"id": 3,
|
|
4018
|
+
"options": {
|
|
4019
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4020
|
+
}
|
|
4021
|
+
},
|
|
4022
|
+
"delimiter": {
|
|
4023
|
+
"type": "string",
|
|
4024
|
+
"id": 4,
|
|
4025
|
+
"options": {
|
|
4026
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4027
|
+
}
|
|
4028
|
+
},
|
|
4029
|
+
"includeTrailingDelimiter": {
|
|
4030
|
+
"type": "bool",
|
|
4031
|
+
"id": 5,
|
|
4032
|
+
"options": {
|
|
4033
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4034
|
+
}
|
|
4035
|
+
},
|
|
4036
|
+
"prefix": {
|
|
4037
|
+
"type": "string",
|
|
4038
|
+
"id": 6,
|
|
4039
|
+
"options": {
|
|
4040
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4041
|
+
}
|
|
4042
|
+
},
|
|
4043
|
+
"versions": {
|
|
4044
|
+
"type": "bool",
|
|
4045
|
+
"id": 7,
|
|
4046
|
+
"options": {
|
|
4047
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4048
|
+
}
|
|
4049
|
+
},
|
|
4050
|
+
"readMask": {
|
|
4051
|
+
"type": "google.protobuf.FieldMask",
|
|
4052
|
+
"id": 8,
|
|
4053
|
+
"options": {
|
|
4054
|
+
"proto3_optional": true
|
|
4055
|
+
}
|
|
4056
|
+
},
|
|
4057
|
+
"lexicographicStart": {
|
|
4058
|
+
"type": "string",
|
|
4059
|
+
"id": 10,
|
|
4060
|
+
"options": {
|
|
4061
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4062
|
+
}
|
|
4063
|
+
},
|
|
4064
|
+
"lexicographicEnd": {
|
|
4065
|
+
"type": "string",
|
|
4066
|
+
"id": 11,
|
|
4067
|
+
"options": {
|
|
4068
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4069
|
+
}
|
|
4070
|
+
},
|
|
4071
|
+
"softDeleted": {
|
|
4072
|
+
"type": "bool",
|
|
4073
|
+
"id": 12,
|
|
4074
|
+
"options": {
|
|
4075
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4076
|
+
}
|
|
4077
|
+
},
|
|
4078
|
+
"includeFoldersAsPrefixes": {
|
|
4079
|
+
"type": "bool",
|
|
4080
|
+
"id": 13,
|
|
4081
|
+
"options": {
|
|
4082
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4083
|
+
}
|
|
4084
|
+
},
|
|
4085
|
+
"matchGlob": {
|
|
4086
|
+
"type": "string",
|
|
4087
|
+
"id": 14,
|
|
4088
|
+
"options": {
|
|
4089
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4090
|
+
}
|
|
4091
|
+
},
|
|
4092
|
+
"filter": {
|
|
4093
|
+
"type": "string",
|
|
4094
|
+
"id": 15,
|
|
4095
|
+
"options": {
|
|
4096
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4097
|
+
}
|
|
4098
|
+
}
|
|
4099
|
+
}
|
|
4100
|
+
},
|
|
4101
|
+
"QueryWriteStatusRequest": {
|
|
4102
|
+
"fields": {
|
|
4103
|
+
"uploadId": {
|
|
4104
|
+
"type": "string",
|
|
4105
|
+
"id": 1,
|
|
4106
|
+
"options": {
|
|
4107
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
4108
|
+
}
|
|
4109
|
+
},
|
|
4110
|
+
"commonObjectRequestParams": {
|
|
4111
|
+
"type": "CommonObjectRequestParams",
|
|
4112
|
+
"id": 2,
|
|
4113
|
+
"options": {
|
|
4114
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4115
|
+
}
|
|
4116
|
+
}
|
|
4117
|
+
}
|
|
4118
|
+
},
|
|
4119
|
+
"QueryWriteStatusResponse": {
|
|
4120
|
+
"oneofs": {
|
|
4121
|
+
"writeStatus": {
|
|
4122
|
+
"oneof": [
|
|
4123
|
+
"persistedSize",
|
|
4124
|
+
"resource"
|
|
4125
|
+
]
|
|
4126
|
+
}
|
|
4127
|
+
},
|
|
4128
|
+
"fields": {
|
|
4129
|
+
"persistedSize": {
|
|
4130
|
+
"type": "int64",
|
|
4131
|
+
"id": 1
|
|
4132
|
+
},
|
|
4133
|
+
"resource": {
|
|
4134
|
+
"type": "StorageObject",
|
|
4135
|
+
"id": 2
|
|
4136
|
+
}
|
|
4137
|
+
}
|
|
4138
|
+
},
|
|
4139
|
+
"RewriteObjectRequest": {
|
|
4140
|
+
"oneofs": {
|
|
4141
|
+
"_ifGenerationMatch": {
|
|
4142
|
+
"oneof": [
|
|
4143
|
+
"ifGenerationMatch"
|
|
4144
|
+
]
|
|
4145
|
+
},
|
|
4146
|
+
"_ifGenerationNotMatch": {
|
|
4147
|
+
"oneof": [
|
|
4148
|
+
"ifGenerationNotMatch"
|
|
4149
|
+
]
|
|
4150
|
+
},
|
|
4151
|
+
"_ifMetagenerationMatch": {
|
|
4152
|
+
"oneof": [
|
|
4153
|
+
"ifMetagenerationMatch"
|
|
4154
|
+
]
|
|
4155
|
+
},
|
|
4156
|
+
"_ifMetagenerationNotMatch": {
|
|
4157
|
+
"oneof": [
|
|
4158
|
+
"ifMetagenerationNotMatch"
|
|
4159
|
+
]
|
|
4160
|
+
},
|
|
4161
|
+
"_ifSourceGenerationMatch": {
|
|
4162
|
+
"oneof": [
|
|
4163
|
+
"ifSourceGenerationMatch"
|
|
4164
|
+
]
|
|
4165
|
+
},
|
|
4166
|
+
"_ifSourceGenerationNotMatch": {
|
|
4167
|
+
"oneof": [
|
|
4168
|
+
"ifSourceGenerationNotMatch"
|
|
4169
|
+
]
|
|
4170
|
+
},
|
|
4171
|
+
"_ifSourceMetagenerationMatch": {
|
|
4172
|
+
"oneof": [
|
|
4173
|
+
"ifSourceMetagenerationMatch"
|
|
4174
|
+
]
|
|
4175
|
+
},
|
|
4176
|
+
"_ifSourceMetagenerationNotMatch": {
|
|
4177
|
+
"oneof": [
|
|
4178
|
+
"ifSourceMetagenerationNotMatch"
|
|
4179
|
+
]
|
|
4180
|
+
}
|
|
4181
|
+
},
|
|
4182
|
+
"fields": {
|
|
4183
|
+
"destinationName": {
|
|
4184
|
+
"type": "string",
|
|
4185
|
+
"id": 24,
|
|
4186
|
+
"options": {
|
|
4187
|
+
"(google.api.field_behavior)": "IMMUTABLE"
|
|
4188
|
+
}
|
|
4189
|
+
},
|
|
4190
|
+
"destinationBucket": {
|
|
4191
|
+
"type": "string",
|
|
4192
|
+
"id": 25,
|
|
4193
|
+
"options": {
|
|
4194
|
+
"(google.api.field_behavior)": "IMMUTABLE",
|
|
4195
|
+
"(google.api.resource_reference).type": "storage.googleapis.com/Bucket"
|
|
4196
|
+
}
|
|
4197
|
+
},
|
|
4198
|
+
"destinationKmsKey": {
|
|
4199
|
+
"type": "string",
|
|
4200
|
+
"id": 27,
|
|
4201
|
+
"options": {
|
|
4202
|
+
"(google.api.field_behavior)": "OPTIONAL",
|
|
4203
|
+
"(google.api.resource_reference).type": "cloudkms.googleapis.com/CryptoKey"
|
|
4204
|
+
}
|
|
4205
|
+
},
|
|
4206
|
+
"destination": {
|
|
4207
|
+
"type": "StorageObject",
|
|
4208
|
+
"id": 1,
|
|
4209
|
+
"options": {
|
|
4210
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4211
|
+
}
|
|
4212
|
+
},
|
|
4213
|
+
"sourceBucket": {
|
|
4214
|
+
"type": "string",
|
|
4215
|
+
"id": 2,
|
|
4216
|
+
"options": {
|
|
4217
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
4218
|
+
"(google.api.resource_reference).type": "storage.googleapis.com/Bucket"
|
|
4219
|
+
}
|
|
4220
|
+
},
|
|
4221
|
+
"sourceObject": {
|
|
4222
|
+
"type": "string",
|
|
4223
|
+
"id": 3,
|
|
4224
|
+
"options": {
|
|
4225
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
4226
|
+
}
|
|
4227
|
+
},
|
|
4228
|
+
"sourceGeneration": {
|
|
4229
|
+
"type": "int64",
|
|
4230
|
+
"id": 4,
|
|
4231
|
+
"options": {
|
|
4232
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4233
|
+
}
|
|
4234
|
+
},
|
|
4235
|
+
"rewriteToken": {
|
|
4236
|
+
"type": "string",
|
|
4237
|
+
"id": 5,
|
|
4238
|
+
"options": {
|
|
4239
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4240
|
+
}
|
|
4241
|
+
},
|
|
4242
|
+
"destinationPredefinedAcl": {
|
|
4243
|
+
"type": "string",
|
|
4244
|
+
"id": 28,
|
|
4245
|
+
"options": {
|
|
4246
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4247
|
+
}
|
|
4248
|
+
},
|
|
4249
|
+
"ifGenerationMatch": {
|
|
4250
|
+
"type": "int64",
|
|
4251
|
+
"id": 7,
|
|
4252
|
+
"options": {
|
|
4253
|
+
"proto3_optional": true
|
|
4254
|
+
}
|
|
4255
|
+
},
|
|
4256
|
+
"ifGenerationNotMatch": {
|
|
4257
|
+
"type": "int64",
|
|
4258
|
+
"id": 8,
|
|
4259
|
+
"options": {
|
|
4260
|
+
"proto3_optional": true
|
|
4261
|
+
}
|
|
4262
|
+
},
|
|
4263
|
+
"ifMetagenerationMatch": {
|
|
4264
|
+
"type": "int64",
|
|
4265
|
+
"id": 9,
|
|
4266
|
+
"options": {
|
|
4267
|
+
"proto3_optional": true
|
|
4268
|
+
}
|
|
4269
|
+
},
|
|
4270
|
+
"ifMetagenerationNotMatch": {
|
|
4271
|
+
"type": "int64",
|
|
4272
|
+
"id": 10,
|
|
4273
|
+
"options": {
|
|
4274
|
+
"proto3_optional": true
|
|
4275
|
+
}
|
|
4276
|
+
},
|
|
4277
|
+
"ifSourceGenerationMatch": {
|
|
4278
|
+
"type": "int64",
|
|
4279
|
+
"id": 11,
|
|
4280
|
+
"options": {
|
|
4281
|
+
"proto3_optional": true
|
|
4282
|
+
}
|
|
4283
|
+
},
|
|
4284
|
+
"ifSourceGenerationNotMatch": {
|
|
4285
|
+
"type": "int64",
|
|
4286
|
+
"id": 12,
|
|
4287
|
+
"options": {
|
|
4288
|
+
"proto3_optional": true
|
|
4289
|
+
}
|
|
4290
|
+
},
|
|
4291
|
+
"ifSourceMetagenerationMatch": {
|
|
4292
|
+
"type": "int64",
|
|
4293
|
+
"id": 13,
|
|
4294
|
+
"options": {
|
|
4295
|
+
"proto3_optional": true
|
|
4296
|
+
}
|
|
4297
|
+
},
|
|
4298
|
+
"ifSourceMetagenerationNotMatch": {
|
|
4299
|
+
"type": "int64",
|
|
4300
|
+
"id": 14,
|
|
4301
|
+
"options": {
|
|
4302
|
+
"proto3_optional": true
|
|
4303
|
+
}
|
|
4304
|
+
},
|
|
4305
|
+
"maxBytesRewrittenPerCall": {
|
|
4306
|
+
"type": "int64",
|
|
4307
|
+
"id": 15,
|
|
4308
|
+
"options": {
|
|
4309
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4310
|
+
}
|
|
4311
|
+
},
|
|
4312
|
+
"copySourceEncryptionAlgorithm": {
|
|
4313
|
+
"type": "string",
|
|
4314
|
+
"id": 16,
|
|
4315
|
+
"options": {
|
|
4316
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4317
|
+
}
|
|
4318
|
+
},
|
|
4319
|
+
"copySourceEncryptionKeyBytes": {
|
|
4320
|
+
"type": "bytes",
|
|
4321
|
+
"id": 21,
|
|
4322
|
+
"options": {
|
|
4323
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4324
|
+
}
|
|
4325
|
+
},
|
|
4326
|
+
"copySourceEncryptionKeySha256Bytes": {
|
|
4327
|
+
"type": "bytes",
|
|
4328
|
+
"id": 22,
|
|
4329
|
+
"options": {
|
|
4330
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4331
|
+
}
|
|
4332
|
+
},
|
|
4333
|
+
"commonObjectRequestParams": {
|
|
4334
|
+
"type": "CommonObjectRequestParams",
|
|
4335
|
+
"id": 19,
|
|
4336
|
+
"options": {
|
|
4337
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4338
|
+
}
|
|
4339
|
+
},
|
|
4340
|
+
"objectChecksums": {
|
|
4341
|
+
"type": "ObjectChecksums",
|
|
4342
|
+
"id": 29,
|
|
4343
|
+
"options": {
|
|
4344
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4345
|
+
}
|
|
4346
|
+
}
|
|
4347
|
+
}
|
|
4348
|
+
},
|
|
4349
|
+
"RewriteResponse": {
|
|
4350
|
+
"fields": {
|
|
4351
|
+
"totalBytesRewritten": {
|
|
4352
|
+
"type": "int64",
|
|
4353
|
+
"id": 1
|
|
4354
|
+
},
|
|
4355
|
+
"objectSize": {
|
|
4356
|
+
"type": "int64",
|
|
4357
|
+
"id": 2
|
|
4358
|
+
},
|
|
4359
|
+
"done": {
|
|
4360
|
+
"type": "bool",
|
|
4361
|
+
"id": 3
|
|
4362
|
+
},
|
|
4363
|
+
"rewriteToken": {
|
|
4364
|
+
"type": "string",
|
|
4365
|
+
"id": 4
|
|
4366
|
+
},
|
|
4367
|
+
"resource": {
|
|
4368
|
+
"type": "StorageObject",
|
|
4369
|
+
"id": 5
|
|
4370
|
+
}
|
|
4371
|
+
}
|
|
4372
|
+
},
|
|
4373
|
+
"MoveObjectRequest": {
|
|
4374
|
+
"oneofs": {
|
|
4375
|
+
"_ifSourceGenerationMatch": {
|
|
4376
|
+
"oneof": [
|
|
4377
|
+
"ifSourceGenerationMatch"
|
|
4378
|
+
]
|
|
4379
|
+
},
|
|
4380
|
+
"_ifSourceGenerationNotMatch": {
|
|
4381
|
+
"oneof": [
|
|
4382
|
+
"ifSourceGenerationNotMatch"
|
|
4383
|
+
]
|
|
4384
|
+
},
|
|
4385
|
+
"_ifSourceMetagenerationMatch": {
|
|
4386
|
+
"oneof": [
|
|
4387
|
+
"ifSourceMetagenerationMatch"
|
|
4388
|
+
]
|
|
4389
|
+
},
|
|
4390
|
+
"_ifSourceMetagenerationNotMatch": {
|
|
4391
|
+
"oneof": [
|
|
4392
|
+
"ifSourceMetagenerationNotMatch"
|
|
4393
|
+
]
|
|
4394
|
+
},
|
|
4395
|
+
"_ifGenerationMatch": {
|
|
4396
|
+
"oneof": [
|
|
4397
|
+
"ifGenerationMatch"
|
|
4398
|
+
]
|
|
4399
|
+
},
|
|
4400
|
+
"_ifGenerationNotMatch": {
|
|
4401
|
+
"oneof": [
|
|
4402
|
+
"ifGenerationNotMatch"
|
|
4403
|
+
]
|
|
4404
|
+
},
|
|
4405
|
+
"_ifMetagenerationMatch": {
|
|
4406
|
+
"oneof": [
|
|
4407
|
+
"ifMetagenerationMatch"
|
|
4408
|
+
]
|
|
4409
|
+
},
|
|
4410
|
+
"_ifMetagenerationNotMatch": {
|
|
4411
|
+
"oneof": [
|
|
4412
|
+
"ifMetagenerationNotMatch"
|
|
4413
|
+
]
|
|
4414
|
+
}
|
|
4415
|
+
},
|
|
4416
|
+
"fields": {
|
|
4417
|
+
"bucket": {
|
|
4418
|
+
"type": "string",
|
|
4419
|
+
"id": 1,
|
|
4420
|
+
"options": {
|
|
4421
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
4422
|
+
"(google.api.resource_reference).type": "storage.googleapis.com/Bucket"
|
|
4423
|
+
}
|
|
4424
|
+
},
|
|
4425
|
+
"sourceObject": {
|
|
4426
|
+
"type": "string",
|
|
4427
|
+
"id": 2,
|
|
4428
|
+
"options": {
|
|
4429
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
4430
|
+
}
|
|
4431
|
+
},
|
|
4432
|
+
"destinationObject": {
|
|
4433
|
+
"type": "string",
|
|
4434
|
+
"id": 3,
|
|
4435
|
+
"options": {
|
|
4436
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
4437
|
+
}
|
|
4438
|
+
},
|
|
4439
|
+
"ifSourceGenerationMatch": {
|
|
4440
|
+
"type": "int64",
|
|
4441
|
+
"id": 4,
|
|
4442
|
+
"options": {
|
|
4443
|
+
"(google.api.field_behavior)": "OPTIONAL",
|
|
4444
|
+
"proto3_optional": true
|
|
4445
|
+
}
|
|
4446
|
+
},
|
|
4447
|
+
"ifSourceGenerationNotMatch": {
|
|
4448
|
+
"type": "int64",
|
|
4449
|
+
"id": 5,
|
|
4450
|
+
"options": {
|
|
4451
|
+
"(google.api.field_behavior)": "OPTIONAL",
|
|
4452
|
+
"proto3_optional": true
|
|
4453
|
+
}
|
|
4454
|
+
},
|
|
4455
|
+
"ifSourceMetagenerationMatch": {
|
|
4456
|
+
"type": "int64",
|
|
4457
|
+
"id": 6,
|
|
4458
|
+
"options": {
|
|
4459
|
+
"(google.api.field_behavior)": "OPTIONAL",
|
|
4460
|
+
"proto3_optional": true
|
|
4461
|
+
}
|
|
4462
|
+
},
|
|
4463
|
+
"ifSourceMetagenerationNotMatch": {
|
|
4464
|
+
"type": "int64",
|
|
4465
|
+
"id": 7,
|
|
4466
|
+
"options": {
|
|
4467
|
+
"(google.api.field_behavior)": "OPTIONAL",
|
|
4468
|
+
"proto3_optional": true
|
|
4469
|
+
}
|
|
4470
|
+
},
|
|
4471
|
+
"ifGenerationMatch": {
|
|
4472
|
+
"type": "int64",
|
|
4473
|
+
"id": 8,
|
|
4474
|
+
"options": {
|
|
4475
|
+
"(google.api.field_behavior)": "OPTIONAL",
|
|
4476
|
+
"proto3_optional": true
|
|
4477
|
+
}
|
|
4478
|
+
},
|
|
4479
|
+
"ifGenerationNotMatch": {
|
|
4480
|
+
"type": "int64",
|
|
4481
|
+
"id": 9,
|
|
4482
|
+
"options": {
|
|
4483
|
+
"(google.api.field_behavior)": "OPTIONAL",
|
|
4484
|
+
"proto3_optional": true
|
|
4485
|
+
}
|
|
4486
|
+
},
|
|
4487
|
+
"ifMetagenerationMatch": {
|
|
4488
|
+
"type": "int64",
|
|
4489
|
+
"id": 10,
|
|
4490
|
+
"options": {
|
|
4491
|
+
"(google.api.field_behavior)": "OPTIONAL",
|
|
4492
|
+
"proto3_optional": true
|
|
4493
|
+
}
|
|
4494
|
+
},
|
|
4495
|
+
"ifMetagenerationNotMatch": {
|
|
4496
|
+
"type": "int64",
|
|
4497
|
+
"id": 11,
|
|
4498
|
+
"options": {
|
|
4499
|
+
"(google.api.field_behavior)": "OPTIONAL",
|
|
4500
|
+
"proto3_optional": true
|
|
4501
|
+
}
|
|
4502
|
+
}
|
|
4503
|
+
}
|
|
4504
|
+
},
|
|
4505
|
+
"StartResumableWriteRequest": {
|
|
4506
|
+
"fields": {
|
|
4507
|
+
"writeObjectSpec": {
|
|
4508
|
+
"type": "WriteObjectSpec",
|
|
4509
|
+
"id": 1,
|
|
4510
|
+
"options": {
|
|
4511
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
4512
|
+
}
|
|
4513
|
+
},
|
|
4514
|
+
"commonObjectRequestParams": {
|
|
4515
|
+
"type": "CommonObjectRequestParams",
|
|
4516
|
+
"id": 3,
|
|
4517
|
+
"options": {
|
|
4518
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4519
|
+
}
|
|
4520
|
+
},
|
|
4521
|
+
"objectChecksums": {
|
|
4522
|
+
"type": "ObjectChecksums",
|
|
4523
|
+
"id": 5,
|
|
4524
|
+
"options": {
|
|
4525
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4526
|
+
}
|
|
4527
|
+
}
|
|
4528
|
+
}
|
|
4529
|
+
},
|
|
4530
|
+
"StartResumableWriteResponse": {
|
|
4531
|
+
"fields": {
|
|
4532
|
+
"uploadId": {
|
|
4533
|
+
"type": "string",
|
|
4534
|
+
"id": 1
|
|
4535
|
+
}
|
|
4536
|
+
}
|
|
4537
|
+
},
|
|
4538
|
+
"UpdateObjectRequest": {
|
|
4539
|
+
"oneofs": {
|
|
4540
|
+
"_ifGenerationMatch": {
|
|
4541
|
+
"oneof": [
|
|
4542
|
+
"ifGenerationMatch"
|
|
4543
|
+
]
|
|
4544
|
+
},
|
|
4545
|
+
"_ifGenerationNotMatch": {
|
|
4546
|
+
"oneof": [
|
|
4547
|
+
"ifGenerationNotMatch"
|
|
4548
|
+
]
|
|
4549
|
+
},
|
|
4550
|
+
"_ifMetagenerationMatch": {
|
|
4551
|
+
"oneof": [
|
|
4552
|
+
"ifMetagenerationMatch"
|
|
4553
|
+
]
|
|
4554
|
+
},
|
|
4555
|
+
"_ifMetagenerationNotMatch": {
|
|
4556
|
+
"oneof": [
|
|
4557
|
+
"ifMetagenerationNotMatch"
|
|
4558
|
+
]
|
|
4559
|
+
}
|
|
4560
|
+
},
|
|
4561
|
+
"fields": {
|
|
4562
|
+
"object": {
|
|
4563
|
+
"type": "StorageObject",
|
|
4564
|
+
"id": 1,
|
|
4565
|
+
"options": {
|
|
4566
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
4567
|
+
}
|
|
4568
|
+
},
|
|
4569
|
+
"ifGenerationMatch": {
|
|
4570
|
+
"type": "int64",
|
|
4571
|
+
"id": 2,
|
|
4572
|
+
"options": {
|
|
4573
|
+
"proto3_optional": true
|
|
4574
|
+
}
|
|
4575
|
+
},
|
|
4576
|
+
"ifGenerationNotMatch": {
|
|
4577
|
+
"type": "int64",
|
|
4578
|
+
"id": 3,
|
|
4579
|
+
"options": {
|
|
4580
|
+
"proto3_optional": true
|
|
4581
|
+
}
|
|
4582
|
+
},
|
|
4583
|
+
"ifMetagenerationMatch": {
|
|
4584
|
+
"type": "int64",
|
|
4585
|
+
"id": 4,
|
|
4586
|
+
"options": {
|
|
4587
|
+
"proto3_optional": true
|
|
4588
|
+
}
|
|
4589
|
+
},
|
|
4590
|
+
"ifMetagenerationNotMatch": {
|
|
4591
|
+
"type": "int64",
|
|
4592
|
+
"id": 5,
|
|
4593
|
+
"options": {
|
|
4594
|
+
"proto3_optional": true
|
|
4595
|
+
}
|
|
4596
|
+
},
|
|
4597
|
+
"predefinedAcl": {
|
|
4598
|
+
"type": "string",
|
|
4599
|
+
"id": 10,
|
|
4600
|
+
"options": {
|
|
4601
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4602
|
+
}
|
|
4603
|
+
},
|
|
4604
|
+
"updateMask": {
|
|
4605
|
+
"type": "google.protobuf.FieldMask",
|
|
4606
|
+
"id": 7,
|
|
4607
|
+
"options": {
|
|
4608
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
4609
|
+
}
|
|
4610
|
+
},
|
|
4611
|
+
"commonObjectRequestParams": {
|
|
4612
|
+
"type": "CommonObjectRequestParams",
|
|
4613
|
+
"id": 8,
|
|
4614
|
+
"options": {
|
|
4615
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4616
|
+
}
|
|
4617
|
+
},
|
|
4618
|
+
"overrideUnlockedRetention": {
|
|
4619
|
+
"type": "bool",
|
|
4620
|
+
"id": 11,
|
|
4621
|
+
"options": {
|
|
4622
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4623
|
+
}
|
|
4624
|
+
}
|
|
4625
|
+
}
|
|
4626
|
+
},
|
|
4627
|
+
"CommonObjectRequestParams": {
|
|
4628
|
+
"fields": {
|
|
4629
|
+
"encryptionAlgorithm": {
|
|
4630
|
+
"type": "string",
|
|
4631
|
+
"id": 1,
|
|
4632
|
+
"options": {
|
|
4633
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4634
|
+
}
|
|
4635
|
+
},
|
|
4636
|
+
"encryptionKeyBytes": {
|
|
4637
|
+
"type": "bytes",
|
|
4638
|
+
"id": 4,
|
|
4639
|
+
"options": {
|
|
4640
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4641
|
+
}
|
|
4642
|
+
},
|
|
4643
|
+
"encryptionKeySha256Bytes": {
|
|
4644
|
+
"type": "bytes",
|
|
4645
|
+
"id": 5,
|
|
4646
|
+
"options": {
|
|
4647
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4648
|
+
}
|
|
4649
|
+
}
|
|
4650
|
+
}
|
|
4651
|
+
},
|
|
4652
|
+
"ServiceConstants": {
|
|
4653
|
+
"fields": {},
|
|
4654
|
+
"nested": {
|
|
4655
|
+
"Values": {
|
|
4656
|
+
"options": {
|
|
4657
|
+
"allow_alias": true
|
|
4658
|
+
},
|
|
4659
|
+
"values": {
|
|
4660
|
+
"VALUES_UNSPECIFIED": 0,
|
|
4661
|
+
"MAX_READ_CHUNK_BYTES": 2097152,
|
|
4662
|
+
"MAX_WRITE_CHUNK_BYTES": 2097152,
|
|
4663
|
+
"MAX_OBJECT_SIZE_MB": 5242880,
|
|
4664
|
+
"MAX_CUSTOM_METADATA_FIELD_NAME_BYTES": 1024,
|
|
4665
|
+
"MAX_CUSTOM_METADATA_FIELD_VALUE_BYTES": 4096,
|
|
4666
|
+
"MAX_CUSTOM_METADATA_TOTAL_SIZE_BYTES": 8192,
|
|
4667
|
+
"MAX_BUCKET_METADATA_TOTAL_SIZE_BYTES": 20480,
|
|
4668
|
+
"MAX_NOTIFICATION_CONFIGS_PER_BUCKET": 100,
|
|
4669
|
+
"MAX_LIFECYCLE_RULES_PER_BUCKET": 100,
|
|
4670
|
+
"MAX_NOTIFICATION_CUSTOM_ATTRIBUTES": 5,
|
|
4671
|
+
"MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_KEY_LENGTH": 256,
|
|
4672
|
+
"MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_VALUE_LENGTH": 1024,
|
|
4673
|
+
"MAX_LABELS_ENTRIES_COUNT": 64,
|
|
4674
|
+
"MAX_LABELS_KEY_VALUE_LENGTH": 63,
|
|
4675
|
+
"MAX_LABELS_KEY_VALUE_BYTES": 128,
|
|
4676
|
+
"MAX_OBJECT_IDS_PER_DELETE_OBJECTS_REQUEST": 1000,
|
|
4677
|
+
"SPLIT_TOKEN_MAX_VALID_DAYS": 14
|
|
4678
|
+
}
|
|
4679
|
+
}
|
|
4680
|
+
}
|
|
4681
|
+
},
|
|
4682
|
+
"Bucket": {
|
|
4683
|
+
"options": {
|
|
4684
|
+
"(google.api.resource).type": "storage.googleapis.com/Bucket",
|
|
4685
|
+
"(google.api.resource).pattern": "projects/{project}/buckets/{bucket}",
|
|
4686
|
+
"(google.api.resource).plural": "buckets",
|
|
4687
|
+
"(google.api.resource).singular": "bucket"
|
|
4688
|
+
},
|
|
4689
|
+
"oneofs": {
|
|
4690
|
+
"_ipFilter": {
|
|
4691
|
+
"oneof": [
|
|
4692
|
+
"ipFilter"
|
|
4693
|
+
]
|
|
4694
|
+
}
|
|
4695
|
+
},
|
|
4696
|
+
"fields": {
|
|
4697
|
+
"name": {
|
|
4698
|
+
"type": "string",
|
|
4699
|
+
"id": 1,
|
|
4700
|
+
"options": {
|
|
4701
|
+
"(google.api.field_behavior)": "IDENTIFIER"
|
|
4702
|
+
}
|
|
4703
|
+
},
|
|
4704
|
+
"bucketId": {
|
|
4705
|
+
"type": "string",
|
|
4706
|
+
"id": 2,
|
|
4707
|
+
"options": {
|
|
4708
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
4709
|
+
}
|
|
4710
|
+
},
|
|
4711
|
+
"etag": {
|
|
4712
|
+
"type": "string",
|
|
4713
|
+
"id": 29
|
|
4714
|
+
},
|
|
4715
|
+
"project": {
|
|
4716
|
+
"type": "string",
|
|
4717
|
+
"id": 3,
|
|
4718
|
+
"options": {
|
|
4719
|
+
"(google.api.field_behavior)": "IMMUTABLE",
|
|
4720
|
+
"(google.api.resource_reference).type": "cloudresourcemanager.googleapis.com/Project"
|
|
4721
|
+
}
|
|
4722
|
+
},
|
|
4723
|
+
"metageneration": {
|
|
4724
|
+
"type": "int64",
|
|
4725
|
+
"id": 4,
|
|
4726
|
+
"options": {
|
|
4727
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
4728
|
+
}
|
|
4729
|
+
},
|
|
4730
|
+
"location": {
|
|
4731
|
+
"type": "string",
|
|
4732
|
+
"id": 5,
|
|
4733
|
+
"options": {
|
|
4734
|
+
"(google.api.field_behavior)": "IMMUTABLE"
|
|
4735
|
+
}
|
|
4736
|
+
},
|
|
4737
|
+
"locationType": {
|
|
4738
|
+
"type": "string",
|
|
4739
|
+
"id": 6,
|
|
4740
|
+
"options": {
|
|
4741
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
4742
|
+
}
|
|
4743
|
+
},
|
|
4744
|
+
"storageClass": {
|
|
4745
|
+
"type": "string",
|
|
4746
|
+
"id": 7,
|
|
4747
|
+
"options": {
|
|
4748
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4749
|
+
}
|
|
4750
|
+
},
|
|
4751
|
+
"rpo": {
|
|
4752
|
+
"type": "string",
|
|
4753
|
+
"id": 27,
|
|
4754
|
+
"options": {
|
|
4755
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4756
|
+
}
|
|
4757
|
+
},
|
|
4758
|
+
"acl": {
|
|
4759
|
+
"rule": "repeated",
|
|
4760
|
+
"type": "BucketAccessControl",
|
|
4761
|
+
"id": 8,
|
|
4762
|
+
"options": {
|
|
4763
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4764
|
+
}
|
|
4765
|
+
},
|
|
4766
|
+
"defaultObjectAcl": {
|
|
4767
|
+
"rule": "repeated",
|
|
4768
|
+
"type": "ObjectAccessControl",
|
|
4769
|
+
"id": 9,
|
|
4770
|
+
"options": {
|
|
4771
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4772
|
+
}
|
|
4773
|
+
},
|
|
4774
|
+
"lifecycle": {
|
|
4775
|
+
"type": "Lifecycle",
|
|
4776
|
+
"id": 10,
|
|
4777
|
+
"options": {
|
|
4778
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4779
|
+
}
|
|
4780
|
+
},
|
|
4781
|
+
"createTime": {
|
|
4782
|
+
"type": "google.protobuf.Timestamp",
|
|
4783
|
+
"id": 11,
|
|
4784
|
+
"options": {
|
|
4785
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
4786
|
+
}
|
|
4787
|
+
},
|
|
4788
|
+
"cors": {
|
|
4789
|
+
"rule": "repeated",
|
|
4790
|
+
"type": "Cors",
|
|
4791
|
+
"id": 12,
|
|
4792
|
+
"options": {
|
|
4793
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4794
|
+
}
|
|
4795
|
+
},
|
|
4796
|
+
"updateTime": {
|
|
4797
|
+
"type": "google.protobuf.Timestamp",
|
|
4798
|
+
"id": 13,
|
|
4799
|
+
"options": {
|
|
4800
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
4801
|
+
}
|
|
4802
|
+
},
|
|
4803
|
+
"defaultEventBasedHold": {
|
|
4804
|
+
"type": "bool",
|
|
4805
|
+
"id": 14,
|
|
4806
|
+
"options": {
|
|
4807
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4808
|
+
}
|
|
4809
|
+
},
|
|
4810
|
+
"labels": {
|
|
4811
|
+
"keyType": "string",
|
|
4812
|
+
"type": "string",
|
|
4813
|
+
"id": 15,
|
|
4814
|
+
"options": {
|
|
4815
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4816
|
+
}
|
|
4817
|
+
},
|
|
4818
|
+
"website": {
|
|
4819
|
+
"type": "Website",
|
|
4820
|
+
"id": 16,
|
|
4821
|
+
"options": {
|
|
4822
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4823
|
+
}
|
|
4824
|
+
},
|
|
4825
|
+
"versioning": {
|
|
4826
|
+
"type": "Versioning",
|
|
4827
|
+
"id": 17,
|
|
4828
|
+
"options": {
|
|
4829
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4830
|
+
}
|
|
4831
|
+
},
|
|
4832
|
+
"logging": {
|
|
4833
|
+
"type": "Logging",
|
|
4834
|
+
"id": 18,
|
|
4835
|
+
"options": {
|
|
4836
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4837
|
+
}
|
|
4838
|
+
},
|
|
4839
|
+
"owner": {
|
|
4840
|
+
"type": "Owner",
|
|
4841
|
+
"id": 19,
|
|
4842
|
+
"options": {
|
|
4843
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
4844
|
+
}
|
|
4845
|
+
},
|
|
4846
|
+
"encryption": {
|
|
4847
|
+
"type": "Encryption",
|
|
4848
|
+
"id": 20,
|
|
4849
|
+
"options": {
|
|
4850
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4851
|
+
}
|
|
4852
|
+
},
|
|
4853
|
+
"billing": {
|
|
4854
|
+
"type": "Billing",
|
|
4855
|
+
"id": 21,
|
|
4856
|
+
"options": {
|
|
4857
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4858
|
+
}
|
|
4859
|
+
},
|
|
4860
|
+
"retentionPolicy": {
|
|
4861
|
+
"type": "RetentionPolicy",
|
|
4862
|
+
"id": 22,
|
|
4863
|
+
"options": {
|
|
4864
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4865
|
+
}
|
|
4866
|
+
},
|
|
4867
|
+
"iamConfig": {
|
|
4868
|
+
"type": "IamConfig",
|
|
4869
|
+
"id": 23,
|
|
4870
|
+
"options": {
|
|
4871
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4872
|
+
}
|
|
4873
|
+
},
|
|
4874
|
+
"satisfiesPzs": {
|
|
4875
|
+
"type": "bool",
|
|
4876
|
+
"id": 25,
|
|
4877
|
+
"options": {
|
|
4878
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4879
|
+
}
|
|
4880
|
+
},
|
|
4881
|
+
"customPlacementConfig": {
|
|
4882
|
+
"type": "CustomPlacementConfig",
|
|
4883
|
+
"id": 26,
|
|
4884
|
+
"options": {
|
|
4885
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4886
|
+
}
|
|
4887
|
+
},
|
|
4888
|
+
"autoclass": {
|
|
4889
|
+
"type": "Autoclass",
|
|
4890
|
+
"id": 28,
|
|
4891
|
+
"options": {
|
|
4892
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4893
|
+
}
|
|
4894
|
+
},
|
|
4895
|
+
"hierarchicalNamespace": {
|
|
4896
|
+
"type": "HierarchicalNamespace",
|
|
4897
|
+
"id": 32,
|
|
4898
|
+
"options": {
|
|
4899
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4900
|
+
}
|
|
4901
|
+
},
|
|
4902
|
+
"softDeletePolicy": {
|
|
4903
|
+
"type": "SoftDeletePolicy",
|
|
4904
|
+
"id": 31,
|
|
4905
|
+
"options": {
|
|
4906
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4907
|
+
}
|
|
4908
|
+
},
|
|
4909
|
+
"objectRetention": {
|
|
4910
|
+
"type": "ObjectRetention",
|
|
4911
|
+
"id": 33,
|
|
4912
|
+
"options": {
|
|
4913
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4914
|
+
}
|
|
4915
|
+
},
|
|
4916
|
+
"ipFilter": {
|
|
4917
|
+
"type": "IpFilter",
|
|
4918
|
+
"id": 38,
|
|
4919
|
+
"options": {
|
|
4920
|
+
"(google.api.field_behavior)": "OPTIONAL",
|
|
4921
|
+
"proto3_optional": true
|
|
4922
|
+
}
|
|
4923
|
+
}
|
|
4924
|
+
},
|
|
4925
|
+
"nested": {
|
|
4926
|
+
"Billing": {
|
|
4927
|
+
"fields": {
|
|
4928
|
+
"requesterPays": {
|
|
4929
|
+
"type": "bool",
|
|
4930
|
+
"id": 1,
|
|
4931
|
+
"options": {
|
|
4932
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4933
|
+
}
|
|
4934
|
+
}
|
|
4935
|
+
}
|
|
4936
|
+
},
|
|
4937
|
+
"Cors": {
|
|
4938
|
+
"fields": {
|
|
4939
|
+
"origin": {
|
|
4940
|
+
"rule": "repeated",
|
|
4941
|
+
"type": "string",
|
|
4942
|
+
"id": 1,
|
|
4943
|
+
"options": {
|
|
4944
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4945
|
+
}
|
|
4946
|
+
},
|
|
4947
|
+
"method": {
|
|
4948
|
+
"rule": "repeated",
|
|
4949
|
+
"type": "string",
|
|
4950
|
+
"id": 2,
|
|
4951
|
+
"options": {
|
|
4952
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4953
|
+
}
|
|
4954
|
+
},
|
|
4955
|
+
"responseHeader": {
|
|
4956
|
+
"rule": "repeated",
|
|
4957
|
+
"type": "string",
|
|
4958
|
+
"id": 3,
|
|
4959
|
+
"options": {
|
|
4960
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4961
|
+
}
|
|
4962
|
+
},
|
|
4963
|
+
"maxAgeSeconds": {
|
|
4964
|
+
"type": "int32",
|
|
4965
|
+
"id": 4,
|
|
4966
|
+
"options": {
|
|
4967
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
4968
|
+
}
|
|
4969
|
+
}
|
|
4970
|
+
}
|
|
4971
|
+
},
|
|
4972
|
+
"Encryption": {
|
|
4973
|
+
"oneofs": {
|
|
4974
|
+
"_googleManagedEncryptionEnforcementConfig": {
|
|
4975
|
+
"oneof": [
|
|
4976
|
+
"googleManagedEncryptionEnforcementConfig"
|
|
4977
|
+
]
|
|
4978
|
+
},
|
|
4979
|
+
"_customerManagedEncryptionEnforcementConfig": {
|
|
4980
|
+
"oneof": [
|
|
4981
|
+
"customerManagedEncryptionEnforcementConfig"
|
|
4982
|
+
]
|
|
4983
|
+
},
|
|
4984
|
+
"_customerSuppliedEncryptionEnforcementConfig": {
|
|
4985
|
+
"oneof": [
|
|
4986
|
+
"customerSuppliedEncryptionEnforcementConfig"
|
|
4987
|
+
]
|
|
4988
|
+
}
|
|
4989
|
+
},
|
|
4990
|
+
"fields": {
|
|
4991
|
+
"defaultKmsKey": {
|
|
4992
|
+
"type": "string",
|
|
4993
|
+
"id": 1,
|
|
4994
|
+
"options": {
|
|
4995
|
+
"(google.api.field_behavior)": "OPTIONAL",
|
|
4996
|
+
"(google.api.resource_reference).type": "cloudkms.googleapis.com/CryptoKey"
|
|
4997
|
+
}
|
|
4998
|
+
},
|
|
4999
|
+
"googleManagedEncryptionEnforcementConfig": {
|
|
5000
|
+
"type": "GoogleManagedEncryptionEnforcementConfig",
|
|
5001
|
+
"id": 2,
|
|
5002
|
+
"options": {
|
|
5003
|
+
"(google.api.field_behavior)": "OPTIONAL",
|
|
5004
|
+
"proto3_optional": true
|
|
5005
|
+
}
|
|
5006
|
+
},
|
|
5007
|
+
"customerManagedEncryptionEnforcementConfig": {
|
|
5008
|
+
"type": "CustomerManagedEncryptionEnforcementConfig",
|
|
5009
|
+
"id": 3,
|
|
5010
|
+
"options": {
|
|
5011
|
+
"(google.api.field_behavior)": "OPTIONAL",
|
|
5012
|
+
"proto3_optional": true
|
|
5013
|
+
}
|
|
5014
|
+
},
|
|
5015
|
+
"customerSuppliedEncryptionEnforcementConfig": {
|
|
5016
|
+
"type": "CustomerSuppliedEncryptionEnforcementConfig",
|
|
5017
|
+
"id": 4,
|
|
5018
|
+
"options": {
|
|
5019
|
+
"(google.api.field_behavior)": "OPTIONAL",
|
|
5020
|
+
"proto3_optional": true
|
|
5021
|
+
}
|
|
5022
|
+
}
|
|
5023
|
+
},
|
|
5024
|
+
"nested": {
|
|
5025
|
+
"GoogleManagedEncryptionEnforcementConfig": {
|
|
5026
|
+
"oneofs": {
|
|
5027
|
+
"_restrictionMode": {
|
|
5028
|
+
"oneof": [
|
|
5029
|
+
"restrictionMode"
|
|
5030
|
+
]
|
|
5031
|
+
},
|
|
5032
|
+
"_effectiveTime": {
|
|
5033
|
+
"oneof": [
|
|
5034
|
+
"effectiveTime"
|
|
5035
|
+
]
|
|
5036
|
+
}
|
|
5037
|
+
},
|
|
5038
|
+
"fields": {
|
|
5039
|
+
"restrictionMode": {
|
|
5040
|
+
"type": "string",
|
|
5041
|
+
"id": 3,
|
|
5042
|
+
"options": {
|
|
5043
|
+
"proto3_optional": true
|
|
5044
|
+
}
|
|
5045
|
+
},
|
|
5046
|
+
"effectiveTime": {
|
|
5047
|
+
"type": "google.protobuf.Timestamp",
|
|
5048
|
+
"id": 2,
|
|
5049
|
+
"options": {
|
|
5050
|
+
"proto3_optional": true
|
|
5051
|
+
}
|
|
5052
|
+
}
|
|
5053
|
+
}
|
|
5054
|
+
},
|
|
5055
|
+
"CustomerManagedEncryptionEnforcementConfig": {
|
|
5056
|
+
"oneofs": {
|
|
5057
|
+
"_restrictionMode": {
|
|
5058
|
+
"oneof": [
|
|
5059
|
+
"restrictionMode"
|
|
5060
|
+
]
|
|
5061
|
+
},
|
|
5062
|
+
"_effectiveTime": {
|
|
5063
|
+
"oneof": [
|
|
5064
|
+
"effectiveTime"
|
|
5065
|
+
]
|
|
5066
|
+
}
|
|
5067
|
+
},
|
|
5068
|
+
"fields": {
|
|
5069
|
+
"restrictionMode": {
|
|
5070
|
+
"type": "string",
|
|
5071
|
+
"id": 3,
|
|
5072
|
+
"options": {
|
|
5073
|
+
"proto3_optional": true
|
|
5074
|
+
}
|
|
5075
|
+
},
|
|
5076
|
+
"effectiveTime": {
|
|
5077
|
+
"type": "google.protobuf.Timestamp",
|
|
5078
|
+
"id": 2,
|
|
5079
|
+
"options": {
|
|
5080
|
+
"proto3_optional": true
|
|
5081
|
+
}
|
|
5082
|
+
}
|
|
5083
|
+
}
|
|
5084
|
+
},
|
|
5085
|
+
"CustomerSuppliedEncryptionEnforcementConfig": {
|
|
5086
|
+
"oneofs": {
|
|
5087
|
+
"_restrictionMode": {
|
|
5088
|
+
"oneof": [
|
|
5089
|
+
"restrictionMode"
|
|
5090
|
+
]
|
|
5091
|
+
},
|
|
5092
|
+
"_effectiveTime": {
|
|
5093
|
+
"oneof": [
|
|
5094
|
+
"effectiveTime"
|
|
5095
|
+
]
|
|
5096
|
+
}
|
|
5097
|
+
},
|
|
5098
|
+
"fields": {
|
|
5099
|
+
"restrictionMode": {
|
|
5100
|
+
"type": "string",
|
|
5101
|
+
"id": 3,
|
|
5102
|
+
"options": {
|
|
5103
|
+
"proto3_optional": true
|
|
5104
|
+
}
|
|
5105
|
+
},
|
|
5106
|
+
"effectiveTime": {
|
|
5107
|
+
"type": "google.protobuf.Timestamp",
|
|
5108
|
+
"id": 2,
|
|
5109
|
+
"options": {
|
|
5110
|
+
"proto3_optional": true
|
|
5111
|
+
}
|
|
5112
|
+
}
|
|
5113
|
+
}
|
|
5114
|
+
}
|
|
5115
|
+
}
|
|
5116
|
+
},
|
|
5117
|
+
"IamConfig": {
|
|
5118
|
+
"fields": {
|
|
5119
|
+
"uniformBucketLevelAccess": {
|
|
5120
|
+
"type": "UniformBucketLevelAccess",
|
|
5121
|
+
"id": 1,
|
|
5122
|
+
"options": {
|
|
5123
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5124
|
+
}
|
|
5125
|
+
},
|
|
5126
|
+
"publicAccessPrevention": {
|
|
5127
|
+
"type": "string",
|
|
5128
|
+
"id": 3,
|
|
5129
|
+
"options": {
|
|
5130
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5131
|
+
}
|
|
5132
|
+
}
|
|
5133
|
+
},
|
|
5134
|
+
"nested": {
|
|
5135
|
+
"UniformBucketLevelAccess": {
|
|
5136
|
+
"fields": {
|
|
5137
|
+
"enabled": {
|
|
5138
|
+
"type": "bool",
|
|
5139
|
+
"id": 1,
|
|
5140
|
+
"options": {
|
|
5141
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5142
|
+
}
|
|
5143
|
+
},
|
|
5144
|
+
"lockTime": {
|
|
5145
|
+
"type": "google.protobuf.Timestamp",
|
|
5146
|
+
"id": 2,
|
|
5147
|
+
"options": {
|
|
5148
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5149
|
+
}
|
|
5150
|
+
}
|
|
5151
|
+
}
|
|
5152
|
+
}
|
|
5153
|
+
}
|
|
5154
|
+
},
|
|
5155
|
+
"Lifecycle": {
|
|
5156
|
+
"fields": {
|
|
5157
|
+
"rule": {
|
|
5158
|
+
"rule": "repeated",
|
|
5159
|
+
"type": "Rule",
|
|
5160
|
+
"id": 1,
|
|
5161
|
+
"options": {
|
|
5162
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5163
|
+
}
|
|
5164
|
+
}
|
|
5165
|
+
},
|
|
5166
|
+
"nested": {
|
|
5167
|
+
"Rule": {
|
|
5168
|
+
"fields": {
|
|
5169
|
+
"action": {
|
|
5170
|
+
"type": "Action",
|
|
5171
|
+
"id": 1,
|
|
5172
|
+
"options": {
|
|
5173
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5174
|
+
}
|
|
5175
|
+
},
|
|
5176
|
+
"condition": {
|
|
5177
|
+
"type": "Condition",
|
|
5178
|
+
"id": 2,
|
|
5179
|
+
"options": {
|
|
5180
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5181
|
+
}
|
|
5182
|
+
}
|
|
5183
|
+
},
|
|
5184
|
+
"nested": {
|
|
5185
|
+
"Action": {
|
|
5186
|
+
"fields": {
|
|
5187
|
+
"type": {
|
|
5188
|
+
"type": "string",
|
|
5189
|
+
"id": 1,
|
|
5190
|
+
"options": {
|
|
5191
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5192
|
+
}
|
|
5193
|
+
},
|
|
5194
|
+
"storageClass": {
|
|
5195
|
+
"type": "string",
|
|
5196
|
+
"id": 2,
|
|
5197
|
+
"options": {
|
|
5198
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5199
|
+
}
|
|
5200
|
+
}
|
|
5201
|
+
}
|
|
5202
|
+
},
|
|
5203
|
+
"Condition": {
|
|
5204
|
+
"oneofs": {
|
|
5205
|
+
"_ageDays": {
|
|
5206
|
+
"oneof": [
|
|
5207
|
+
"ageDays"
|
|
5208
|
+
]
|
|
5209
|
+
},
|
|
5210
|
+
"_isLive": {
|
|
5211
|
+
"oneof": [
|
|
5212
|
+
"isLive"
|
|
5213
|
+
]
|
|
5214
|
+
},
|
|
5215
|
+
"_numNewerVersions": {
|
|
5216
|
+
"oneof": [
|
|
5217
|
+
"numNewerVersions"
|
|
5218
|
+
]
|
|
5219
|
+
},
|
|
5220
|
+
"_daysSinceCustomTime": {
|
|
5221
|
+
"oneof": [
|
|
5222
|
+
"daysSinceCustomTime"
|
|
5223
|
+
]
|
|
5224
|
+
},
|
|
5225
|
+
"_daysSinceNoncurrentTime": {
|
|
5226
|
+
"oneof": [
|
|
5227
|
+
"daysSinceNoncurrentTime"
|
|
5228
|
+
]
|
|
5229
|
+
}
|
|
5230
|
+
},
|
|
5231
|
+
"fields": {
|
|
5232
|
+
"ageDays": {
|
|
5233
|
+
"type": "int32",
|
|
5234
|
+
"id": 1,
|
|
5235
|
+
"options": {
|
|
5236
|
+
"proto3_optional": true
|
|
5237
|
+
}
|
|
5238
|
+
},
|
|
5239
|
+
"createdBefore": {
|
|
5240
|
+
"type": "google.type.Date",
|
|
5241
|
+
"id": 2,
|
|
5242
|
+
"options": {
|
|
5243
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5244
|
+
}
|
|
5245
|
+
},
|
|
5246
|
+
"isLive": {
|
|
5247
|
+
"type": "bool",
|
|
5248
|
+
"id": 3,
|
|
5249
|
+
"options": {
|
|
5250
|
+
"proto3_optional": true
|
|
5251
|
+
}
|
|
5252
|
+
},
|
|
5253
|
+
"numNewerVersions": {
|
|
5254
|
+
"type": "int32",
|
|
5255
|
+
"id": 4,
|
|
5256
|
+
"options": {
|
|
5257
|
+
"proto3_optional": true
|
|
5258
|
+
}
|
|
5259
|
+
},
|
|
5260
|
+
"matchesStorageClass": {
|
|
5261
|
+
"rule": "repeated",
|
|
5262
|
+
"type": "string",
|
|
5263
|
+
"id": 5,
|
|
5264
|
+
"options": {
|
|
5265
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5266
|
+
}
|
|
5267
|
+
},
|
|
5268
|
+
"daysSinceCustomTime": {
|
|
5269
|
+
"type": "int32",
|
|
5270
|
+
"id": 7,
|
|
5271
|
+
"options": {
|
|
5272
|
+
"proto3_optional": true
|
|
5273
|
+
}
|
|
5274
|
+
},
|
|
5275
|
+
"customTimeBefore": {
|
|
5276
|
+
"type": "google.type.Date",
|
|
5277
|
+
"id": 8,
|
|
5278
|
+
"options": {
|
|
5279
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5280
|
+
}
|
|
5281
|
+
},
|
|
5282
|
+
"daysSinceNoncurrentTime": {
|
|
5283
|
+
"type": "int32",
|
|
5284
|
+
"id": 9,
|
|
5285
|
+
"options": {
|
|
5286
|
+
"proto3_optional": true
|
|
5287
|
+
}
|
|
5288
|
+
},
|
|
5289
|
+
"noncurrentTimeBefore": {
|
|
5290
|
+
"type": "google.type.Date",
|
|
5291
|
+
"id": 10,
|
|
5292
|
+
"options": {
|
|
5293
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5294
|
+
}
|
|
5295
|
+
},
|
|
5296
|
+
"matchesPrefix": {
|
|
5297
|
+
"rule": "repeated",
|
|
5298
|
+
"type": "string",
|
|
5299
|
+
"id": 11,
|
|
5300
|
+
"options": {
|
|
5301
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5302
|
+
}
|
|
5303
|
+
},
|
|
5304
|
+
"matchesSuffix": {
|
|
5305
|
+
"rule": "repeated",
|
|
5306
|
+
"type": "string",
|
|
5307
|
+
"id": 12,
|
|
5308
|
+
"options": {
|
|
5309
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5310
|
+
}
|
|
5311
|
+
}
|
|
5312
|
+
}
|
|
5313
|
+
}
|
|
5314
|
+
}
|
|
5315
|
+
}
|
|
5316
|
+
}
|
|
5317
|
+
},
|
|
5318
|
+
"Logging": {
|
|
5319
|
+
"fields": {
|
|
5320
|
+
"logBucket": {
|
|
5321
|
+
"type": "string",
|
|
5322
|
+
"id": 1,
|
|
5323
|
+
"options": {
|
|
5324
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5325
|
+
}
|
|
5326
|
+
},
|
|
5327
|
+
"logObjectPrefix": {
|
|
5328
|
+
"type": "string",
|
|
5329
|
+
"id": 2,
|
|
5330
|
+
"options": {
|
|
5331
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5332
|
+
}
|
|
5333
|
+
}
|
|
5334
|
+
}
|
|
5335
|
+
},
|
|
5336
|
+
"ObjectRetention": {
|
|
5337
|
+
"fields": {
|
|
5338
|
+
"enabled": {
|
|
5339
|
+
"type": "bool",
|
|
5340
|
+
"id": 1,
|
|
5341
|
+
"options": {
|
|
5342
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
5343
|
+
}
|
|
5344
|
+
}
|
|
5345
|
+
}
|
|
5346
|
+
},
|
|
5347
|
+
"RetentionPolicy": {
|
|
5348
|
+
"fields": {
|
|
5349
|
+
"effectiveTime": {
|
|
5350
|
+
"type": "google.protobuf.Timestamp",
|
|
5351
|
+
"id": 1,
|
|
5352
|
+
"options": {
|
|
5353
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5354
|
+
}
|
|
5355
|
+
},
|
|
5356
|
+
"isLocked": {
|
|
5357
|
+
"type": "bool",
|
|
5358
|
+
"id": 2,
|
|
5359
|
+
"options": {
|
|
5360
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5361
|
+
}
|
|
5362
|
+
},
|
|
5363
|
+
"retentionDuration": {
|
|
5364
|
+
"type": "google.protobuf.Duration",
|
|
5365
|
+
"id": 4,
|
|
5366
|
+
"options": {
|
|
5367
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5368
|
+
}
|
|
5369
|
+
}
|
|
5370
|
+
}
|
|
5371
|
+
},
|
|
5372
|
+
"SoftDeletePolicy": {
|
|
5373
|
+
"oneofs": {
|
|
5374
|
+
"_retentionDuration": {
|
|
5375
|
+
"oneof": [
|
|
5376
|
+
"retentionDuration"
|
|
5377
|
+
]
|
|
5378
|
+
},
|
|
5379
|
+
"_effectiveTime": {
|
|
5380
|
+
"oneof": [
|
|
5381
|
+
"effectiveTime"
|
|
5382
|
+
]
|
|
5383
|
+
}
|
|
5384
|
+
},
|
|
5385
|
+
"fields": {
|
|
5386
|
+
"retentionDuration": {
|
|
5387
|
+
"type": "google.protobuf.Duration",
|
|
5388
|
+
"id": 1,
|
|
5389
|
+
"options": {
|
|
5390
|
+
"proto3_optional": true
|
|
5391
|
+
}
|
|
5392
|
+
},
|
|
5393
|
+
"effectiveTime": {
|
|
5394
|
+
"type": "google.protobuf.Timestamp",
|
|
5395
|
+
"id": 2,
|
|
5396
|
+
"options": {
|
|
5397
|
+
"proto3_optional": true
|
|
5398
|
+
}
|
|
5399
|
+
}
|
|
5400
|
+
}
|
|
5401
|
+
},
|
|
5402
|
+
"Versioning": {
|
|
5403
|
+
"fields": {
|
|
5404
|
+
"enabled": {
|
|
5405
|
+
"type": "bool",
|
|
5406
|
+
"id": 1,
|
|
5407
|
+
"options": {
|
|
5408
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5409
|
+
}
|
|
5410
|
+
}
|
|
5411
|
+
}
|
|
5412
|
+
},
|
|
5413
|
+
"Website": {
|
|
5414
|
+
"fields": {
|
|
5415
|
+
"mainPageSuffix": {
|
|
5416
|
+
"type": "string",
|
|
5417
|
+
"id": 1,
|
|
5418
|
+
"options": {
|
|
5419
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5420
|
+
}
|
|
5421
|
+
},
|
|
5422
|
+
"notFoundPage": {
|
|
5423
|
+
"type": "string",
|
|
5424
|
+
"id": 2,
|
|
5425
|
+
"options": {
|
|
5426
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5427
|
+
}
|
|
5428
|
+
}
|
|
5429
|
+
}
|
|
5430
|
+
},
|
|
5431
|
+
"CustomPlacementConfig": {
|
|
5432
|
+
"fields": {
|
|
5433
|
+
"dataLocations": {
|
|
5434
|
+
"rule": "repeated",
|
|
5435
|
+
"type": "string",
|
|
5436
|
+
"id": 1,
|
|
5437
|
+
"options": {
|
|
5438
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5439
|
+
}
|
|
5440
|
+
}
|
|
5441
|
+
}
|
|
5442
|
+
},
|
|
5443
|
+
"Autoclass": {
|
|
5444
|
+
"oneofs": {
|
|
5445
|
+
"_terminalStorageClass": {
|
|
5446
|
+
"oneof": [
|
|
5447
|
+
"terminalStorageClass"
|
|
5448
|
+
]
|
|
5449
|
+
},
|
|
5450
|
+
"_terminalStorageClassUpdateTime": {
|
|
5451
|
+
"oneof": [
|
|
5452
|
+
"terminalStorageClassUpdateTime"
|
|
5453
|
+
]
|
|
5454
|
+
}
|
|
5455
|
+
},
|
|
5456
|
+
"fields": {
|
|
5457
|
+
"enabled": {
|
|
5458
|
+
"type": "bool",
|
|
5459
|
+
"id": 1,
|
|
5460
|
+
"options": {
|
|
5461
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5462
|
+
}
|
|
5463
|
+
},
|
|
5464
|
+
"toggleTime": {
|
|
5465
|
+
"type": "google.protobuf.Timestamp",
|
|
5466
|
+
"id": 2,
|
|
5467
|
+
"options": {
|
|
5468
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
5469
|
+
}
|
|
5470
|
+
},
|
|
5471
|
+
"terminalStorageClass": {
|
|
5472
|
+
"type": "string",
|
|
5473
|
+
"id": 3,
|
|
5474
|
+
"options": {
|
|
5475
|
+
"proto3_optional": true
|
|
5476
|
+
}
|
|
5477
|
+
},
|
|
5478
|
+
"terminalStorageClassUpdateTime": {
|
|
5479
|
+
"type": "google.protobuf.Timestamp",
|
|
5480
|
+
"id": 4,
|
|
5481
|
+
"options": {
|
|
5482
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY",
|
|
5483
|
+
"proto3_optional": true
|
|
5484
|
+
}
|
|
5485
|
+
}
|
|
5486
|
+
}
|
|
5487
|
+
},
|
|
5488
|
+
"IpFilter": {
|
|
5489
|
+
"oneofs": {
|
|
5490
|
+
"_mode": {
|
|
5491
|
+
"oneof": [
|
|
5492
|
+
"mode"
|
|
5493
|
+
]
|
|
5494
|
+
},
|
|
5495
|
+
"_publicNetworkSource": {
|
|
5496
|
+
"oneof": [
|
|
5497
|
+
"publicNetworkSource"
|
|
5498
|
+
]
|
|
5499
|
+
},
|
|
5500
|
+
"_allowAllServiceAgentAccess": {
|
|
5501
|
+
"oneof": [
|
|
5502
|
+
"allowAllServiceAgentAccess"
|
|
5503
|
+
]
|
|
5504
|
+
}
|
|
5505
|
+
},
|
|
5506
|
+
"fields": {
|
|
5507
|
+
"mode": {
|
|
5508
|
+
"type": "string",
|
|
5509
|
+
"id": 1,
|
|
5510
|
+
"options": {
|
|
5511
|
+
"proto3_optional": true
|
|
5512
|
+
}
|
|
5513
|
+
},
|
|
5514
|
+
"publicNetworkSource": {
|
|
5515
|
+
"type": "PublicNetworkSource",
|
|
5516
|
+
"id": 2,
|
|
5517
|
+
"options": {
|
|
5518
|
+
"proto3_optional": true
|
|
5519
|
+
}
|
|
5520
|
+
},
|
|
5521
|
+
"vpcNetworkSources": {
|
|
5522
|
+
"rule": "repeated",
|
|
5523
|
+
"type": "VpcNetworkSource",
|
|
5524
|
+
"id": 3,
|
|
5525
|
+
"options": {
|
|
5526
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5527
|
+
}
|
|
5528
|
+
},
|
|
5529
|
+
"allowCrossOrgVpcs": {
|
|
5530
|
+
"type": "bool",
|
|
5531
|
+
"id": 4,
|
|
5532
|
+
"options": {
|
|
5533
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5534
|
+
}
|
|
5535
|
+
},
|
|
5536
|
+
"allowAllServiceAgentAccess": {
|
|
5537
|
+
"type": "bool",
|
|
5538
|
+
"id": 5,
|
|
5539
|
+
"options": {
|
|
5540
|
+
"proto3_optional": true
|
|
5541
|
+
}
|
|
5542
|
+
}
|
|
5543
|
+
},
|
|
5544
|
+
"nested": {
|
|
5545
|
+
"PublicNetworkSource": {
|
|
5546
|
+
"fields": {
|
|
5547
|
+
"allowedIpCidrRanges": {
|
|
5548
|
+
"rule": "repeated",
|
|
5549
|
+
"type": "string",
|
|
5550
|
+
"id": 1,
|
|
5551
|
+
"options": {
|
|
5552
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5553
|
+
}
|
|
5554
|
+
}
|
|
5555
|
+
}
|
|
5556
|
+
},
|
|
5557
|
+
"VpcNetworkSource": {
|
|
5558
|
+
"oneofs": {
|
|
5559
|
+
"_network": {
|
|
5560
|
+
"oneof": [
|
|
5561
|
+
"network"
|
|
5562
|
+
]
|
|
5563
|
+
}
|
|
5564
|
+
},
|
|
5565
|
+
"fields": {
|
|
5566
|
+
"network": {
|
|
5567
|
+
"type": "string",
|
|
5568
|
+
"id": 1,
|
|
5569
|
+
"options": {
|
|
5570
|
+
"proto3_optional": true
|
|
5571
|
+
}
|
|
5572
|
+
},
|
|
5573
|
+
"allowedIpCidrRanges": {
|
|
5574
|
+
"rule": "repeated",
|
|
5575
|
+
"type": "string",
|
|
5576
|
+
"id": 2,
|
|
5577
|
+
"options": {
|
|
5578
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5579
|
+
}
|
|
5580
|
+
}
|
|
5581
|
+
}
|
|
5582
|
+
}
|
|
5583
|
+
}
|
|
5584
|
+
},
|
|
5585
|
+
"HierarchicalNamespace": {
|
|
5586
|
+
"fields": {
|
|
5587
|
+
"enabled": {
|
|
5588
|
+
"type": "bool",
|
|
5589
|
+
"id": 1,
|
|
5590
|
+
"options": {
|
|
5591
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5592
|
+
}
|
|
5593
|
+
}
|
|
5594
|
+
}
|
|
5595
|
+
}
|
|
5596
|
+
}
|
|
5597
|
+
},
|
|
5598
|
+
"BucketAccessControl": {
|
|
5599
|
+
"fields": {
|
|
5600
|
+
"role": {
|
|
5601
|
+
"type": "string",
|
|
5602
|
+
"id": 1,
|
|
5603
|
+
"options": {
|
|
5604
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5605
|
+
}
|
|
5606
|
+
},
|
|
5607
|
+
"id": {
|
|
5608
|
+
"type": "string",
|
|
5609
|
+
"id": 2,
|
|
5610
|
+
"options": {
|
|
5611
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5612
|
+
}
|
|
5613
|
+
},
|
|
5614
|
+
"entity": {
|
|
5615
|
+
"type": "string",
|
|
5616
|
+
"id": 3,
|
|
5617
|
+
"options": {
|
|
5618
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5619
|
+
}
|
|
5620
|
+
},
|
|
5621
|
+
"entityAlt": {
|
|
5622
|
+
"type": "string",
|
|
5623
|
+
"id": 9,
|
|
5624
|
+
"options": {
|
|
5625
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
5626
|
+
}
|
|
5627
|
+
},
|
|
5628
|
+
"entityId": {
|
|
5629
|
+
"type": "string",
|
|
5630
|
+
"id": 4,
|
|
5631
|
+
"options": {
|
|
5632
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5633
|
+
}
|
|
5634
|
+
},
|
|
5635
|
+
"etag": {
|
|
5636
|
+
"type": "string",
|
|
5637
|
+
"id": 8,
|
|
5638
|
+
"options": {
|
|
5639
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5640
|
+
}
|
|
5641
|
+
},
|
|
5642
|
+
"email": {
|
|
5643
|
+
"type": "string",
|
|
5644
|
+
"id": 5,
|
|
5645
|
+
"options": {
|
|
5646
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5647
|
+
}
|
|
5648
|
+
},
|
|
5649
|
+
"domain": {
|
|
5650
|
+
"type": "string",
|
|
5651
|
+
"id": 6,
|
|
5652
|
+
"options": {
|
|
5653
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5654
|
+
}
|
|
5655
|
+
},
|
|
5656
|
+
"projectTeam": {
|
|
5657
|
+
"type": "ProjectTeam",
|
|
5658
|
+
"id": 7,
|
|
5659
|
+
"options": {
|
|
5660
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5661
|
+
}
|
|
5662
|
+
}
|
|
5663
|
+
}
|
|
5664
|
+
},
|
|
5665
|
+
"ChecksummedData": {
|
|
5666
|
+
"oneofs": {
|
|
5667
|
+
"_crc32c": {
|
|
5668
|
+
"oneof": [
|
|
5669
|
+
"crc32c"
|
|
5670
|
+
]
|
|
5671
|
+
}
|
|
5672
|
+
},
|
|
5673
|
+
"fields": {
|
|
5674
|
+
"content": {
|
|
5675
|
+
"type": "bytes",
|
|
5676
|
+
"id": 1,
|
|
5677
|
+
"options": {
|
|
5678
|
+
"ctype": "CORD",
|
|
5679
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5680
|
+
}
|
|
5681
|
+
},
|
|
5682
|
+
"crc32c": {
|
|
5683
|
+
"type": "fixed32",
|
|
5684
|
+
"id": 2,
|
|
5685
|
+
"options": {
|
|
5686
|
+
"proto3_optional": true
|
|
5687
|
+
}
|
|
5688
|
+
}
|
|
5689
|
+
}
|
|
5690
|
+
},
|
|
5691
|
+
"ObjectChecksums": {
|
|
5692
|
+
"oneofs": {
|
|
5693
|
+
"_crc32c": {
|
|
5694
|
+
"oneof": [
|
|
5695
|
+
"crc32c"
|
|
5696
|
+
]
|
|
5697
|
+
}
|
|
5698
|
+
},
|
|
5699
|
+
"fields": {
|
|
5700
|
+
"crc32c": {
|
|
5701
|
+
"type": "fixed32",
|
|
5702
|
+
"id": 1,
|
|
5703
|
+
"options": {
|
|
5704
|
+
"proto3_optional": true
|
|
5705
|
+
}
|
|
5706
|
+
},
|
|
5707
|
+
"md5Hash": {
|
|
5708
|
+
"type": "bytes",
|
|
5709
|
+
"id": 2,
|
|
5710
|
+
"options": {
|
|
5711
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5712
|
+
}
|
|
5713
|
+
}
|
|
5714
|
+
}
|
|
5715
|
+
},
|
|
5716
|
+
"ObjectCustomContextPayload": {
|
|
5717
|
+
"fields": {
|
|
5718
|
+
"value": {
|
|
5719
|
+
"type": "string",
|
|
5720
|
+
"id": 1,
|
|
5721
|
+
"options": {
|
|
5722
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
5723
|
+
}
|
|
5724
|
+
},
|
|
5725
|
+
"createTime": {
|
|
5726
|
+
"type": "google.protobuf.Timestamp",
|
|
5727
|
+
"id": 2,
|
|
5728
|
+
"options": {
|
|
5729
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
5730
|
+
}
|
|
5731
|
+
},
|
|
5732
|
+
"updateTime": {
|
|
5733
|
+
"type": "google.protobuf.Timestamp",
|
|
5734
|
+
"id": 3,
|
|
5735
|
+
"options": {
|
|
5736
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
5737
|
+
}
|
|
5738
|
+
}
|
|
5739
|
+
}
|
|
5740
|
+
},
|
|
5741
|
+
"ObjectContexts": {
|
|
5742
|
+
"fields": {
|
|
5743
|
+
"custom": {
|
|
5744
|
+
"keyType": "string",
|
|
5745
|
+
"type": "ObjectCustomContextPayload",
|
|
5746
|
+
"id": 1,
|
|
5747
|
+
"options": {
|
|
5748
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5749
|
+
}
|
|
5750
|
+
}
|
|
5751
|
+
}
|
|
5752
|
+
},
|
|
5753
|
+
"CustomerEncryption": {
|
|
5754
|
+
"fields": {
|
|
5755
|
+
"encryptionAlgorithm": {
|
|
5756
|
+
"type": "string",
|
|
5757
|
+
"id": 1,
|
|
5758
|
+
"options": {
|
|
5759
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5760
|
+
}
|
|
5761
|
+
},
|
|
5762
|
+
"keySha256Bytes": {
|
|
5763
|
+
"type": "bytes",
|
|
5764
|
+
"id": 3,
|
|
5765
|
+
"options": {
|
|
5766
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5767
|
+
}
|
|
5768
|
+
}
|
|
5769
|
+
}
|
|
5770
|
+
},
|
|
5771
|
+
"StorageObject": {
|
|
5772
|
+
"oneofs": {
|
|
5773
|
+
"_restoreToken": {
|
|
5774
|
+
"oneof": [
|
|
5775
|
+
"restoreToken"
|
|
5776
|
+
]
|
|
5777
|
+
},
|
|
5778
|
+
"_eventBasedHold": {
|
|
5779
|
+
"oneof": [
|
|
5780
|
+
"eventBasedHold"
|
|
5781
|
+
]
|
|
5782
|
+
},
|
|
5783
|
+
"_softDeleteTime": {
|
|
5784
|
+
"oneof": [
|
|
5785
|
+
"softDeleteTime"
|
|
5786
|
+
]
|
|
5787
|
+
},
|
|
5788
|
+
"_hardDeleteTime": {
|
|
5789
|
+
"oneof": [
|
|
5790
|
+
"hardDeleteTime"
|
|
5791
|
+
]
|
|
5792
|
+
}
|
|
5793
|
+
},
|
|
5794
|
+
"fields": {
|
|
5795
|
+
"name": {
|
|
5796
|
+
"type": "string",
|
|
5797
|
+
"id": 1,
|
|
5798
|
+
"options": {
|
|
5799
|
+
"(google.api.field_behavior)": "IMMUTABLE"
|
|
5800
|
+
}
|
|
5801
|
+
},
|
|
5802
|
+
"bucket": {
|
|
5803
|
+
"type": "string",
|
|
5804
|
+
"id": 2,
|
|
5805
|
+
"options": {
|
|
5806
|
+
"(google.api.field_behavior)": "IMMUTABLE",
|
|
5807
|
+
"(google.api.resource_reference).type": "storage.googleapis.com/Bucket"
|
|
5808
|
+
}
|
|
5809
|
+
},
|
|
5810
|
+
"etag": {
|
|
5811
|
+
"type": "string",
|
|
5812
|
+
"id": 27,
|
|
5813
|
+
"options": {
|
|
5814
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5815
|
+
}
|
|
5816
|
+
},
|
|
5817
|
+
"generation": {
|
|
5818
|
+
"type": "int64",
|
|
5819
|
+
"id": 3,
|
|
5820
|
+
"options": {
|
|
5821
|
+
"(google.api.field_behavior)": "IMMUTABLE"
|
|
5822
|
+
}
|
|
5823
|
+
},
|
|
5824
|
+
"restoreToken": {
|
|
5825
|
+
"type": "string",
|
|
5826
|
+
"id": 35,
|
|
5827
|
+
"options": {
|
|
5828
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY",
|
|
5829
|
+
"proto3_optional": true
|
|
5830
|
+
}
|
|
5831
|
+
},
|
|
5832
|
+
"metageneration": {
|
|
5833
|
+
"type": "int64",
|
|
5834
|
+
"id": 4,
|
|
5835
|
+
"options": {
|
|
5836
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
5837
|
+
}
|
|
5838
|
+
},
|
|
5839
|
+
"storageClass": {
|
|
5840
|
+
"type": "string",
|
|
5841
|
+
"id": 5,
|
|
5842
|
+
"options": {
|
|
5843
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5844
|
+
}
|
|
5845
|
+
},
|
|
5846
|
+
"size": {
|
|
5847
|
+
"type": "int64",
|
|
5848
|
+
"id": 6,
|
|
5849
|
+
"options": {
|
|
5850
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
5851
|
+
}
|
|
5852
|
+
},
|
|
5853
|
+
"contentEncoding": {
|
|
5854
|
+
"type": "string",
|
|
5855
|
+
"id": 7,
|
|
5856
|
+
"options": {
|
|
5857
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5858
|
+
}
|
|
5859
|
+
},
|
|
5860
|
+
"contentDisposition": {
|
|
5861
|
+
"type": "string",
|
|
5862
|
+
"id": 8,
|
|
5863
|
+
"options": {
|
|
5864
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5865
|
+
}
|
|
5866
|
+
},
|
|
5867
|
+
"cacheControl": {
|
|
5868
|
+
"type": "string",
|
|
5869
|
+
"id": 9,
|
|
5870
|
+
"options": {
|
|
5871
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5872
|
+
}
|
|
5873
|
+
},
|
|
5874
|
+
"acl": {
|
|
5875
|
+
"rule": "repeated",
|
|
5876
|
+
"type": "ObjectAccessControl",
|
|
5877
|
+
"id": 10,
|
|
5878
|
+
"options": {
|
|
5879
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5880
|
+
}
|
|
5881
|
+
},
|
|
5882
|
+
"contentLanguage": {
|
|
5883
|
+
"type": "string",
|
|
5884
|
+
"id": 11,
|
|
5885
|
+
"options": {
|
|
5886
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5887
|
+
}
|
|
5888
|
+
},
|
|
5889
|
+
"deleteTime": {
|
|
5890
|
+
"type": "google.protobuf.Timestamp",
|
|
5891
|
+
"id": 12,
|
|
5892
|
+
"options": {
|
|
5893
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
5894
|
+
}
|
|
5895
|
+
},
|
|
5896
|
+
"finalizeTime": {
|
|
5897
|
+
"type": "google.protobuf.Timestamp",
|
|
5898
|
+
"id": 36,
|
|
5899
|
+
"options": {
|
|
5900
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
5901
|
+
}
|
|
5902
|
+
},
|
|
5903
|
+
"contentType": {
|
|
5904
|
+
"type": "string",
|
|
5905
|
+
"id": 13,
|
|
5906
|
+
"options": {
|
|
5907
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5908
|
+
}
|
|
5909
|
+
},
|
|
5910
|
+
"createTime": {
|
|
5911
|
+
"type": "google.protobuf.Timestamp",
|
|
5912
|
+
"id": 14,
|
|
5913
|
+
"options": {
|
|
5914
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
5915
|
+
}
|
|
5916
|
+
},
|
|
5917
|
+
"componentCount": {
|
|
5918
|
+
"type": "int32",
|
|
5919
|
+
"id": 15,
|
|
5920
|
+
"options": {
|
|
5921
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
5922
|
+
}
|
|
5923
|
+
},
|
|
5924
|
+
"checksums": {
|
|
5925
|
+
"type": "ObjectChecksums",
|
|
5926
|
+
"id": 16,
|
|
5927
|
+
"options": {
|
|
5928
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
5929
|
+
}
|
|
5930
|
+
},
|
|
5931
|
+
"updateTime": {
|
|
5932
|
+
"type": "google.protobuf.Timestamp",
|
|
5933
|
+
"id": 17,
|
|
5934
|
+
"options": {
|
|
5935
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
5936
|
+
}
|
|
5937
|
+
},
|
|
5938
|
+
"kmsKey": {
|
|
5939
|
+
"type": "string",
|
|
5940
|
+
"id": 18,
|
|
5941
|
+
"options": {
|
|
5942
|
+
"(google.api.field_behavior)": "OPTIONAL",
|
|
5943
|
+
"(google.api.resource_reference).type": "cloudkms.googleapis.com/CryptoKey"
|
|
5944
|
+
}
|
|
5945
|
+
},
|
|
5946
|
+
"updateStorageClassTime": {
|
|
5947
|
+
"type": "google.protobuf.Timestamp",
|
|
5948
|
+
"id": 19,
|
|
5949
|
+
"options": {
|
|
5950
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
5951
|
+
}
|
|
5952
|
+
},
|
|
5953
|
+
"temporaryHold": {
|
|
5954
|
+
"type": "bool",
|
|
5955
|
+
"id": 20,
|
|
5956
|
+
"options": {
|
|
5957
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5958
|
+
}
|
|
5959
|
+
},
|
|
5960
|
+
"retentionExpireTime": {
|
|
5961
|
+
"type": "google.protobuf.Timestamp",
|
|
5962
|
+
"id": 21,
|
|
5963
|
+
"options": {
|
|
5964
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5965
|
+
}
|
|
5966
|
+
},
|
|
5967
|
+
"metadata": {
|
|
5968
|
+
"keyType": "string",
|
|
5969
|
+
"type": "string",
|
|
5970
|
+
"id": 22,
|
|
5971
|
+
"options": {
|
|
5972
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5973
|
+
}
|
|
5974
|
+
},
|
|
5975
|
+
"contexts": {
|
|
5976
|
+
"type": "ObjectContexts",
|
|
5977
|
+
"id": 38,
|
|
5978
|
+
"options": {
|
|
5979
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5980
|
+
}
|
|
5981
|
+
},
|
|
5982
|
+
"eventBasedHold": {
|
|
5983
|
+
"type": "bool",
|
|
5984
|
+
"id": 23,
|
|
5985
|
+
"options": {
|
|
5986
|
+
"proto3_optional": true
|
|
5987
|
+
}
|
|
5988
|
+
},
|
|
5989
|
+
"owner": {
|
|
5990
|
+
"type": "Owner",
|
|
5991
|
+
"id": 24,
|
|
5992
|
+
"options": {
|
|
5993
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
5994
|
+
}
|
|
5995
|
+
},
|
|
5996
|
+
"customerEncryption": {
|
|
5997
|
+
"type": "CustomerEncryption",
|
|
5998
|
+
"id": 25,
|
|
5999
|
+
"options": {
|
|
6000
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
6001
|
+
}
|
|
6002
|
+
},
|
|
6003
|
+
"customTime": {
|
|
6004
|
+
"type": "google.protobuf.Timestamp",
|
|
6005
|
+
"id": 26,
|
|
6006
|
+
"options": {
|
|
6007
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
6008
|
+
}
|
|
6009
|
+
},
|
|
6010
|
+
"softDeleteTime": {
|
|
6011
|
+
"type": "google.protobuf.Timestamp",
|
|
6012
|
+
"id": 28,
|
|
6013
|
+
"options": {
|
|
6014
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY",
|
|
6015
|
+
"proto3_optional": true
|
|
6016
|
+
}
|
|
6017
|
+
},
|
|
6018
|
+
"hardDeleteTime": {
|
|
6019
|
+
"type": "google.protobuf.Timestamp",
|
|
6020
|
+
"id": 29,
|
|
6021
|
+
"options": {
|
|
6022
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY",
|
|
6023
|
+
"proto3_optional": true
|
|
6024
|
+
}
|
|
6025
|
+
},
|
|
6026
|
+
"retention": {
|
|
6027
|
+
"type": "Retention",
|
|
6028
|
+
"id": 30,
|
|
6029
|
+
"options": {
|
|
6030
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
6031
|
+
}
|
|
6032
|
+
}
|
|
6033
|
+
},
|
|
6034
|
+
"nested": {
|
|
6035
|
+
"Retention": {
|
|
6036
|
+
"fields": {
|
|
6037
|
+
"mode": {
|
|
6038
|
+
"type": "Mode",
|
|
6039
|
+
"id": 1,
|
|
6040
|
+
"options": {
|
|
6041
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
6042
|
+
}
|
|
6043
|
+
},
|
|
6044
|
+
"retainUntilTime": {
|
|
6045
|
+
"type": "google.protobuf.Timestamp",
|
|
6046
|
+
"id": 2,
|
|
6047
|
+
"options": {
|
|
6048
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
6049
|
+
}
|
|
6050
|
+
}
|
|
6051
|
+
},
|
|
6052
|
+
"nested": {
|
|
6053
|
+
"Mode": {
|
|
6054
|
+
"values": {
|
|
6055
|
+
"MODE_UNSPECIFIED": 0,
|
|
6056
|
+
"UNLOCKED": 1,
|
|
6057
|
+
"LOCKED": 2
|
|
6058
|
+
}
|
|
6059
|
+
}
|
|
6060
|
+
}
|
|
6061
|
+
}
|
|
6062
|
+
}
|
|
6063
|
+
},
|
|
6064
|
+
"ObjectAccessControl": {
|
|
6065
|
+
"fields": {
|
|
6066
|
+
"role": {
|
|
6067
|
+
"type": "string",
|
|
6068
|
+
"id": 1,
|
|
6069
|
+
"options": {
|
|
6070
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
6071
|
+
}
|
|
6072
|
+
},
|
|
6073
|
+
"id": {
|
|
6074
|
+
"type": "string",
|
|
6075
|
+
"id": 2,
|
|
6076
|
+
"options": {
|
|
6077
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
6078
|
+
}
|
|
6079
|
+
},
|
|
6080
|
+
"entity": {
|
|
6081
|
+
"type": "string",
|
|
6082
|
+
"id": 3,
|
|
6083
|
+
"options": {
|
|
6084
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
6085
|
+
}
|
|
6086
|
+
},
|
|
6087
|
+
"entityAlt": {
|
|
6088
|
+
"type": "string",
|
|
6089
|
+
"id": 9,
|
|
6090
|
+
"options": {
|
|
6091
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
6092
|
+
}
|
|
6093
|
+
},
|
|
6094
|
+
"entityId": {
|
|
6095
|
+
"type": "string",
|
|
6096
|
+
"id": 4,
|
|
6097
|
+
"options": {
|
|
6098
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
6099
|
+
}
|
|
6100
|
+
},
|
|
6101
|
+
"etag": {
|
|
6102
|
+
"type": "string",
|
|
6103
|
+
"id": 8,
|
|
6104
|
+
"options": {
|
|
6105
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
6106
|
+
}
|
|
6107
|
+
},
|
|
6108
|
+
"email": {
|
|
6109
|
+
"type": "string",
|
|
6110
|
+
"id": 5,
|
|
6111
|
+
"options": {
|
|
6112
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
6113
|
+
}
|
|
6114
|
+
},
|
|
6115
|
+
"domain": {
|
|
6116
|
+
"type": "string",
|
|
6117
|
+
"id": 6,
|
|
6118
|
+
"options": {
|
|
6119
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
6120
|
+
}
|
|
6121
|
+
},
|
|
6122
|
+
"projectTeam": {
|
|
6123
|
+
"type": "ProjectTeam",
|
|
6124
|
+
"id": 7,
|
|
6125
|
+
"options": {
|
|
6126
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
6127
|
+
}
|
|
6128
|
+
}
|
|
6129
|
+
}
|
|
6130
|
+
},
|
|
6131
|
+
"ListObjectsResponse": {
|
|
6132
|
+
"fields": {
|
|
6133
|
+
"objects": {
|
|
6134
|
+
"rule": "repeated",
|
|
6135
|
+
"type": "StorageObject",
|
|
6136
|
+
"id": 1
|
|
6137
|
+
},
|
|
6138
|
+
"prefixes": {
|
|
6139
|
+
"rule": "repeated",
|
|
6140
|
+
"type": "string",
|
|
6141
|
+
"id": 2
|
|
6142
|
+
},
|
|
6143
|
+
"nextPageToken": {
|
|
6144
|
+
"type": "string",
|
|
6145
|
+
"id": 3
|
|
6146
|
+
}
|
|
6147
|
+
}
|
|
6148
|
+
},
|
|
6149
|
+
"ProjectTeam": {
|
|
6150
|
+
"fields": {
|
|
6151
|
+
"projectNumber": {
|
|
6152
|
+
"type": "string",
|
|
6153
|
+
"id": 1,
|
|
6154
|
+
"options": {
|
|
6155
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
6156
|
+
}
|
|
6157
|
+
},
|
|
6158
|
+
"team": {
|
|
6159
|
+
"type": "string",
|
|
6160
|
+
"id": 2,
|
|
6161
|
+
"options": {
|
|
6162
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
6163
|
+
}
|
|
6164
|
+
}
|
|
6165
|
+
}
|
|
6166
|
+
},
|
|
6167
|
+
"Owner": {
|
|
6168
|
+
"fields": {
|
|
6169
|
+
"entity": {
|
|
6170
|
+
"type": "string",
|
|
6171
|
+
"id": 1,
|
|
6172
|
+
"options": {
|
|
6173
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
6174
|
+
}
|
|
6175
|
+
},
|
|
6176
|
+
"entityId": {
|
|
6177
|
+
"type": "string",
|
|
6178
|
+
"id": 2,
|
|
6179
|
+
"options": {
|
|
6180
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
6181
|
+
}
|
|
6182
|
+
}
|
|
6183
|
+
}
|
|
6184
|
+
},
|
|
6185
|
+
"ContentRange": {
|
|
6186
|
+
"fields": {
|
|
6187
|
+
"start": {
|
|
6188
|
+
"type": "int64",
|
|
6189
|
+
"id": 1
|
|
6190
|
+
},
|
|
6191
|
+
"end": {
|
|
6192
|
+
"type": "int64",
|
|
6193
|
+
"id": 2
|
|
6194
|
+
},
|
|
6195
|
+
"completeLength": {
|
|
6196
|
+
"type": "int64",
|
|
6197
|
+
"id": 3
|
|
6198
|
+
}
|
|
6199
|
+
}
|
|
6200
|
+
}
|
|
6201
|
+
}
|
|
1944
6202
|
}
|
|
1945
6203
|
}
|
|
1946
6204
|
},
|
|
@@ -2998,7 +7256,14 @@
|
|
|
2998
7256
|
"type": "ServiceOptions",
|
|
2999
7257
|
"id": 3
|
|
3000
7258
|
}
|
|
3001
|
-
}
|
|
7259
|
+
},
|
|
7260
|
+
"reserved": [
|
|
7261
|
+
[
|
|
7262
|
+
4,
|
|
7263
|
+
4
|
|
7264
|
+
],
|
|
7265
|
+
"stream"
|
|
7266
|
+
]
|
|
3002
7267
|
},
|
|
3003
7268
|
"MethodDescriptorProto": {
|
|
3004
7269
|
"edition": "proto2",
|
|
@@ -4338,11 +8603,12 @@
|
|
|
4338
8603
|
},
|
|
4339
8604
|
"type": {
|
|
4340
8605
|
"options": {
|
|
4341
|
-
"go_package": "google.golang.org/genproto/googleapis/type/
|
|
8606
|
+
"go_package": "google.golang.org/genproto/googleapis/type/date;date",
|
|
4342
8607
|
"java_multiple_files": true,
|
|
4343
|
-
"java_outer_classname": "
|
|
8608
|
+
"java_outer_classname": "DateProto",
|
|
4344
8609
|
"java_package": "com.google.type",
|
|
4345
|
-
"objc_class_prefix": "GTP"
|
|
8610
|
+
"objc_class_prefix": "GTP",
|
|
8611
|
+
"cc_enable_arenas": true
|
|
4346
8612
|
},
|
|
4347
8613
|
"nested": {
|
|
4348
8614
|
"Expr": {
|
|
@@ -4364,6 +8630,22 @@
|
|
|
4364
8630
|
"id": 4
|
|
4365
8631
|
}
|
|
4366
8632
|
}
|
|
8633
|
+
},
|
|
8634
|
+
"Date": {
|
|
8635
|
+
"fields": {
|
|
8636
|
+
"year": {
|
|
8637
|
+
"type": "int32",
|
|
8638
|
+
"id": 1
|
|
8639
|
+
},
|
|
8640
|
+
"month": {
|
|
8641
|
+
"type": "int32",
|
|
8642
|
+
"id": 2
|
|
8643
|
+
},
|
|
8644
|
+
"day": {
|
|
8645
|
+
"type": "int32",
|
|
8646
|
+
"id": 3
|
|
8647
|
+
}
|
|
8648
|
+
}
|
|
4367
8649
|
}
|
|
4368
8650
|
}
|
|
4369
8651
|
},
|