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 21, 2024
1 parent 5d1dd8e commit 9f8b1c3
Showing 1 changed file with 0 additions and 136 deletions.
136 changes: 0 additions & 136 deletions api-index-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -61590,142 +61590,6 @@
],
"nameInServiceConfig": "gkehub.googleapis.com"
},
{
"id": "google.cloud.gkehub.v1alpha2",
"directory": "google/cloud/gkehub/v1alpha2",
"version": "v1alpha2",
"majorVersion": "v1",
"hostName": "gkehub.googleapis.com",
"title": "GKE Hub API",
"description": "<UNKNOWN - NO SERVICE CONFIG DOCUMENTATION SUMMARY>",
"importDirectories": [
"google/api",
"google/longrunning",
"google/protobuf"
],
"options": {
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.GkeHub.V1Alpha2": 1
}
},
"go_package": {
"valueCounts": {
"cloud.google.com/go/gkehub/apiv1alpha2/gkehubpb;gkehubpb": 1
}
},
"java_multiple_files": {
"valueCounts": {
"true": 1
}
},
"java_package": {
"valueCounts": {
"com.google.cloud.gkehub.v1alpha2": 1
}
},
"php_namespace": {
"valueCounts": {
"Google\\Cloud\\GkeHub\\V1alpha2": 1
}
},
"ruby_package": {
"valueCounts": {
"Google::Cloud::GkeHub::V1alpha2": 1
}
}
},
"services": [
{
"shortName": "GkeHub",
"fullName": "google.cloud.gkehub.v1alpha2.GkeHub",
"methods": [
{
"shortName": "CreateMembership",
"fullName": "google.cloud.gkehub.v1alpha2.GkeHub.CreateMembership",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1alpha2/{parent=projects/*/locations/*}/memberships"
}
]
},
{
"shortName": "DeleteMembership",
"fullName": "google.cloud.gkehub.v1alpha2.GkeHub.DeleteMembership",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1alpha2/{name=projects/*/locations/*/memberships/*}"
}
]
},
{
"shortName": "GenerateConnectManifest",
"fullName": "google.cloud.gkehub.v1alpha2.GkeHub.GenerateConnectManifest",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1alpha2/{name=projects/*/locations/*/memberships/*}:generateConnectManifest"
}
]
},
{
"shortName": "GetMembership",
"fullName": "google.cloud.gkehub.v1alpha2.GkeHub.GetMembership",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1alpha2/{name=projects/*/locations/*/memberships/*}"
}
]
},
{
"shortName": "InitializeHub",
"fullName": "google.cloud.gkehub.v1alpha2.GkeHub.InitializeHub",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1alpha2/{project=projects/*/locations/global/memberships}:initializeHub"
}
]
},
{
"shortName": "ListMemberships",
"fullName": "google.cloud.gkehub.v1alpha2.GkeHub.ListMemberships",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1alpha2/{parent=projects/*/locations/*}/memberships"
}
]
},
{
"shortName": "UpdateMembership",
"fullName": "google.cloud.gkehub.v1alpha2.GkeHub.UpdateMembership",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PATCH",
"path": "/v1alpha2/{name=projects/*/locations/*/memberships/*}"
}
]
}
]
}
],
"configFile": "gkehub_v1alpha2.yaml",
"serviceConfigApiNames": [
"google.cloud.gkehub.v1alpha2.GkeHub"
],
"nameInServiceConfig": "gkehub.googleapis.com"
},
{
"id": "google.cloud.gkehub.v1beta",
"directory": "google/cloud/gkehub/v1beta",
Expand Down

0 comments on commit 9f8b1c3

Please sign in to comment.