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 15, 2024
1 parent d1a0232 commit b084e51
Showing 1 changed file with 116 additions and 0 deletions.
116 changes: 116 additions & 0 deletions api-index-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -72762,6 +72762,122 @@
],
"nameInServiceConfig": "oslogin.googleapis.com"
},
{
"id": "google.cloud.parallelstore.v1beta",
"directory": "google/cloud/parallelstore/v1beta",
"version": "v1beta",
"majorVersion": "v1",
"hostName": "parallelstore.googleapis.com",
"title": "Parallelstore API",
"description": "<UNKNOWN - NO SERVICE CONFIG DOCUMENTATION SUMMARY>",
"importDirectories": [
"google/api",
"google/longrunning",
"google/protobuf"
],
"options": {
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.Parallelstore.V1Beta": 1
}
},
"go_package": {
"valueCounts": {
"cloud.google.com/go/parallelstore/apiv1beta/parallelstorepb;parallelstorepb": 1
}
},
"java_multiple_files": {
"valueCounts": {
"true": 1
}
},
"java_package": {
"valueCounts": {
"com.google.cloud.parallelstore.v1beta": 1
}
},
"php_namespace": {
"valueCounts": {
"Google\\Cloud\\Parallelstore\\V1beta": 1
}
},
"ruby_package": {
"valueCounts": {
"Google::Cloud::Parallelstore::V1beta": 1
}
}
},
"services": [
{
"shortName": "Parallelstore",
"fullName": "google.cloud.parallelstore.v1beta.Parallelstore",
"methods": [
{
"shortName": "CreateInstance",
"fullName": "google.cloud.parallelstore.v1beta.Parallelstore.CreateInstance",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1beta/{parent=projects/*/locations/*}/instances"
}
]
},
{
"shortName": "DeleteInstance",
"fullName": "google.cloud.parallelstore.v1beta.Parallelstore.DeleteInstance",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1beta/{name=projects/*/locations/*/instances/*}"
}
]
},
{
"shortName": "GetInstance",
"fullName": "google.cloud.parallelstore.v1beta.Parallelstore.GetInstance",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1beta/{name=projects/*/locations/*/instances/*}"
}
]
},
{
"shortName": "ListInstances",
"fullName": "google.cloud.parallelstore.v1beta.Parallelstore.ListInstances",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1beta/{parent=projects/*/locations/*}/instances"
}
]
},
{
"shortName": "UpdateInstance",
"fullName": "google.cloud.parallelstore.v1beta.Parallelstore.UpdateInstance",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PATCH",
"path": "/v1beta/{instance.name=projects/*/locations/*/instances/*}"
}
]
}
]
}
],
"configFile": "parallelstore_v1beta.yaml",
"serviceConfigApiNames": [
"google.cloud.location.Locations",
"google.cloud.parallelstore.v1beta.Parallelstore",
"google.longrunning.Operations"
],
"nameInServiceConfig": "parallelstore.googleapis.com"
},
{
"id": "google.cloud.paymentgateway.issuerswitch.accountmanager.v1",
"directory": "google/cloud/paymentgateway/issuerswitch/accountmanager/v1",
Expand Down

0 comments on commit b084e51

Please sign in to comment.