Skip to content

Commit

Permalink
chore: regenerate API index
Browse files Browse the repository at this point in the history
  • Loading branch information
Google APIs committed Jul 12, 2021
1 parent cdea5d8 commit f81e4aa
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions api-index-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -60293,6 +60293,70 @@
}
]
},
{
"id": "google.storage.v2",
"directory": "google/storage/v2",
"version": "v2",
"majorVersion": "v2",
"hostName": "storage.googleapis.com",
"title": "Cloud Storage API",
"description": "Lets you store and retrieve potentially-large, immutable data objects.",
"importDirectories": [
"google/api",
"google/iam/v1",
"google/protobuf"
],
"options": {
"java_package": {
"valueCounts": {
"com.google.storage.v2": 1
}
},
"java_multiple_files": {
"valueCounts": {
"true": 1
}
},
"go_package": {
"valueCounts": {
"google.golang.org/genproto/googleapis/storage/v2;storage": 1
}
}
},
"services": [
{
"shortName": "Storage",
"fullName": "google.storage.v2.Storage",
"methods": [
{
"shortName": "GetObject",
"fullName": "google.storage.v2.Storage.GetObject",
"mode": "UNARY"
},
{
"shortName": "QueryWriteStatus",
"fullName": "google.storage.v2.Storage.QueryWriteStatus",
"mode": "UNARY"
},
{
"shortName": "ReadObject",
"fullName": "google.storage.v2.Storage.ReadObject",
"mode": "SERVER_STREAMING"
},
{
"shortName": "StartResumableWrite",
"fullName": "google.storage.v2.Storage.StartResumableWrite",
"mode": "UNARY"
},
{
"shortName": "WriteObject",
"fullName": "google.storage.v2.Storage.WriteObject",
"mode": "CLIENT_STREAMING"
}
]
}
]
},
{
"id": "google.streetview.publish.v1",
"directory": "google/streetview/publish/v1",
Expand Down

0 comments on commit f81e4aa

Please sign in to comment.