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 Feb 11, 2022
1 parent 0b2c906 commit 7a30891
Showing 1 changed file with 28 additions and 6 deletions.
34 changes: 28 additions & 6 deletions api-index-v1.json
Expand Up @@ -53145,32 +53145,32 @@
"options": {
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.OsConfig.V1Alpha": 8
"Google.Cloud.OsConfig.V1Alpha": 9
}
},
"go_package": {
"valueCounts": {
"google.golang.org/genproto/googleapis/cloud/osconfig/v1alpha;osconfig": 8
"google.golang.org/genproto/googleapis/cloud/osconfig/v1alpha;osconfig": 9
}
},
"java_multiple_files": {
"valueCounts": {
"true": 8
"true": 9
}
},
"java_package": {
"valueCounts": {
"com.google.cloud.osconfig.v1alpha": 8
"com.google.cloud.osconfig.v1alpha": 9
}
},
"php_namespace": {
"valueCounts": {
"Google\\Cloud\\OsConfig\\V1alpha": 8
"Google\\Cloud\\OsConfig\\V1alpha": 9
}
},
"ruby_package": {
"valueCounts": {
"Google::Cloud::OsConfig::V1alpha": 8
"Google::Cloud::OsConfig::V1alpha": 9
}
}
},
Expand Down Expand Up @@ -53234,6 +53234,17 @@
}
]
},
{
"shortName": "GetOSPolicyAssignmentReport",
"fullName": "google.cloud.osconfig.v1alpha.OsConfigZonalService.GetOSPolicyAssignmentReport",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1alpha/{name=projects/*/locations/*/instances/*/osPolicyAssignments/*/report}"
}
]
},
{
"shortName": "GetVulnerabilityReport",
"fullName": "google.cloud.osconfig.v1alpha.OsConfigZonalService.GetVulnerabilityReport",
Expand Down Expand Up @@ -53267,6 +53278,17 @@
}
]
},
{
"shortName": "ListOSPolicyAssignmentReports",
"fullName": "google.cloud.osconfig.v1alpha.OsConfigZonalService.ListOSPolicyAssignmentReports",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1alpha/{parent=projects/*/locations/*/instances/*/osPolicyAssignments/*}/reports"
}
]
},
{
"shortName": "ListOSPolicyAssignmentRevisions",
"fullName": "google.cloud.osconfig.v1alpha.OsConfigZonalService.ListOSPolicyAssignmentRevisions",
Expand Down

0 comments on commit 7a30891

Please sign in to comment.