From 4203dc4ecf5bece5655ef77a2ee7c49d37dc4cd6 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Mon, 8 Sep 2025 18:33:49 -0700 Subject: [PATCH] chore: regenerate API index --- api-index-v1.json | 1483 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 1451 insertions(+), 32 deletions(-) diff --git a/api-index-v1.json b/api-index-v1.json index 706554ed11..bcc1faa436 100644 --- a/api-index-v1.json +++ b/api-index-v1.json @@ -35275,6 +35275,272 @@ ], "nameInServiceConfig": "beyondcorp.googleapis.com" }, + { + "id": "google.cloud.biglake.v1", + "directory": "google/cloud/biglake/v1", + "version": "v1", + "majorVersion": "v1", + "hostName": "biglake.googleapis.com", + "title": "BigLake API", + "description": "The BigLake API provides access to BigLake Metastore, a serverless, fully managed, and highly available metastore for open-source data that can be used for querying Apache Iceberg tables in BigQuery.", + "importDirectories": [ + "google/api", + "google/protobuf" + ], + "options": { + "go_package": { + "valueCounts": { + "cloud.google.com/go/biglake/apiv1/biglakepb;biglakepb": 1 + } + }, + "java_multiple_files": { + "valueCounts": { + "true": 1 + } + }, + "java_package": { + "valueCounts": { + "com.google.cloud.biglake.v1": 1 + } + } + }, + "services": [ + { + "shortName": "IcebergCatalogService", + "fullName": "google.cloud.biglake.v1.IcebergCatalogService", + "methods": [ + { + "shortName": "CheckIcebergNamespaceExists", + "fullName": "google.cloud.biglake.v1.IcebergCatalogService.CheckIcebergNamespaceExists", + "mode": "UNARY" + }, + { + "shortName": "CheckIcebergTableExists", + "fullName": "google.cloud.biglake.v1.IcebergCatalogService.CheckIcebergTableExists", + "mode": "UNARY" + }, + { + "shortName": "CreateIcebergCatalog", + "fullName": "google.cloud.biglake.v1.IcebergCatalogService.CreateIcebergCatalog", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/iceberg/v1/restcatalog/extensions/{parent=projects/*}/catalogs" + } + ] + }, + { + "shortName": "CreateIcebergNamespace", + "fullName": "google.cloud.biglake.v1.IcebergCatalogService.CreateIcebergNamespace", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/iceberg/v1/restcatalog/v1/{parent=projects/*/catalogs/*}/namespaces" + } + ] + }, + { + "shortName": "CreateIcebergTable", + "fullName": "google.cloud.biglake.v1.IcebergCatalogService.CreateIcebergTable", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/iceberg/v1/restcatalog/v1/{parent=projects/*/catalogs/*/namespaces/*}/tables" + } + ] + }, + { + "shortName": "DeleteIcebergCatalog", + "fullName": "google.cloud.biglake.v1.IcebergCatalogService.DeleteIcebergCatalog", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/iceberg/v1/restcatalog/extensions/{name=projects/*/catalogs/*}" + } + ] + }, + { + "shortName": "DeleteIcebergNamespace", + "fullName": "google.cloud.biglake.v1.IcebergCatalogService.DeleteIcebergNamespace", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/iceberg/v1/restcatalog/v1/{name=projects/*/catalogs/*/namespaces/*}" + } + ] + }, + { + "shortName": "DeleteIcebergTable", + "fullName": "google.cloud.biglake.v1.IcebergCatalogService.DeleteIcebergTable", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/iceberg/v1/restcatalog/v1/{name=projects/*/catalogs/*/namespaces/*/tables/*}" + } + ] + }, + { + "shortName": "FailoverIcebergCatalog", + "fullName": "google.cloud.biglake.v1.IcebergCatalogService.FailoverIcebergCatalog", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/iceberg/v1/restcatalog/extensions/{name=projects/*/catalogs/*}:failover" + } + ] + }, + { + "shortName": "GetIcebergCatalog", + "fullName": "google.cloud.biglake.v1.IcebergCatalogService.GetIcebergCatalog", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/iceberg/v1/restcatalog/extensions/{name=projects/*/catalogs/*}" + } + ] + }, + { + "shortName": "GetIcebergCatalogConfig", + "fullName": "google.cloud.biglake.v1.IcebergCatalogService.GetIcebergCatalogConfig", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/iceberg/v1/restcatalog/v1/config" + } + ] + }, + { + "shortName": "GetIcebergNamespace", + "fullName": "google.cloud.biglake.v1.IcebergCatalogService.GetIcebergNamespace", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/iceberg/v1/restcatalog/v1/{name=projects/*/catalogs/*/namespaces/*}" + } + ] + }, + { + "shortName": "GetIcebergTable", + "fullName": "google.cloud.biglake.v1.IcebergCatalogService.GetIcebergTable", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/iceberg/v1/restcatalog/v1/{name=projects/*/catalogs/*/namespaces/*/tables/*}" + } + ] + }, + { + "shortName": "ListIcebergCatalogs", + "fullName": "google.cloud.biglake.v1.IcebergCatalogService.ListIcebergCatalogs", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/iceberg/v1/restcatalog/extensions/{parent=projects/*}/catalogs" + } + ] + }, + { + "shortName": "ListIcebergNamespaces", + "fullName": "google.cloud.biglake.v1.IcebergCatalogService.ListIcebergNamespaces", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/iceberg/v1/restcatalog/v1/{api_parent=projects/*/catalogs/*}/namespaces" + } + ] + }, + { + "shortName": "ListIcebergTableIdentifiers", + "fullName": "google.cloud.biglake.v1.IcebergCatalogService.ListIcebergTableIdentifiers", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/iceberg/v1/restcatalog/v1/{parent=projects/*/catalogs/*/namespaces/*}/tables" + } + ] + }, + { + "shortName": "LoadIcebergTableCredentials", + "fullName": "google.cloud.biglake.v1.IcebergCatalogService.LoadIcebergTableCredentials", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/iceberg/v1/restcatalog/v1/{name=projects/*/catalogs/*/namespaces/*/tables/*}/credentials" + } + ] + }, + { + "shortName": "RegisterIcebergTable", + "fullName": "google.cloud.biglake.v1.IcebergCatalogService.RegisterIcebergTable", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/iceberg/v1/restcatalog/v1/{parent=projects/*/catalogs/*/namespaces/*}/register" + } + ] + }, + { + "shortName": "UpdateIcebergCatalog", + "fullName": "google.cloud.biglake.v1.IcebergCatalogService.UpdateIcebergCatalog", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/iceberg/v1/restcatalog/extensions/{iceberg_catalog.name=projects/*/catalogs/*}" + } + ] + }, + { + "shortName": "UpdateIcebergNamespace", + "fullName": "google.cloud.biglake.v1.IcebergCatalogService.UpdateIcebergNamespace", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/iceberg/v1/restcatalog/v1/{name=projects/*/catalogs/*/namespaces/*}/properties" + }, + { + "httpMethod": "POST", + "path": "/iceberg/v1/restcatalog/v1/{name=projects/*/catalogs/*/namespaces/*}/properties" + } + ] + }, + { + "shortName": "UpdateIcebergTable", + "fullName": "google.cloud.biglake.v1.IcebergCatalogService.UpdateIcebergTable", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/iceberg/v1/restcatalog/v1/{name=projects/*/catalogs/*/namespaces/*/tables/*}" + } + ] + } + ] + } + ], + "configFile": "biglake_v1.yaml", + "serviceConfigApiNames": [ + "google.cloud.biglake.v1.IcebergCatalogService" + ], + "nameInServiceConfig": "biglake.googleapis.com" + }, { "id": "google.cloud.bigquery.analyticshub.v1", "directory": "google/cloud/bigquery/analyticshub/v1", @@ -35327,6 +35593,17 @@ "shortName": "AnalyticsHubService", "fullName": "google.cloud.bigquery.analyticshub.v1.AnalyticsHubService", "methods": [ + { + "shortName": "ApproveQueryTemplate", + "fullName": "google.cloud.bigquery.analyticshub.v1.AnalyticsHubService.ApproveQueryTemplate", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{name=projects/*/locations/*/dataExchanges/*/queryTemplates/*}:approve" + } + ] + }, { "shortName": "CreateDataExchange", "fullName": "google.cloud.bigquery.analyticshub.v1.AnalyticsHubService.CreateDataExchange", @@ -35349,6 +35626,17 @@ } ] }, + { + "shortName": "CreateQueryTemplate", + "fullName": "google.cloud.bigquery.analyticshub.v1.AnalyticsHubService.CreateQueryTemplate", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{parent=projects/*/locations/*/dataExchanges/*}/queryTemplates" + } + ] + }, { "shortName": "DeleteDataExchange", "fullName": "google.cloud.bigquery.analyticshub.v1.AnalyticsHubService.DeleteDataExchange", @@ -35371,6 +35659,17 @@ } ] }, + { + "shortName": "DeleteQueryTemplate", + "fullName": "google.cloud.bigquery.analyticshub.v1.AnalyticsHubService.DeleteQueryTemplate", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1/{name=projects/*/locations/*/dataExchanges/*/queryTemplates/*}" + } + ] + }, { "shortName": "DeleteSubscription", "fullName": "google.cloud.bigquery.analyticshub.v1.AnalyticsHubService.DeleteSubscription", @@ -35423,6 +35722,17 @@ } ] }, + { + "shortName": "GetQueryTemplate", + "fullName": "google.cloud.bigquery.analyticshub.v1.AnalyticsHubService.GetQueryTemplate", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*/dataExchanges/*/queryTemplates/*}" + } + ] + }, { "shortName": "GetSubscription", "fullName": "google.cloud.bigquery.analyticshub.v1.AnalyticsHubService.GetSubscription", @@ -35467,6 +35777,17 @@ } ] }, + { + "shortName": "ListQueryTemplates", + "fullName": "google.cloud.bigquery.analyticshub.v1.AnalyticsHubService.ListQueryTemplates", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*/dataExchanges/*}/queryTemplates" + } + ] + }, { "shortName": "ListSharedResourceSubscriptions", "fullName": "google.cloud.bigquery.analyticshub.v1.AnalyticsHubService.ListSharedResourceSubscriptions", @@ -35534,6 +35855,17 @@ } ] }, + { + "shortName": "SubmitQueryTemplate", + "fullName": "google.cloud.bigquery.analyticshub.v1.AnalyticsHubService.SubmitQueryTemplate", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{name=projects/*/locations/*/dataExchanges/*/queryTemplates/*}:submit" + } + ] + }, { "shortName": "SubscribeDataExchange", "fullName": "google.cloud.bigquery.analyticshub.v1.AnalyticsHubService.SubscribeDataExchange", @@ -35592,6 +35924,17 @@ "path": "/v1/{listing.name=projects/*/locations/*/dataExchanges/*/listings/*}" } ] + }, + { + "shortName": "UpdateQueryTemplate", + "fullName": "google.cloud.bigquery.analyticshub.v1.AnalyticsHubService.UpdateQueryTemplate", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1/{query_template.name=projects/*/locations/*/dataExchanges/*/queryTemplates/*}" + } + ] } ] } @@ -40099,6 +40442,229 @@ ], "nameInServiceConfig": "blockchainnodeengine.googleapis.com" }, + { + "id": "google.cloud.capacityplanner.v1beta", + "directory": "google/cloud/capacityplanner/v1beta", + "version": "v1beta", + "majorVersion": "v1", + "hostName": "capacityplanner.googleapis.com", + "title": "Capacity Planner API", + "description": "Provides programmatic access to Capacity Planner features.", + "importDirectories": [ + "google/api", + "google/cloud/capacityplanner/v1beta", + "google/longrunning", + "google/protobuf", + "google/type" + ], + "options": { + "csharp_namespace": { + "valueCounts": { + "Google.Cloud.CapacityPlanner.V1Beta": 6 + } + }, + "go_package": { + "valueCounts": { + "cloud.google.com/go/capacityplanner/apiv1beta/capacityplannerpb;capacityplannerpb": 6 + } + }, + "java_multiple_files": { + "valueCounts": { + "true": 6 + } + }, + "java_package": { + "valueCounts": { + "com.google.cloud.capacityplanner.v1beta": 6 + } + }, + "php_namespace": { + "valueCounts": { + "Google\\Cloud\\CapacityPlanner\\V1beta": 6 + } + }, + "ruby_package": { + "valueCounts": { + "Google::Cloud::CapacityPlanner::V1beta": 6 + } + } + }, + "services": [ + { + "shortName": "CapacityPlanningService", + "fullName": "google.cloud.capacityplanner.v1beta.CapacityPlanningService", + "methods": [ + { + "shortName": "GetCapacityPlan", + "fullName": "google.cloud.capacityplanner.v1beta.CapacityPlanningService.GetCapacityPlan", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1beta/{name=projects/*/capacityPlans/*}" + } + ] + }, + { + "shortName": "QueryCapacityPlanInsights", + "fullName": "google.cloud.capacityplanner.v1beta.CapacityPlanningService.QueryCapacityPlanInsights", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1beta/{parent=projects/*}/capacityPlanInsights:query" + } + ] + }, + { + "shortName": "QueryCapacityPlans", + "fullName": "google.cloud.capacityplanner.v1beta.CapacityPlanningService.QueryCapacityPlans", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1beta/{parent=organizations/*}/capacityPlans:query" + }, + { + "httpMethod": "GET", + "path": "/v1beta/{parent=folders/*}/capacityPlans:query" + }, + { + "httpMethod": "GET", + "path": "/v1beta/{parent=projects/*}/capacityPlans:query" + } + ] + } + ] + }, + { + "shortName": "UsageService", + "fullName": "google.cloud.capacityplanner.v1beta.UsageService", + "methods": [ + { + "shortName": "ExportForecasts", + "fullName": "google.cloud.capacityplanner.v1beta.UsageService.ExportForecasts", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1beta/{parent=projects/*/locations/*}/forecasts:export" + }, + { + "httpMethod": "POST", + "path": "/v1beta/{parent=organizations/*/locations/*}/forecasts:export" + }, + { + "httpMethod": "POST", + "path": "/v1beta/{parent=folders/*/locations/*}/forecasts:export" + } + ] + }, + { + "shortName": "ExportReservationsUsage", + "fullName": "google.cloud.capacityplanner.v1beta.UsageService.ExportReservationsUsage", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1beta/{parent=projects/*/locations/*}/reservationsUsage:export" + }, + { + "httpMethod": "POST", + "path": "/v1beta/{parent=organizations/*/locations/*}/reservationsUsage:export" + }, + { + "httpMethod": "POST", + "path": "/v1beta/{parent=folders/*/locations/*}/reservationsUsage:export" + } + ] + }, + { + "shortName": "ExportUsageHistories", + "fullName": "google.cloud.capacityplanner.v1beta.UsageService.ExportUsageHistories", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1beta/{parent=projects/*/locations/*}/usageHistories:export" + }, + { + "httpMethod": "POST", + "path": "/v1beta/{parent=organizations/*/locations/*}/usageHistories:export" + }, + { + "httpMethod": "POST", + "path": "/v1beta/{parent=folders/*/locations/*}/usageHistories:export" + } + ] + }, + { + "shortName": "QueryForecasts", + "fullName": "google.cloud.capacityplanner.v1beta.UsageService.QueryForecasts", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1beta/{parent=projects/*/locations/*}/forecasts:query" + }, + { + "httpMethod": "POST", + "path": "/v1beta/{parent=organizations/*/locations/*}/forecasts:query" + }, + { + "httpMethod": "POST", + "path": "/v1beta/{parent=folders/*/locations/*}/forecasts:query" + } + ] + }, + { + "shortName": "QueryReservations", + "fullName": "google.cloud.capacityplanner.v1beta.UsageService.QueryReservations", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1beta/{parent=projects/*/locations/*}/reservations:query" + }, + { + "httpMethod": "GET", + "path": "/v1beta/{parent=organizations/*/locations/*}/reservations:query" + }, + { + "httpMethod": "GET", + "path": "/v1beta/{parent=folders/*/locations/*}/reservations:query" + } + ] + }, + { + "shortName": "QueryUsageHistories", + "fullName": "google.cloud.capacityplanner.v1beta.UsageService.QueryUsageHistories", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1beta/{parent=projects/*/locations/*}/usageHistories:query" + }, + { + "httpMethod": "POST", + "path": "/v1beta/{parent=organizations/*/locations/*}/usageHistories:query" + }, + { + "httpMethod": "POST", + "path": "/v1beta/{parent=folders/*/locations/*}/usageHistories:query" + } + ] + } + ] + } + ], + "configFile": "capacityplanner_v1beta.yaml", + "serviceConfigApiNames": [ + "google.cloud.capacityplanner.v1beta.CapacityPlanningService", + "google.cloud.capacityplanner.v1beta.UsageService" + ], + "nameInServiceConfig": "capacityplanner.googleapis.com" + }, { "id": "google.cloud.certificatemanager.v1", "directory": "google/cloud/certificatemanager/v1", @@ -64186,6 +64752,28 @@ "path": "/v1/{challenge=projects/*/locations/*/challenges/*}:verifyAttestation" } ] + }, + { + "shortName": "VerifyConfidentialGke", + "fullName": "google.cloud.confidentialcomputing.v1.ConfidentialComputing.VerifyConfidentialGke", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{challenge=projects/*/locations/*/challenges/*}:verifyConfidentialGke" + } + ] + }, + { + "shortName": "VerifyConfidentialSpace", + "fullName": "google.cloud.confidentialcomputing.v1.ConfidentialComputing.VerifyConfidentialSpace", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{challenge=projects/*/locations/*/challenges/*}:verifyConfidentialSpace" + } + ] } ] } @@ -96850,6 +97438,98 @@ ], "nameInServiceConfig": "cloud.googleapis.com" }, + { + "id": "google.cloud.locationfinder.v1", + "directory": "google/cloud/locationfinder/v1", + "version": "v1", + "majorVersion": "v1", + "hostName": "cloudlocationfinder.googleapis.com", + "title": "Cloud Location Finder API", + "description": "", + "importDirectories": [ + "google/api", + "google/cloud/locationfinder/v1" + ], + "options": { + "csharp_namespace": { + "valueCounts": { + "Google.Cloud.LocationFinder.V1": 2 + } + }, + "go_package": { + "valueCounts": { + "cloud.google.com/go/locationfinder/apiv1/locationfinderpb;locationfinderpb": 2 + } + }, + "java_multiple_files": { + "valueCounts": { + "true": 2 + } + }, + "java_package": { + "valueCounts": { + "com.google.cloud.locationfinder.v1": 2 + } + }, + "php_namespace": { + "valueCounts": { + "Google\\Cloud\\LocationFinder\\V1": 2 + } + }, + "ruby_package": { + "valueCounts": { + "Google::Cloud::LocationFinder::V1": 2 + } + } + }, + "services": [ + { + "shortName": "CloudLocationFinder", + "fullName": "google.cloud.locationfinder.v1.CloudLocationFinder", + "methods": [ + { + "shortName": "GetCloudLocation", + "fullName": "google.cloud.locationfinder.v1.CloudLocationFinder.GetCloudLocation", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*/cloudLocations/*}" + } + ] + }, + { + "shortName": "ListCloudLocations", + "fullName": "google.cloud.locationfinder.v1.CloudLocationFinder.ListCloudLocations", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*}/cloudLocations" + } + ] + }, + { + "shortName": "SearchCloudLocations", + "fullName": "google.cloud.locationfinder.v1.CloudLocationFinder.SearchCloudLocations", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*}/cloudLocations:search" + } + ] + } + ] + } + ], + "configFile": "cloudlocationfinder_v1.yaml", + "serviceConfigApiNames": [ + "google.cloud.location.Locations", + "google.cloud.locationfinder.v1.CloudLocationFinder" + ], + "nameInServiceConfig": "cloudlocationfinder.googleapis.com" + }, { "id": "google.cloud.lustre.v1", "directory": "google/cloud/lustre/v1", @@ -101675,32 +102355,32 @@ "options": { "csharp_namespace": { "valueCounts": { - "Google.Cloud.NetworkConnectivity.V1": 5 + "Google.Cloud.NetworkConnectivity.V1": 6 } }, "go_package": { "valueCounts": { - "cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb;networkconnectivitypb": 5 + "cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb;networkconnectivitypb": 6 } }, "java_multiple_files": { "valueCounts": { - "true": 5 + "true": 6 } }, "java_package": { "valueCounts": { - "com.google.cloud.networkconnectivity.v1": 5 + "com.google.cloud.networkconnectivity.v1": 6 } }, "php_namespace": { "valueCounts": { - "Google\\Cloud\\NetworkConnectivity\\V1": 5 + "Google\\Cloud\\NetworkConnectivity\\V1": 6 } }, "ruby_package": { "valueCounts": { - "Google::Cloud::NetworkConnectivity::V1": 5 + "Google::Cloud::NetworkConnectivity::V1": 6 } } }, @@ -101909,6 +102589,144 @@ } ] }, + { + "shortName": "DataTransferService", + "fullName": "google.cloud.networkconnectivity.v1.DataTransferService", + "methods": [ + { + "shortName": "CreateDestination", + "fullName": "google.cloud.networkconnectivity.v1.DataTransferService.CreateDestination", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{parent=projects/*/locations/*/multicloudDataTransferConfigs/*}/destinations" + } + ] + }, + { + "shortName": "CreateMulticloudDataTransferConfig", + "fullName": "google.cloud.networkconnectivity.v1.DataTransferService.CreateMulticloudDataTransferConfig", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{parent=projects/*/locations/*}/multicloudDataTransferConfigs" + } + ] + }, + { + "shortName": "DeleteDestination", + "fullName": "google.cloud.networkconnectivity.v1.DataTransferService.DeleteDestination", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1/{name=projects/*/locations/*/multicloudDataTransferConfigs/*/destinations/*}" + } + ] + }, + { + "shortName": "DeleteMulticloudDataTransferConfig", + "fullName": "google.cloud.networkconnectivity.v1.DataTransferService.DeleteMulticloudDataTransferConfig", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1/{name=projects/*/locations/*/multicloudDataTransferConfigs/*}" + } + ] + }, + { + "shortName": "GetDestination", + "fullName": "google.cloud.networkconnectivity.v1.DataTransferService.GetDestination", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*/multicloudDataTransferConfigs/*/destinations/*}" + } + ] + }, + { + "shortName": "GetMulticloudDataTransferConfig", + "fullName": "google.cloud.networkconnectivity.v1.DataTransferService.GetMulticloudDataTransferConfig", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*/multicloudDataTransferConfigs/*}" + } + ] + }, + { + "shortName": "GetMulticloudDataTransferSupportedService", + "fullName": "google.cloud.networkconnectivity.v1.DataTransferService.GetMulticloudDataTransferSupportedService", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*/multicloudDataTransferSupportedServices/*}" + } + ] + }, + { + "shortName": "ListDestinations", + "fullName": "google.cloud.networkconnectivity.v1.DataTransferService.ListDestinations", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*/multicloudDataTransferConfigs/*}/destinations" + } + ] + }, + { + "shortName": "ListMulticloudDataTransferConfigs", + "fullName": "google.cloud.networkconnectivity.v1.DataTransferService.ListMulticloudDataTransferConfigs", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*}/multicloudDataTransferConfigs" + } + ] + }, + { + "shortName": "ListMulticloudDataTransferSupportedServices", + "fullName": "google.cloud.networkconnectivity.v1.DataTransferService.ListMulticloudDataTransferSupportedServices", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*}/multicloudDataTransferSupportedServices" + } + ] + }, + { + "shortName": "UpdateDestination", + "fullName": "google.cloud.networkconnectivity.v1.DataTransferService.UpdateDestination", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1/{destination.name=projects/*/locations/*/multicloudDataTransferConfigs/*/destinations/*}" + } + ] + }, + { + "shortName": "UpdateMulticloudDataTransferConfig", + "fullName": "google.cloud.networkconnectivity.v1.DataTransferService.UpdateMulticloudDataTransferConfig", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1/{multicloud_data_transfer_config.name=projects/*/locations/*/multicloudDataTransferConfigs/*}" + } + ] + } + ] + }, { "shortName": "HubService", "fullName": "google.cloud.networkconnectivity.v1.HubService", @@ -102284,6 +103102,7 @@ "serviceConfigApiNames": [ "google.cloud.location.Locations", "google.cloud.networkconnectivity.v1.CrossNetworkAutomationService", + "google.cloud.networkconnectivity.v1.DataTransferService", "google.cloud.networkconnectivity.v1.HubService", "google.cloud.networkconnectivity.v1.InternalRangeService", "google.cloud.networkconnectivity.v1.PolicyBasedRoutingService", @@ -102935,36 +103754,141 @@ "options": { "csharp_namespace": { "valueCounts": { - "Google.Cloud.NetworkSecurity.V1": 6 + "Google.Cloud.NetworkSecurity.V1": 7 } }, "go_package": { "valueCounts": { - "cloud.google.com/go/networksecurity/apiv1/networksecuritypb;networksecuritypb": 6 + "cloud.google.com/go/networksecurity/apiv1/networksecuritypb;networksecuritypb": 7 } }, "java_multiple_files": { "valueCounts": { - "true": 6 + "true": 7 } }, "java_package": { "valueCounts": { - "com.google.cloud.networksecurity.v1": 6 + "com.google.cloud.networksecurity.v1": 7 } }, "php_namespace": { "valueCounts": { - "Google\\Cloud\\NetworkSecurity\\V1": 6 + "Google\\Cloud\\NetworkSecurity\\V1": 7 } }, "ruby_package": { "valueCounts": { - "Google::Cloud::NetworkSecurity::V1": 6 + "Google::Cloud::NetworkSecurity::V1": 7 } } }, "services": [ + { + "shortName": "AddressGroupService", + "fullName": "google.cloud.networksecurity.v1.AddressGroupService", + "methods": [ + { + "shortName": "AddAddressGroupItems", + "fullName": "google.cloud.networksecurity.v1.AddressGroupService.AddAddressGroupItems", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{address_group=projects/*/locations/*/addressGroups/*}:addItems" + } + ] + }, + { + "shortName": "CloneAddressGroupItems", + "fullName": "google.cloud.networksecurity.v1.AddressGroupService.CloneAddressGroupItems", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{address_group=projects/*/locations/*/addressGroups/*}:cloneItems" + } + ] + }, + { + "shortName": "CreateAddressGroup", + "fullName": "google.cloud.networksecurity.v1.AddressGroupService.CreateAddressGroup", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{parent=projects/*/locations/*}/addressGroups" + } + ] + }, + { + "shortName": "DeleteAddressGroup", + "fullName": "google.cloud.networksecurity.v1.AddressGroupService.DeleteAddressGroup", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1/{name=projects/*/locations/*/addressGroups/*}" + } + ] + }, + { + "shortName": "GetAddressGroup", + "fullName": "google.cloud.networksecurity.v1.AddressGroupService.GetAddressGroup", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*/addressGroups/*}" + } + ] + }, + { + "shortName": "ListAddressGroupReferences", + "fullName": "google.cloud.networksecurity.v1.AddressGroupService.ListAddressGroupReferences", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{address_group=projects/*/locations/*/addressGroups/*}:listReferences" + } + ] + }, + { + "shortName": "ListAddressGroups", + "fullName": "google.cloud.networksecurity.v1.AddressGroupService.ListAddressGroups", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*}/addressGroups" + } + ] + }, + { + "shortName": "RemoveAddressGroupItems", + "fullName": "google.cloud.networksecurity.v1.AddressGroupService.RemoveAddressGroupItems", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{address_group=projects/*/locations/*/addressGroups/*}:removeItems" + } + ] + }, + { + "shortName": "UpdateAddressGroup", + "fullName": "google.cloud.networksecurity.v1.AddressGroupService.UpdateAddressGroup", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1/{address_group.name=projects/*/locations/*/addressGroups/*}" + } + ] + } + ] + }, { "shortName": "NetworkSecurity", "fullName": "google.cloud.networksecurity.v1.NetworkSecurity", @@ -103135,12 +104059,119 @@ ] } ] + }, + { + "shortName": "OrganizationAddressGroupService", + "fullName": "google.cloud.networksecurity.v1.OrganizationAddressGroupService", + "methods": [ + { + "shortName": "AddAddressGroupItems", + "fullName": "google.cloud.networksecurity.v1.OrganizationAddressGroupService.AddAddressGroupItems", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{address_group=organizations/*/locations/*/addressGroups/*}:addItems" + } + ] + }, + { + "shortName": "CloneAddressGroupItems", + "fullName": "google.cloud.networksecurity.v1.OrganizationAddressGroupService.CloneAddressGroupItems", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{address_group=organizations/*/locations/*/addressGroups/*}:cloneItems" + } + ] + }, + { + "shortName": "CreateAddressGroup", + "fullName": "google.cloud.networksecurity.v1.OrganizationAddressGroupService.CreateAddressGroup", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{parent=organizations/*/locations/*}/addressGroups" + } + ] + }, + { + "shortName": "DeleteAddressGroup", + "fullName": "google.cloud.networksecurity.v1.OrganizationAddressGroupService.DeleteAddressGroup", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1/{name=organizations/*/locations/*/addressGroups/*}" + } + ] + }, + { + "shortName": "GetAddressGroup", + "fullName": "google.cloud.networksecurity.v1.OrganizationAddressGroupService.GetAddressGroup", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=organizations/*/locations/*/addressGroups/*}" + } + ] + }, + { + "shortName": "ListAddressGroupReferences", + "fullName": "google.cloud.networksecurity.v1.OrganizationAddressGroupService.ListAddressGroupReferences", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{address_group=organizations/*/locations/*/addressGroups/*}:listReferences" + } + ] + }, + { + "shortName": "ListAddressGroups", + "fullName": "google.cloud.networksecurity.v1.OrganizationAddressGroupService.ListAddressGroups", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=organizations/*/locations/*}/addressGroups" + } + ] + }, + { + "shortName": "RemoveAddressGroupItems", + "fullName": "google.cloud.networksecurity.v1.OrganizationAddressGroupService.RemoveAddressGroupItems", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{address_group=organizations/*/locations/*/addressGroups/*}:removeItems" + } + ] + }, + { + "shortName": "UpdateAddressGroup", + "fullName": "google.cloud.networksecurity.v1.OrganizationAddressGroupService.UpdateAddressGroup", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1/{address_group.name=organizations/*/locations/*/addressGroups/*}" + } + ] + } + ] } ], "configFile": "networksecurity_v1.yaml", "serviceConfigApiNames": [ "google.cloud.location.Locations", + "google.cloud.networksecurity.v1.AddressGroupService", "google.cloud.networksecurity.v1.NetworkSecurity", + "google.cloud.networksecurity.v1.OrganizationAddressGroupService", "google.iam.v1.IAMPolicy", "google.longrunning.Operations" ], @@ -113578,37 +114609,37 @@ "options": { "csharp_namespace": { "valueCounts": { - "Google.Cloud.Retail.V2": 23 + "Google.Cloud.Retail.V2": 25 } }, "go_package": { "valueCounts": { - "cloud.google.com/go/retail/apiv2/retailpb;retailpb": 23 + "cloud.google.com/go/retail/apiv2/retailpb;retailpb": 25 } }, "java_multiple_files": { "valueCounts": { - "true": 23 + "true": 25 } }, "java_package": { "valueCounts": { - "com.google.cloud.retail.v2": 23 + "com.google.cloud.retail.v2": 25 } }, "objc_class_prefix": { "valueCounts": { - "RETAIL": 23 + "RETAIL": 25 } }, "php_namespace": { "valueCounts": { - "Google\\Cloud\\Retail\\V2": 23 + "Google\\Cloud\\Retail\\V2": 25 } }, "ruby_package": { "valueCounts": { - "Google::Cloud::Retail::V2": 23 + "Google::Cloud::Retail::V2": 25 } } }, @@ -113846,6 +114877,27 @@ } ] }, + { + "shortName": "ConversationalSearchService", + "fullName": "google.cloud.retail.v2.ConversationalSearchService", + "methods": [ + { + "shortName": "ConversationalSearch", + "fullName": "google.cloud.retail.v2.ConversationalSearchService.ConversationalSearch", + "mode": "SERVER_STREAMING", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v2/{placement=projects/*/locations/*/catalogs/*/placements/*}:conversationalSearch" + }, + { + "httpMethod": "POST", + "path": "/v2/{placement=projects/*/locations/*/catalogs/*/servingConfigs/*}:conversationalSearch" + } + ] + } + ] + }, { "shortName": "GenerativeQuestionService", "fullName": "google.cloud.retail.v2.GenerativeQuestionService", @@ -114337,6 +115389,7 @@ "google.cloud.retail.v2.CatalogService", "google.cloud.retail.v2.CompletionService", "google.cloud.retail.v2.ControlService", + "google.cloud.retail.v2.ConversationalSearchService", "google.cloud.retail.v2.GenerativeQuestionService", "google.cloud.retail.v2.ModelService", "google.cloud.retail.v2.PredictionService", @@ -115375,37 +116428,37 @@ "options": { "csharp_namespace": { "valueCounts": { - "Google.Cloud.Retail.V2Beta": 25 + "Google.Cloud.Retail.V2Beta": 27 } }, "go_package": { "valueCounts": { - "cloud.google.com/go/retail/apiv2beta/retailpb;retailpb": 25 + "cloud.google.com/go/retail/apiv2beta/retailpb;retailpb": 27 } }, "java_multiple_files": { "valueCounts": { - "true": 25 + "true": 27 } }, "java_package": { "valueCounts": { - "com.google.cloud.retail.v2beta": 25 + "com.google.cloud.retail.v2beta": 27 } }, "objc_class_prefix": { "valueCounts": { - "RETAIL": 25 + "RETAIL": 27 } }, "php_namespace": { "valueCounts": { - "Google\\Cloud\\Retail\\V2beta": 25 + "Google\\Cloud\\Retail\\V2beta": 27 } }, "ruby_package": { "valueCounts": { - "Google::Cloud::Retail::V2beta": 25 + "Google::Cloud::Retail::V2beta": 27 } } }, @@ -115654,6 +116707,27 @@ } ] }, + { + "shortName": "ConversationalSearchService", + "fullName": "google.cloud.retail.v2beta.ConversationalSearchService", + "methods": [ + { + "shortName": "ConversationalSearch", + "fullName": "google.cloud.retail.v2beta.ConversationalSearchService.ConversationalSearch", + "mode": "SERVER_STREAMING", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v2beta/{placement=projects/*/locations/*/catalogs/*/placements/*}:conversationalSearch" + }, + { + "httpMethod": "POST", + "path": "/v2beta/{placement=projects/*/locations/*/catalogs/*/servingConfigs/*}:conversationalSearch" + } + ] + } + ] + }, { "shortName": "GenerativeQuestionService", "fullName": "google.cloud.retail.v2beta.GenerativeQuestionService", @@ -116195,6 +117269,7 @@ "google.cloud.retail.v2beta.CatalogService", "google.cloud.retail.v2beta.CompletionService", "google.cloud.retail.v2beta.ControlService", + "google.cloud.retail.v2beta.ConversationalSearchService", "google.cloud.retail.v2beta.GenerativeQuestionService", "google.cloud.retail.v2beta.ModelService", "google.cloud.retail.v2beta.PredictionService", @@ -119751,11 +120826,6 @@ "google/cloud/security/publicca/v1beta1" ], "options": { - "cc_enable_arenas": { - "valueCounts": { - "true": 2 - } - }, "csharp_namespace": { "valueCounts": { "Google.Cloud.Security.PublicCA.V1Beta1": 2 @@ -131654,6 +132724,131 @@ ], "nameInServiceConfig": "translate.googleapis.com" }, + { + "id": "google.cloud.universalledger.v1", + "directory": "google/cloud/universalledger/v1", + "version": "v1", + "majorVersion": "v1", + "hostName": "universalledger.googleapis.com", + "title": "Universal Ledger API", + "description": "Universal Ledger API.", + "importDirectories": [ + "google/api", + "google/cloud/universalledger/v1", + "google/protobuf" + ], + "options": { + "csharp_namespace": { + "valueCounts": { + "Google.Cloud.UniversalLedger.V1": 7 + } + }, + "go_package": { + "valueCounts": { + "cloud.google.com/go/universalledger/apiv1/universalledgerpb;universalledgerpb": 7 + } + }, + "java_multiple_files": { + "valueCounts": { + "true": 7 + } + }, + "java_package": { + "valueCounts": { + "com.google.cloud.universalledger.v1": 7 + } + }, + "php_namespace": { + "valueCounts": { + "Google\\Cloud\\UniversalLedger\\V1": 7 + } + }, + "ruby_package": { + "valueCounts": { + "Google::Cloud::UniversalLedger::V1": 7 + } + } + }, + "services": [ + { + "shortName": "UniversalLedger", + "fullName": "google.cloud.universalledger.v1.UniversalLedger", + "methods": [ + { + "shortName": "GetEndpoint", + "fullName": "google.cloud.universalledger.v1.UniversalLedger.GetEndpoint", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*/endpoints/*}" + } + ] + }, + { + "shortName": "ListEndpoints", + "fullName": "google.cloud.universalledger.v1.UniversalLedger.ListEndpoints", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*}/endpoints" + } + ] + }, + { + "shortName": "QueryAccount", + "fullName": "google.cloud.universalledger.v1.UniversalLedger.QueryAccount", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{endpoint=projects/*/locations/*/endpoints/*}:queryAccount" + } + ] + }, + { + "shortName": "QueryTransactionState", + "fullName": "google.cloud.universalledger.v1.UniversalLedger.QueryTransactionState", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{endpoint=projects/*/locations/*/endpoints/*}:queryTransactionState" + } + ] + }, + { + "shortName": "SubmitOperationalTransaction", + "fullName": "google.cloud.universalledger.v1.UniversalLedger.SubmitOperationalTransaction", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{endpoint=projects/*/locations/*/endpoints/*}:submitOperationalTransaction" + } + ] + }, + { + "shortName": "SubmitTransaction", + "fullName": "google.cloud.universalledger.v1.UniversalLedger.SubmitTransaction", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{endpoint=projects/*/locations/*/endpoints/*}:submitTransaction" + } + ] + } + ] + } + ], + "configFile": "universalledger_v1.yaml", + "serviceConfigApiNames": [ + "google.cloud.universalledger.v1.UniversalLedger" + ], + "nameInServiceConfig": "universalledger.googleapis.com" + }, { "id": "google.cloud.video.livestream.v1", "directory": "google/cloud/video/livestream/v1", @@ -136744,6 +137939,28 @@ } ] }, + { + "shortName": "CancelDiskMigrationJob", + "fullName": "google.cloud.vmmigration.v1.VmMigration.CancelDiskMigrationJob", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{name=projects/*/locations/*/sources/*/diskMigrationJobs/*}:cancel" + } + ] + }, + { + "shortName": "CancelImageImportJob", + "fullName": "google.cloud.vmmigration.v1.VmMigration.CancelImageImportJob", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{name=projects/*/locations/*/imageImports/*/imageImportJobs/*}:cancel" + } + ] + }, { "shortName": "CreateCloneJob", "fullName": "google.cloud.vmmigration.v1.VmMigration.CreateCloneJob", @@ -136777,6 +137994,17 @@ } ] }, + { + "shortName": "CreateDiskMigrationJob", + "fullName": "google.cloud.vmmigration.v1.VmMigration.CreateDiskMigrationJob", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{parent=projects/*/locations/*/sources/*}/diskMigrationJobs" + } + ] + }, { "shortName": "CreateGroup", "fullName": "google.cloud.vmmigration.v1.VmMigration.CreateGroup", @@ -136788,6 +138016,17 @@ } ] }, + { + "shortName": "CreateImageImport", + "fullName": "google.cloud.vmmigration.v1.VmMigration.CreateImageImport", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{parent=projects/*/locations/*}/imageImports" + } + ] + }, { "shortName": "CreateMigratingVm", "fullName": "google.cloud.vmmigration.v1.VmMigration.CreateMigratingVm", @@ -136843,6 +138082,17 @@ } ] }, + { + "shortName": "DeleteDiskMigrationJob", + "fullName": "google.cloud.vmmigration.v1.VmMigration.DeleteDiskMigrationJob", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1/{name=projects/*/locations/*/sources/*/diskMigrationJobs/*}" + } + ] + }, { "shortName": "DeleteGroup", "fullName": "google.cloud.vmmigration.v1.VmMigration.DeleteGroup", @@ -136854,6 +138104,17 @@ } ] }, + { + "shortName": "DeleteImageImport", + "fullName": "google.cloud.vmmigration.v1.VmMigration.DeleteImageImport", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1/{name=projects/*/locations/*/imageImports/*}" + } + ] + }, { "shortName": "DeleteMigratingVm", "fullName": "google.cloud.vmmigration.v1.VmMigration.DeleteMigratingVm", @@ -136898,6 +138159,17 @@ } ] }, + { + "shortName": "ExtendMigration", + "fullName": "google.cloud.vmmigration.v1.VmMigration.ExtendMigration", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{migrating_vm=projects/*/locations/*/sources/*/migratingVms/*}:extendMigration" + } + ] + }, { "shortName": "FetchInventory", "fullName": "google.cloud.vmmigration.v1.VmMigration.FetchInventory", @@ -136909,6 +138181,17 @@ } ] }, + { + "shortName": "FetchStorageInventory", + "fullName": "google.cloud.vmmigration.v1.VmMigration.FetchStorageInventory", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{source=projects/*/locations/*/sources/*}:fetchStorageInventory" + } + ] + }, { "shortName": "FinalizeMigration", "fullName": "google.cloud.vmmigration.v1.VmMigration.FinalizeMigration", @@ -136953,6 +138236,17 @@ } ] }, + { + "shortName": "GetDiskMigrationJob", + "fullName": "google.cloud.vmmigration.v1.VmMigration.GetDiskMigrationJob", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*/sources/*/diskMigrationJobs/*}" + } + ] + }, { "shortName": "GetGroup", "fullName": "google.cloud.vmmigration.v1.VmMigration.GetGroup", @@ -136964,6 +138258,28 @@ } ] }, + { + "shortName": "GetImageImport", + "fullName": "google.cloud.vmmigration.v1.VmMigration.GetImageImport", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*/imageImports/*}" + } + ] + }, + { + "shortName": "GetImageImportJob", + "fullName": "google.cloud.vmmigration.v1.VmMigration.GetImageImportJob", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*/imageImports/*/imageImportJobs/*}" + } + ] + }, { "shortName": "GetMigratingVm", "fullName": "google.cloud.vmmigration.v1.VmMigration.GetMigratingVm", @@ -137052,6 +138368,17 @@ } ] }, + { + "shortName": "ListDiskMigrationJobs", + "fullName": "google.cloud.vmmigration.v1.VmMigration.ListDiskMigrationJobs", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*/sources/*}/diskMigrationJobs" + } + ] + }, { "shortName": "ListGroups", "fullName": "google.cloud.vmmigration.v1.VmMigration.ListGroups", @@ -137063,6 +138390,28 @@ } ] }, + { + "shortName": "ListImageImportJobs", + "fullName": "google.cloud.vmmigration.v1.VmMigration.ListImageImportJobs", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*/imageImports/*}/imageImportJobs" + } + ] + }, + { + "shortName": "ListImageImports", + "fullName": "google.cloud.vmmigration.v1.VmMigration.ListImageImports", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*}/imageImports" + } + ] + }, { "shortName": "ListMigratingVms", "fullName": "google.cloud.vmmigration.v1.VmMigration.ListMigratingVms", @@ -137151,6 +138500,17 @@ } ] }, + { + "shortName": "RunDiskMigrationJob", + "fullName": "google.cloud.vmmigration.v1.VmMigration.RunDiskMigrationJob", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{name=projects/*/locations/*/sources/*/diskMigrationJobs/*}:run" + } + ] + }, { "shortName": "StartMigration", "fullName": "google.cloud.vmmigration.v1.VmMigration.StartMigration", @@ -137162,6 +138522,17 @@ } ] }, + { + "shortName": "UpdateDiskMigrationJob", + "fullName": "google.cloud.vmmigration.v1.VmMigration.UpdateDiskMigrationJob", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1/{disk_migration_job.name=projects/*/locations/*/sources/*/diskMigrationJobs/*}" + } + ] + }, { "shortName": "UpdateGroup", "fullName": "google.cloud.vmmigration.v1.VmMigration.UpdateGroup", @@ -137224,7 +138595,6 @@ "serviceConfigApiNames": [ "google.cloud.location.Locations", "google.cloud.vmmigration.v1.VmMigration", - "google.iam.v1.IAMPolicy", "google.longrunning.Operations" ], "nameInServiceConfig": "vmmigration.googleapis.com" @@ -154772,6 +156142,39 @@ "shortName": "RegionsService", "fullName": "google.shopping.merchant.accounts.v1.RegionsService", "methods": [ + { + "shortName": "BatchCreateRegions", + "fullName": "google.shopping.merchant.accounts.v1.RegionsService.BatchCreateRegions", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/accounts/v1/{parent=accounts/*}/regions:batchCreate" + } + ] + }, + { + "shortName": "BatchDeleteRegions", + "fullName": "google.shopping.merchant.accounts.v1.RegionsService.BatchDeleteRegions", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/accounts/v1/{parent=accounts/*}/regions:batchDelete" + } + ] + }, + { + "shortName": "BatchUpdateRegions", + "fullName": "google.shopping.merchant.accounts.v1.RegionsService.BatchUpdateRegions", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/accounts/v1/{parent=accounts/*}/regions:batchUpdate" + } + ] + }, { "shortName": "CreateRegion", "fullName": "google.shopping.merchant.accounts.v1.RegionsService.CreateRegion", @@ -159565,6 +160968,7 @@ "description": "The Storage Control API lets you perform metadata-specific, control plane, and long-running operations. The Storage Control API creates one space to perform metadata-specific, control plane, and long-running operations apart from the Storage API. Separating these operations from the Storage API improves API standardization and lets you run faster releases.", "importDirectories": [ "google/api", + "google/iam/v1", "google/longrunning", "google/protobuf" ], @@ -159656,6 +161060,11 @@ } ] }, + { + "shortName": "GetIamPolicy", + "fullName": "google.storage.control.v2.StorageControl.GetIamPolicy", + "mode": "UNARY" + }, { "shortName": "GetManagedFolder", "fullName": "google.storage.control.v2.StorageControl.GetManagedFolder", @@ -159718,6 +161127,16 @@ "fullName": "google.storage.control.v2.StorageControl.ResumeAnywhereCache", "mode": "UNARY" }, + { + "shortName": "SetIamPolicy", + "fullName": "google.storage.control.v2.StorageControl.SetIamPolicy", + "mode": "UNARY" + }, + { + "shortName": "TestIamPermissions", + "fullName": "google.storage.control.v2.StorageControl.TestIamPermissions", + "mode": "UNARY" + }, { "shortName": "UpdateAnywhereCache", "fullName": "google.storage.control.v2.StorageControl.UpdateAnywhereCache",