Skip to content

Commit ab61c52

Browse files
author
Google APIs
committed
chore: regenerate API index
1 parent b4da4fd commit ab61c52

1 file changed

Lines changed: 79 additions & 6 deletions

File tree

api-index-v1.json

Lines changed: 79 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17220,32 +17220,33 @@
1722017220
"importDirectories": [
1722117221
"google/api",
1722217222
"google/cloud/bigquery/storage/v1",
17223-
"google/protobuf"
17223+
"google/protobuf",
17224+
"google/rpc"
1722417225
],
1722517226
"options": {
1722617227
"csharp_namespace": {
1722717228
"valueCounts": {
17228-
"Google.Cloud.BigQuery.Storage.V1": 4
17229+
"Google.Cloud.BigQuery.Storage.V1": 6
1722917230
}
1723017231
},
1723117232
"go_package": {
1723217233
"valueCounts": {
17233-
"google.golang.org/genproto/googleapis/cloud/bigquery/storage/v1;storage": 4
17234+
"google.golang.org/genproto/googleapis/cloud/bigquery/storage/v1;storage": 6
1723417235
}
1723517236
},
1723617237
"java_multiple_files": {
1723717238
"valueCounts": {
17238-
"true": 4
17239+
"true": 6
1723917240
}
1724017241
},
1724117242
"java_package": {
1724217243
"valueCounts": {
17243-
"com.google.cloud.bigquery.storage.v1": 4
17244+
"com.google.cloud.bigquery.storage.v1": 6
1724417245
}
1724517246
},
1724617247
"php_namespace": {
1724717248
"valueCounts": {
17248-
"Google\\Cloud\\BigQuery\\Storage\\V1": 4
17249+
"Google\\Cloud\\BigQuery\\Storage\\V1": 6
1724917250
}
1725017251
}
1725117252
},
@@ -17288,6 +17289,78 @@
1728817289
]
1728917290
}
1729017291
]
17292+
},
17293+
{
17294+
"shortName": "BigQueryWrite",
17295+
"fullName": "google.cloud.bigquery.storage.v1.BigQueryWrite",
17296+
"methods": [
17297+
{
17298+
"shortName": "AppendRows",
17299+
"fullName": "google.cloud.bigquery.storage.v1.BigQueryWrite.AppendRows",
17300+
"mode": "BIDIRECTIONAL_STREAMING",
17301+
"bindings": [
17302+
{
17303+
"httpMethod": "POST",
17304+
"path": "/v1/{write_stream=projects/*/datasets/*/tables/*/streams/*}"
17305+
}
17306+
]
17307+
},
17308+
{
17309+
"shortName": "BatchCommitWriteStreams",
17310+
"fullName": "google.cloud.bigquery.storage.v1.BigQueryWrite.BatchCommitWriteStreams",
17311+
"mode": "UNARY",
17312+
"bindings": [
17313+
{
17314+
"httpMethod": "GET",
17315+
"path": "/v1/{parent=projects/*/datasets/*/tables/*}"
17316+
}
17317+
]
17318+
},
17319+
{
17320+
"shortName": "CreateWriteStream",
17321+
"fullName": "google.cloud.bigquery.storage.v1.BigQueryWrite.CreateWriteStream",
17322+
"mode": "UNARY",
17323+
"bindings": [
17324+
{
17325+
"httpMethod": "POST",
17326+
"path": "/v1/{parent=projects/*/datasets/*/tables/*}"
17327+
}
17328+
]
17329+
},
17330+
{
17331+
"shortName": "FinalizeWriteStream",
17332+
"fullName": "google.cloud.bigquery.storage.v1.BigQueryWrite.FinalizeWriteStream",
17333+
"mode": "UNARY",
17334+
"bindings": [
17335+
{
17336+
"httpMethod": "POST",
17337+
"path": "/v1/{name=projects/*/datasets/*/tables/*/streams/*}"
17338+
}
17339+
]
17340+
},
17341+
{
17342+
"shortName": "FlushRows",
17343+
"fullName": "google.cloud.bigquery.storage.v1.BigQueryWrite.FlushRows",
17344+
"mode": "UNARY",
17345+
"bindings": [
17346+
{
17347+
"httpMethod": "POST",
17348+
"path": "/v1/{write_stream=projects/*/datasets/*/tables/*/streams/*}"
17349+
}
17350+
]
17351+
},
17352+
{
17353+
"shortName": "GetWriteStream",
17354+
"fullName": "google.cloud.bigquery.storage.v1.BigQueryWrite.GetWriteStream",
17355+
"mode": "UNARY",
17356+
"bindings": [
17357+
{
17358+
"httpMethod": "POST",
17359+
"path": "/v1/{name=projects/*/datasets/*/tables/*/streams/*}"
17360+
}
17361+
]
17362+
}
17363+
]
1729117364
}
1729217365
]
1729317366
},

0 commit comments

Comments
 (0)