diff --git a/api-index-v1.json b/api-index-v1.json index 34c851c2c..7b5566481 100644 --- a/api-index-v1.json +++ b/api-index-v1.json @@ -58265,6 +58265,83 @@ ], "nameInServiceConfig": "lifesciences.googleapis.com" }, + { + "id": "google.cloud.location", + "directory": "google/cloud/location", + "version": "location", + "hostName": "cloud.googleapis.com", + "title": "Cloud Metadata API", + "description": "This API provides static metadata about Google Cloud Platform. Currently, it only provides basic information about Google Cloud locations, such as zones, regions, and countries.", + "importDirectories": [ + "google/api", + "google/protobuf" + ], + "options": { + "cc_enable_arenas": { + "valueCounts": { + "true": 1 + } + }, + "go_package": { + "valueCounts": { + "google.golang.org/genproto/googleapis/cloud/location;location": 1 + } + }, + "java_multiple_files": { + "valueCounts": { + "true": 1 + } + }, + "java_package": { + "valueCounts": { + "com.google.cloud.location": 1 + } + } + }, + "services": [ + { + "shortName": "Locations", + "fullName": "google.cloud.location.Locations", + "methods": [ + { + "shortName": "GetLocation", + "fullName": "google.cloud.location.Locations.GetLocation", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=locations/*}" + }, + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*}" + } + ] + }, + { + "shortName": "ListLocations", + "fullName": "google.cloud.location.Locations.ListLocations", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=locations}" + }, + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*}/locations" + } + ] + } + ] + } + ], + "configFile": "cloud.yaml", + "serviceConfigApiNames": [ + "google.cloud.location.Locations" + ], + "nameInServiceConfig": "cloud.googleapis.com" + }, { "id": "google.cloud.managedidentities.v1", "directory": "google/cloud/managedidentities/v1", @@ -95552,6 +95629,113 @@ ], "nameInServiceConfig": "logging.googleapis.com" }, + { + "id": "google.longrunning", + "directory": "google/longrunning", + "version": "longrunning", + "hostName": "longrunning.googleapis.com", + "title": "Long Running Operations API", + "description": "", + "importDirectories": [ + "google/api", + "google/protobuf", + "google/rpc" + ], + "options": { + "cc_enable_arenas": { + "valueCounts": { + "true": 1 + } + }, + "csharp_namespace": { + "valueCounts": { + "Google.LongRunning": 1 + } + }, + "go_package": { + "valueCounts": { + "cloud.google.com/go/longrunning/autogen/longrunningpb;longrunningpb": 1 + } + }, + "java_multiple_files": { + "valueCounts": { + "true": 1 + } + }, + "java_package": { + "valueCounts": { + "com.google.longrunning": 1 + } + }, + "php_namespace": { + "valueCounts": { + "Google\\LongRunning": 1 + } + } + }, + "services": [ + { + "shortName": "Operations", + "fullName": "google.longrunning.Operations", + "methods": [ + { + "shortName": "CancelOperation", + "fullName": "google.longrunning.Operations.CancelOperation", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{name=operations/**}:cancel" + } + ] + }, + { + "shortName": "DeleteOperation", + "fullName": "google.longrunning.Operations.DeleteOperation", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1/{name=operations/**}" + } + ] + }, + { + "shortName": "GetOperation", + "fullName": "google.longrunning.Operations.GetOperation", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=operations/**}" + } + ] + }, + { + "shortName": "ListOperations", + "fullName": "google.longrunning.Operations.ListOperations", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=operations}" + } + ] + }, + { + "shortName": "WaitOperation", + "fullName": "google.longrunning.Operations.WaitOperation", + "mode": "UNARY" + } + ] + } + ], + "configFile": "longrunning.yaml", + "serviceConfigApiNames": [ + "google.longrunning.Operations" + ], + "nameInServiceConfig": "longrunning.googleapis.com" + }, { "id": "google.maps.addressvalidation.v1", "directory": "google/maps/addressvalidation/v1",