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 Aug 5, 2021
1 parent 702ccd0 commit ff6688b
Showing 1 changed file with 99 additions and 0 deletions.
99 changes: 99 additions & 0 deletions api-index-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -58467,6 +58467,105 @@
}
]
},
{
"id": "google.monitoring.metricsscope.v1",
"directory": "google/monitoring/metricsscope/v1",
"version": "v1",
"majorVersion": "v1",
"hostName": "monitoring.googleapis.com",
"title": "Cloud Monitoring API",
"description": "Manages your Cloud Monitoring data and configurations. Most projects must be associated with a Workspace, with a few exceptions as noted on the individual method pages. The table entries below are presented in alphabetical order, not in order of common use. For explanations of the concepts found in the table entries, read the [Cloud Monitoring documentation](https://cloud.google.com/monitoring/docs).",
"importDirectories": [
"google/api",
"google/longrunning",
"google/monitoring/metricsscope/v1",
"google/protobuf"
],
"options": {
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.Monitoring.MetricsScope.V1": 2
}
},
"go_package": {
"valueCounts": {
"google.golang.org/genproto/googleapis/monitoring/metricsscope/v1;metricsscope": 2
}
},
"java_multiple_files": {
"valueCounts": {
"true": 2
}
},
"java_package": {
"valueCounts": {
"com.google.monitoring.metricsscope.v1": 2
}
},
"php_namespace": {
"valueCounts": {
"Google\\Cloud\\Monitoring\\MetricsScope\\V1": 2
}
},
"ruby_package": {
"valueCounts": {
"Google::Cloud::Monitoring::MetricsScope::V1": 2
}
}
},
"services": [
{
"shortName": "MetricsScopes",
"fullName": "google.monitoring.metricsscope.v1.MetricsScopes",
"methods": [
{
"shortName": "CreateMonitoredProject",
"fullName": "google.monitoring.metricsscope.v1.MetricsScopes.CreateMonitoredProject",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=locations/global/metricsScopes/*}/projects"
}
]
},
{
"shortName": "DeleteMonitoredProject",
"fullName": "google.monitoring.metricsscope.v1.MetricsScopes.DeleteMonitoredProject",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1/{name=locations/global/metricsScopes/*/projects/*}"
}
]
},
{
"shortName": "GetMetricsScope",
"fullName": "google.monitoring.metricsscope.v1.MetricsScopes.GetMetricsScope",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=locations/global/metricsScopes/*}"
}
]
},
{
"shortName": "ListMetricsScopesByMonitoredProject",
"fullName": "google.monitoring.metricsscope.v1.MetricsScopes.ListMetricsScopesByMonitoredProject",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/locations/global/metricsScopes:listMetricsScopesByMonitoredProject"
}
]
}
]
}
]
},
{
"id": "google.monitoring.v3",
"directory": "google/monitoring/v3",
Expand Down

0 comments on commit ff6688b

Please sign in to comment.