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 Oct 18, 2022
1 parent b3195f8 commit 6511fde
Showing 1 changed file with 138 additions and 0 deletions.
138 changes: 138 additions & 0 deletions api-index-v1.json
Expand Up @@ -70788,6 +70788,144 @@
"google.cloud.sql.v1beta4.SqlUsersService"
]
},
{
"id": "google.cloud.storageinsights.v1",
"directory": "google/cloud/storageinsights/v1",
"version": "v1",
"majorVersion": "v1",
"hostName": "storageinsights.googleapis.com",
"title": "Storage Insights API",
"description": "<UNKNOWN - NO SERVICE CONFIG DOCUMENTATION SUMMARY>",
"importDirectories": [
"google/api",
"google/protobuf",
"google/rpc",
"google/type"
],
"options": {
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.StorageInsights.V1": 1
}
},
"go_package": {
"valueCounts": {
"google.golang.org/genproto/googleapis/cloud/storageinsights/v1;storageinsights": 1
}
},
"java_multiple_files": {
"valueCounts": {
"true": 1
}
},
"java_package": {
"valueCounts": {
"com.google.cloud.storageinsights.v1": 1
}
},
"php_namespace": {
"valueCounts": {
"Google\\Cloud\\StorageInsights\\V1": 1
}
},
"ruby_package": {
"valueCounts": {
"Google::Cloud::StorageInsights::V1": 1
}
}
},
"services": [
{
"shortName": "StorageInsights",
"fullName": "google.cloud.storageinsights.v1.StorageInsights",
"methods": [
{
"shortName": "CreateReportConfig",
"fullName": "google.cloud.storageinsights.v1.StorageInsights.CreateReportConfig",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*}/reportConfigs"
}
]
},
{
"shortName": "DeleteReportConfig",
"fullName": "google.cloud.storageinsights.v1.StorageInsights.DeleteReportConfig",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1/{name=projects/*/locations/*/reportConfigs/*}"
}
]
},
{
"shortName": "GetReportConfig",
"fullName": "google.cloud.storageinsights.v1.StorageInsights.GetReportConfig",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/reportConfigs/*}"
}
]
},
{
"shortName": "GetReportDetail",
"fullName": "google.cloud.storageinsights.v1.StorageInsights.GetReportDetail",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/reportConfigs/*/reportDetails/*}"
}
]
},
{
"shortName": "ListReportConfigs",
"fullName": "google.cloud.storageinsights.v1.StorageInsights.ListReportConfigs",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*}/reportConfigs"
}
]
},
{
"shortName": "ListReportDetails",
"fullName": "google.cloud.storageinsights.v1.StorageInsights.ListReportDetails",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*/reportConfigs/*}/reportDetails"
}
]
},
{
"shortName": "UpdateReportConfig",
"fullName": "google.cloud.storageinsights.v1.StorageInsights.UpdateReportConfig",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PATCH",
"path": "/v1/{report_config.name=projects/*/locations/*/reportConfigs/*}"
}
]
}
]
}
],
"configFile": "storageinsights_v1.yaml",
"serviceConfigApiNames": [
"google.cloud.location.Locations",
"google.cloud.storageinsights.v1.StorageInsights",
"google.longrunning.Operations"
]
},
{
"id": "google.cloud.talent.v4",
"directory": "google/cloud/talent/v4",
Expand Down

0 comments on commit 6511fde

Please sign in to comment.