From 537554ce8769e9673cdb36d2002e48bbf4249614 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Fri, 13 Feb 2026 23:58:07 -0800 Subject: [PATCH] chore: regenerate API index (#1152) --- api-index-v1.json | 1670 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 1650 insertions(+), 20 deletions(-) diff --git a/api-index-v1.json b/api-index-v1.json index e0e3df957f..d9bb44e671 100644 --- a/api-index-v1.json +++ b/api-index-v1.json @@ -2176,7 +2176,7 @@ }, "go_package": { "valueCounts": { - "google.golang.org/genproto/googleapis/ads/datamanager/v1;datamanager": 17 + "cloud.google.com/go/datamanager/apiv1/datamanagerpb;datamanagerpb": 17 } }, "java_multiple_files": { @@ -27765,6 +27765,10 @@ { "httpMethod": "POST", "path": "/v1beta1/{location=projects/*/locations/*}:evaluateDataset" + }, + { + "httpMethod": "POST", + "path": "/v1beta1:evaluateDataset" } ] }, @@ -27776,6 +27780,10 @@ { "httpMethod": "POST", "path": "/v1beta1/{location=projects/*/locations/*}:evaluateInstances" + }, + { + "httpMethod": "POST", + "path": "/v1beta1:evaluateInstances" } ] } @@ -37122,7 +37130,7 @@ }, "go_package": { "valueCounts": { - "google.golang.org/genproto/googleapis/cloud/auditmanager/v1;auditmanager": 1 + "cloud.google.com/go/auditmanager/apiv1main/auditmanagerpb;auditmanagerpb": 1 } }, "java_multiple_files": { @@ -45722,6 +45730,662 @@ ], "nameInServiceConfig": "certificatemanager.googleapis.com" }, + { + "id": "google.cloud.ces.v1", + "directory": "google/cloud/ces/v1", + "version": "v1", + "majorVersion": "v1", + "hostName": "ces.googleapis.com", + "title": "Gemini Enterprise for Customer Experience API", + "description": "", + "importDirectories": [ + "google/api", + "google/cloud/ces/v1", + "google/longrunning", + "google/protobuf" + ], + "options": { + "go_package": { + "valueCounts": { + "cloud.google.com/go/ces/apiv1/cespb;cespb": 38 + } + }, + "java_multiple_files": { + "valueCounts": { + "true": 38 + } + }, + "java_package": { + "valueCounts": { + "com.google.cloud.ces.v1": 38 + } + } + }, + "services": [ + { + "shortName": "AgentService", + "fullName": "google.cloud.ces.v1.AgentService", + "methods": [ + { + "shortName": "BatchDeleteConversations", + "fullName": "google.cloud.ces.v1.AgentService.BatchDeleteConversations", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{parent=projects/*/locations/*/apps/*}/conversations:batchDelete" + } + ] + }, + { + "shortName": "CreateAgent", + "fullName": "google.cloud.ces.v1.AgentService.CreateAgent", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{parent=projects/*/locations/*/apps/*}/agents" + } + ] + }, + { + "shortName": "CreateApp", + "fullName": "google.cloud.ces.v1.AgentService.CreateApp", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{parent=projects/*/locations/*}/apps" + } + ] + }, + { + "shortName": "CreateAppVersion", + "fullName": "google.cloud.ces.v1.AgentService.CreateAppVersion", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{parent=projects/*/locations/*/apps/*}/versions" + } + ] + }, + { + "shortName": "CreateDeployment", + "fullName": "google.cloud.ces.v1.AgentService.CreateDeployment", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{parent=projects/*/locations/*/apps/*}/deployments" + } + ] + }, + { + "shortName": "CreateExample", + "fullName": "google.cloud.ces.v1.AgentService.CreateExample", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{parent=projects/*/locations/*/apps/*}/examples" + } + ] + }, + { + "shortName": "CreateGuardrail", + "fullName": "google.cloud.ces.v1.AgentService.CreateGuardrail", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{parent=projects/*/locations/*/apps/*}/guardrails" + } + ] + }, + { + "shortName": "CreateTool", + "fullName": "google.cloud.ces.v1.AgentService.CreateTool", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{parent=projects/*/locations/*/apps/*}/tools" + } + ] + }, + { + "shortName": "CreateToolset", + "fullName": "google.cloud.ces.v1.AgentService.CreateToolset", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{parent=projects/*/locations/*/apps/*}/toolsets" + } + ] + }, + { + "shortName": "DeleteAgent", + "fullName": "google.cloud.ces.v1.AgentService.DeleteAgent", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1/{name=projects/*/locations/*/apps/*/agents/*}" + } + ] + }, + { + "shortName": "DeleteApp", + "fullName": "google.cloud.ces.v1.AgentService.DeleteApp", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1/{name=projects/*/locations/*/apps/*}" + } + ] + }, + { + "shortName": "DeleteAppVersion", + "fullName": "google.cloud.ces.v1.AgentService.DeleteAppVersion", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1/{name=projects/*/locations/*/apps/*/versions/*}" + } + ] + }, + { + "shortName": "DeleteConversation", + "fullName": "google.cloud.ces.v1.AgentService.DeleteConversation", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1/{name=projects/*/locations/*/apps/*/conversations/*}" + } + ] + }, + { + "shortName": "DeleteDeployment", + "fullName": "google.cloud.ces.v1.AgentService.DeleteDeployment", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1/{name=projects/*/locations/*/apps/*/deployments/*}" + } + ] + }, + { + "shortName": "DeleteExample", + "fullName": "google.cloud.ces.v1.AgentService.DeleteExample", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1/{name=projects/*/locations/*/apps/*/examples/*}" + } + ] + }, + { + "shortName": "DeleteGuardrail", + "fullName": "google.cloud.ces.v1.AgentService.DeleteGuardrail", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1/{name=projects/*/locations/*/apps/*/guardrails/*}" + } + ] + }, + { + "shortName": "DeleteTool", + "fullName": "google.cloud.ces.v1.AgentService.DeleteTool", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1/{name=projects/*/locations/*/apps/*/tools/*}" + } + ] + }, + { + "shortName": "DeleteToolset", + "fullName": "google.cloud.ces.v1.AgentService.DeleteToolset", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1/{name=projects/*/locations/*/apps/*/toolsets/*}" + } + ] + }, + { + "shortName": "ExportApp", + "fullName": "google.cloud.ces.v1.AgentService.ExportApp", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{name=projects/*/locations/*/apps/*}:exportApp" + } + ] + }, + { + "shortName": "GetAgent", + "fullName": "google.cloud.ces.v1.AgentService.GetAgent", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*/apps/*/agents/*}" + } + ] + }, + { + "shortName": "GetApp", + "fullName": "google.cloud.ces.v1.AgentService.GetApp", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*/apps/*}" + } + ] + }, + { + "shortName": "GetAppVersion", + "fullName": "google.cloud.ces.v1.AgentService.GetAppVersion", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*/apps/*/versions/*}" + } + ] + }, + { + "shortName": "GetChangelog", + "fullName": "google.cloud.ces.v1.AgentService.GetChangelog", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*/apps/*/changelogs/*}" + } + ] + }, + { + "shortName": "GetConversation", + "fullName": "google.cloud.ces.v1.AgentService.GetConversation", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*/apps/*/conversations/*}" + } + ] + }, + { + "shortName": "GetDeployment", + "fullName": "google.cloud.ces.v1.AgentService.GetDeployment", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*/apps/*/deployments/*}" + } + ] + }, + { + "shortName": "GetExample", + "fullName": "google.cloud.ces.v1.AgentService.GetExample", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*/apps/*/examples/*}" + } + ] + }, + { + "shortName": "GetGuardrail", + "fullName": "google.cloud.ces.v1.AgentService.GetGuardrail", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*/apps/*/guardrails/*}" + } + ] + }, + { + "shortName": "GetTool", + "fullName": "google.cloud.ces.v1.AgentService.GetTool", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*/apps/*/tools/*}" + } + ] + }, + { + "shortName": "GetToolset", + "fullName": "google.cloud.ces.v1.AgentService.GetToolset", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*/apps/*/toolsets/*}" + } + ] + }, + { + "shortName": "ImportApp", + "fullName": "google.cloud.ces.v1.AgentService.ImportApp", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{parent=projects/*/locations/*}/apps:importApp" + } + ] + }, + { + "shortName": "ListAgents", + "fullName": "google.cloud.ces.v1.AgentService.ListAgents", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*/apps/*}/agents" + } + ] + }, + { + "shortName": "ListAppVersions", + "fullName": "google.cloud.ces.v1.AgentService.ListAppVersions", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*/apps/*}/versions" + } + ] + }, + { + "shortName": "ListApps", + "fullName": "google.cloud.ces.v1.AgentService.ListApps", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*}/apps" + } + ] + }, + { + "shortName": "ListChangelogs", + "fullName": "google.cloud.ces.v1.AgentService.ListChangelogs", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*/apps/*}/changelogs" + } + ] + }, + { + "shortName": "ListConversations", + "fullName": "google.cloud.ces.v1.AgentService.ListConversations", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*/apps/*}/conversations" + } + ] + }, + { + "shortName": "ListDeployments", + "fullName": "google.cloud.ces.v1.AgentService.ListDeployments", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*/apps/*}/deployments" + } + ] + }, + { + "shortName": "ListExamples", + "fullName": "google.cloud.ces.v1.AgentService.ListExamples", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*/apps/*}/examples" + } + ] + }, + { + "shortName": "ListGuardrails", + "fullName": "google.cloud.ces.v1.AgentService.ListGuardrails", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*/apps/*}/guardrails" + } + ] + }, + { + "shortName": "ListTools", + "fullName": "google.cloud.ces.v1.AgentService.ListTools", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*/apps/*}/tools" + } + ] + }, + { + "shortName": "ListToolsets", + "fullName": "google.cloud.ces.v1.AgentService.ListToolsets", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*/apps/*}/toolsets" + } + ] + }, + { + "shortName": "RestoreAppVersion", + "fullName": "google.cloud.ces.v1.AgentService.RestoreAppVersion", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{name=projects/*/locations/*/apps/*/versions/*}:restore" + } + ] + }, + { + "shortName": "UpdateAgent", + "fullName": "google.cloud.ces.v1.AgentService.UpdateAgent", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1/{agent.name=projects/*/locations/*/apps/*/agents/*}" + } + ] + }, + { + "shortName": "UpdateApp", + "fullName": "google.cloud.ces.v1.AgentService.UpdateApp", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1/{app.name=projects/*/locations/*/apps/*}" + } + ] + }, + { + "shortName": "UpdateDeployment", + "fullName": "google.cloud.ces.v1.AgentService.UpdateDeployment", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1/{deployment.name=projects/*/locations/*/apps/*/deployments/*}" + } + ] + }, + { + "shortName": "UpdateExample", + "fullName": "google.cloud.ces.v1.AgentService.UpdateExample", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1/{example.name=projects/*/locations/*/apps/*/examples/*}" + } + ] + }, + { + "shortName": "UpdateGuardrail", + "fullName": "google.cloud.ces.v1.AgentService.UpdateGuardrail", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1/{guardrail.name=projects/*/locations/*/apps/*/guardrails/*}" + } + ] + }, + { + "shortName": "UpdateTool", + "fullName": "google.cloud.ces.v1.AgentService.UpdateTool", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1/{tool.name=projects/*/locations/*/apps/*/tools/*}" + } + ] + }, + { + "shortName": "UpdateToolset", + "fullName": "google.cloud.ces.v1.AgentService.UpdateToolset", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1/{toolset.name=projects/*/locations/*/apps/*/toolsets/*}" + } + ] + } + ] + }, + { + "shortName": "SessionService", + "fullName": "google.cloud.ces.v1.SessionService", + "methods": [ + { + "shortName": "BidiRunSession", + "fullName": "google.cloud.ces.v1.SessionService.BidiRunSession", + "mode": "BIDIRECTIONAL_STREAMING" + }, + { + "shortName": "RunSession", + "fullName": "google.cloud.ces.v1.SessionService.RunSession", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{config.session=projects/*/locations/*/apps/*/sessions/*}:runSession" + } + ] + } + ] + }, + { + "shortName": "ToolService", + "fullName": "google.cloud.ces.v1.ToolService", + "methods": [ + { + "shortName": "ExecuteTool", + "fullName": "google.cloud.ces.v1.ToolService.ExecuteTool", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{parent=projects/*/locations/*/apps/*}:executeTool" + } + ] + }, + { + "shortName": "RetrieveToolSchema", + "fullName": "google.cloud.ces.v1.ToolService.RetrieveToolSchema", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{parent=projects/*/locations/*/apps/*}:retrieveToolSchema" + } + ] + }, + { + "shortName": "RetrieveTools", + "fullName": "google.cloud.ces.v1.ToolService.RetrieveTools", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{toolset=projects/*/locations/*/apps/*/toolsets/*}:retrieveTools" + } + ] + } + ] + }, + { + "shortName": "WidgetService", + "fullName": "google.cloud.ces.v1.WidgetService", + "methods": [ + { + "shortName": "GenerateChatToken", + "fullName": "google.cloud.ces.v1.WidgetService.GenerateChatToken", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{name=projects/*/locations/*/apps/*/sessions/*}:generateChatToken" + } + ] + } + ] + } + ], + "configFile": "ces_v1.yaml", + "serviceConfigApiNames": [ + "google.cloud.ces.v1.AgentService", + "google.cloud.ces.v1.SessionService", + "google.cloud.ces.v1.ToolService", + "google.cloud.ces.v1.WidgetService", + "google.cloud.location.Locations", + "google.longrunning.Operations" + ], + "nameInServiceConfig": "ces.googleapis.com" + }, { "id": "google.cloud.channel.v1", "directory": "google/cloud/channel/v1", @@ -74423,6 +75087,17 @@ } ] }, + { + "shortName": "QueryIssues", + "fullName": "google.cloud.databasecenter.v1beta.DatabaseCenter.QueryIssues", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1beta:queryIssues" + } + ] + }, { "shortName": "QueryProducts", "fullName": "google.cloud.databasecenter.v1beta.DatabaseCenter.QueryProducts", @@ -76670,6 +77345,8 @@ "description": "Service to develop, version control, and operationalize SQL pipelines in BigQuery.", "importDirectories": [ "google/api", + "google/iam/v1", + "google/longrunning", "google/protobuf", "google/rpc", "google/type" @@ -76766,6 +77443,17 @@ } ] }, + { + "shortName": "CreateFolder", + "fullName": "google.cloud.dataform.v1beta1.Dataform.CreateFolder", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1beta1/{parent=projects/*/locations/*}/folders" + } + ] + }, { "shortName": "CreateReleaseConfig", "fullName": "google.cloud.dataform.v1beta1.Dataform.CreateReleaseConfig", @@ -76788,6 +77476,17 @@ } ] }, + { + "shortName": "CreateTeamFolder", + "fullName": "google.cloud.dataform.v1beta1.Dataform.CreateTeamFolder", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1beta1/{parent=projects/*/locations/*}/teamFolders" + } + ] + }, { "shortName": "CreateWorkflowConfig", "fullName": "google.cloud.dataform.v1beta1.Dataform.CreateWorkflowConfig", @@ -76821,6 +77520,17 @@ } ] }, + { + "shortName": "DeleteFolder", + "fullName": "google.cloud.dataform.v1beta1.Dataform.DeleteFolder", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1beta1/{name=projects/*/locations/*/folders/*}" + } + ] + }, { "shortName": "DeleteReleaseConfig", "fullName": "google.cloud.dataform.v1beta1.Dataform.DeleteReleaseConfig", @@ -76843,6 +77553,17 @@ } ] }, + { + "shortName": "DeleteTeamFolder", + "fullName": "google.cloud.dataform.v1beta1.Dataform.DeleteTeamFolder", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1beta1/{name=projects/*/locations/*/teamFolders/*}" + } + ] + }, { "shortName": "DeleteWorkflowConfig", "fullName": "google.cloud.dataform.v1beta1.Dataform.DeleteWorkflowConfig", @@ -76953,6 +77674,40 @@ } ] }, + { + "shortName": "GetFolder", + "fullName": "google.cloud.dataform.v1beta1.Dataform.GetFolder", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1beta1/{name=projects/*/locations/*/folders/*}" + } + ] + }, + { + "shortName": "GetIamPolicy", + "fullName": "google.cloud.dataform.v1beta1.Dataform.GetIamPolicy", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1beta1/{resource=projects/*/locations/*/repositories/*}:getIamPolicy" + }, + { + "httpMethod": "GET", + "path": "/v1beta1/{resource=projects/*/locations/*/repositories/*/workspaces/*}:getIamPolicy" + }, + { + "httpMethod": "GET", + "path": "/v1beta1/{resource=projects/*/locations/*/folders/*}:getIamPolicy" + }, + { + "httpMethod": "GET", + "path": "/v1beta1/{resource=projects/*/locations/*/teamFolders/*}:getIamPolicy" + } + ] + }, { "shortName": "GetReleaseConfig", "fullName": "google.cloud.dataform.v1beta1.Dataform.GetReleaseConfig", @@ -76975,6 +77730,17 @@ } ] }, + { + "shortName": "GetTeamFolder", + "fullName": "google.cloud.dataform.v1beta1.Dataform.GetTeamFolder", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1beta1/{name=projects/*/locations/*/teamFolders/*}" + } + ] + }, { "shortName": "GetWorkflowConfig", "fullName": "google.cloud.dataform.v1beta1.Dataform.GetWorkflowConfig", @@ -77118,6 +77884,28 @@ } ] }, + { + "shortName": "MoveFolder", + "fullName": "google.cloud.dataform.v1beta1.Dataform.MoveFolder", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1beta1/{name=projects/*/locations/*/folders/*}:move" + } + ] + }, + { + "shortName": "MoveRepository", + "fullName": "google.cloud.dataform.v1beta1.Dataform.MoveRepository", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1beta1/{name=projects/*/locations/*/repositories/*}:move" + } + ] + }, { "shortName": "PullGitCommits", "fullName": "google.cloud.dataform.v1beta1.Dataform.PullGitCommits", @@ -77162,6 +77950,17 @@ } ] }, + { + "shortName": "QueryFolderContents", + "fullName": "google.cloud.dataform.v1beta1.Dataform.QueryFolderContents", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1beta1/{folder=projects/*/locations/*/folders/*}:queryFolderContents" + } + ] + }, { "shortName": "QueryRepositoryDirectoryContents", "fullName": "google.cloud.dataform.v1beta1.Dataform.QueryRepositoryDirectoryContents", @@ -77173,6 +77972,28 @@ } ] }, + { + "shortName": "QueryTeamFolderContents", + "fullName": "google.cloud.dataform.v1beta1.Dataform.QueryTeamFolderContents", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1beta1/{team_folder=projects/*/locations/*/teamFolders/*}:queryContents" + } + ] + }, + { + "shortName": "QueryUserRootContents", + "fullName": "google.cloud.dataform.v1beta1.Dataform.QueryUserRootContents", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1beta1/{location=projects/*/locations/*}:queryUserRootContents" + } + ] + }, { "shortName": "QueryWorkflowInvocationActions", "fullName": "google.cloud.dataform.v1beta1.Dataform.QueryWorkflowInvocationActions", @@ -77250,6 +78071,63 @@ } ] }, + { + "shortName": "SearchTeamFolders", + "fullName": "google.cloud.dataform.v1beta1.Dataform.SearchTeamFolders", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1beta1/{location=projects/*/locations/*}/teamFolders:search" + } + ] + }, + { + "shortName": "SetIamPolicy", + "fullName": "google.cloud.dataform.v1beta1.Dataform.SetIamPolicy", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1beta1/{resource=projects/*/locations/*/repositories/*}:setIamPolicy" + }, + { + "httpMethod": "POST", + "path": "/v1beta1/{resource=projects/*/locations/*/repositories/*/workspaces/*}:setIamPolicy" + }, + { + "httpMethod": "POST", + "path": "/v1beta1/{resource=projects/*/locations/*/folders/*}:setIamPolicy" + }, + { + "httpMethod": "POST", + "path": "/v1beta1/{resource=projects/*/locations/*/teamFolders/*}:setIamPolicy" + } + ] + }, + { + "shortName": "TestIamPermissions", + "fullName": "google.cloud.dataform.v1beta1.Dataform.TestIamPermissions", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1beta1/{resource=projects/*/locations/*/repositories/*}:testIamPermissions" + }, + { + "httpMethod": "POST", + "path": "/v1beta1/{resource=projects/*/locations/*/repositories/*/workspaces/*}:testIamPermissions" + }, + { + "httpMethod": "POST", + "path": "/v1beta1/{resource=projects/*/locations/*/folders/*}:testIamPermissions" + }, + { + "httpMethod": "POST", + "path": "/v1beta1/{resource=projects/*/locations/*/teamFolders/*}:testIamPermissions" + } + ] + }, { "shortName": "UpdateConfig", "fullName": "google.cloud.dataform.v1beta1.Dataform.UpdateConfig", @@ -77261,6 +78139,17 @@ } ] }, + { + "shortName": "UpdateFolder", + "fullName": "google.cloud.dataform.v1beta1.Dataform.UpdateFolder", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1beta1/{folder.name=projects/*/locations/*/folders/*}" + } + ] + }, { "shortName": "UpdateReleaseConfig", "fullName": "google.cloud.dataform.v1beta1.Dataform.UpdateReleaseConfig", @@ -77283,6 +78172,17 @@ } ] }, + { + "shortName": "UpdateTeamFolder", + "fullName": "google.cloud.dataform.v1beta1.Dataform.UpdateTeamFolder", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1beta1/{team_folder.name=projects/*/locations/*/teamFolders/*}" + } + ] + }, { "shortName": "UpdateWorkflowConfig", "fullName": "google.cloud.dataform.v1beta1.Dataform.UpdateWorkflowConfig", @@ -77312,7 +78212,8 @@ "serviceConfigApiNames": [ "google.cloud.dataform.v1beta1.Dataform", "google.cloud.location.Locations", - "google.iam.v1.IAMPolicy" + "google.iam.v1.IAMPolicy", + "google.longrunning.Operations" ], "nameInServiceConfig": "dataform.googleapis.com" }, @@ -101342,6 +102243,7 @@ "google/cloud/gkehub/v1", "google/cloud/gkehub/v1/configmanagement", "google/cloud/gkehub/v1/multiclusteringress", + "google/cloud/gkehub/v1/rbacrolebindingactuation", "google/longrunning", "google/protobuf" ], @@ -101350,40 +102252,45 @@ "valueCounts": { "Google.Cloud.GkeHub.ConfigManagement.V1": 1, "Google.Cloud.GkeHub.MultiClusterIngress.V1": 1, - "Google.Cloud.GkeHub.V1": 3 + "Google.Cloud.GkeHub.RbacRoleBindingActuation.V1": 1, + "Google.Cloud.GkeHub.V1": 4 } }, "go_package": { "valueCounts": { - "cloud.google.com/go/gkehub/apiv1/gkehubpb;gkehubpb": 3, + "cloud.google.com/go/gkehub/apiv1/gkehubpb;gkehubpb": 4, "cloud.google.com/go/gkehub/configmanagement/apiv1/configmanagementpb;configmanagementpb": 1, - "cloud.google.com/go/gkehub/multiclusteringress/apiv1/multiclusteringresspb;multiclusteringresspb": 1 + "cloud.google.com/go/gkehub/multiclusteringress/apiv1/multiclusteringresspb;multiclusteringresspb": 1, + "cloud.google.com/go/gkehub/rbacrolebindingactuation/apiv1/rbacrolebindingactuationpb;rbacrolebindingactuationpb": 1 } }, "java_multiple_files": { "valueCounts": { - "true": 5 + "true": 7 } }, "java_package": { "valueCounts": { "com.google.cloud.gkehub.configmanagement.v1": 1, "com.google.cloud.gkehub.multiclusteringress.v1": 1, - "com.google.cloud.gkehub.v1": 3 + "com.google.cloud.gkehub.rbacrolebindingactuation.v1": 1, + "com.google.cloud.gkehub.v1": 4 } }, "php_namespace": { "valueCounts": { "Google\\Cloud\\GkeHub\\ConfigManagement\\V1": 1, "Google\\Cloud\\GkeHub\\MultiClusterIngress\\V1": 1, - "Google\\Cloud\\GkeHub\\V1": 3 + "Google\\Cloud\\GkeHub\\RbacRoleBindingActuation\\V1": 1, + "Google\\Cloud\\GkeHub\\V1": 4 } }, "ruby_package": { "valueCounts": { "Google::Cloud::GkeHub::ConfigManagement::V1": 1, "Google::Cloud::GkeHub::MultiClusterIngress::V1": 1, - "Google::Cloud::GkeHub::V1": 3 + "Google::Cloud::GkeHub::RbacRoleBindingActuation::V1": 1, + "Google::Cloud::GkeHub::V1": 4 } } }, @@ -101403,6 +102310,17 @@ } ] }, + { + "shortName": "CreateFleet", + "fullName": "google.cloud.gkehub.v1.GkeHub.CreateFleet", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{parent=projects/*/locations/*}/fleets" + } + ] + }, { "shortName": "CreateMembership", "fullName": "google.cloud.gkehub.v1.GkeHub.CreateMembership", @@ -101414,6 +102332,61 @@ } ] }, + { + "shortName": "CreateMembershipBinding", + "fullName": "google.cloud.gkehub.v1.GkeHub.CreateMembershipBinding", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{parent=projects/*/locations/*/memberships/*}/bindings" + } + ] + }, + { + "shortName": "CreateMembershipRBACRoleBinding", + "fullName": "google.cloud.gkehub.v1.GkeHub.CreateMembershipRBACRoleBinding", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{parent=projects/*/locations/*/memberships/*}/rbacrolebindings" + } + ] + }, + { + "shortName": "CreateScope", + "fullName": "google.cloud.gkehub.v1.GkeHub.CreateScope", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{parent=projects/*/locations/*}/scopes" + } + ] + }, + { + "shortName": "CreateScopeNamespace", + "fullName": "google.cloud.gkehub.v1.GkeHub.CreateScopeNamespace", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{parent=projects/*/locations/*/scopes/*}/namespaces" + } + ] + }, + { + "shortName": "CreateScopeRBACRoleBinding", + "fullName": "google.cloud.gkehub.v1.GkeHub.CreateScopeRBACRoleBinding", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{parent=projects/*/locations/*/scopes/*}/rbacrolebindings" + } + ] + }, { "shortName": "DeleteFeature", "fullName": "google.cloud.gkehub.v1.GkeHub.DeleteFeature", @@ -101425,6 +102398,17 @@ } ] }, + { + "shortName": "DeleteFleet", + "fullName": "google.cloud.gkehub.v1.GkeHub.DeleteFleet", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1/{name=projects/*/locations/*/fleets/*}" + } + ] + }, { "shortName": "DeleteMembership", "fullName": "google.cloud.gkehub.v1.GkeHub.DeleteMembership", @@ -101436,6 +102420,61 @@ } ] }, + { + "shortName": "DeleteMembershipBinding", + "fullName": "google.cloud.gkehub.v1.GkeHub.DeleteMembershipBinding", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1/{name=projects/*/locations/*/memberships/*/bindings/*}" + } + ] + }, + { + "shortName": "DeleteMembershipRBACRoleBinding", + "fullName": "google.cloud.gkehub.v1.GkeHub.DeleteMembershipRBACRoleBinding", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1/{name=projects/*/locations/*/memberships/*/rbacrolebindings/*}" + } + ] + }, + { + "shortName": "DeleteScope", + "fullName": "google.cloud.gkehub.v1.GkeHub.DeleteScope", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1/{name=projects/*/locations/*/scopes/*}" + } + ] + }, + { + "shortName": "DeleteScopeNamespace", + "fullName": "google.cloud.gkehub.v1.GkeHub.DeleteScopeNamespace", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1/{name=projects/*/locations/*/scopes/*/namespaces/*}" + } + ] + }, + { + "shortName": "DeleteScopeRBACRoleBinding", + "fullName": "google.cloud.gkehub.v1.GkeHub.DeleteScopeRBACRoleBinding", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1/{name=projects/*/locations/*/scopes/*/rbacrolebindings/*}" + } + ] + }, { "shortName": "GenerateConnectManifest", "fullName": "google.cloud.gkehub.v1.GkeHub.GenerateConnectManifest", @@ -101447,6 +102486,17 @@ } ] }, + { + "shortName": "GenerateMembershipRBACRoleBindingYAML", + "fullName": "google.cloud.gkehub.v1.GkeHub.GenerateMembershipRBACRoleBindingYAML", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{parent=projects/*/locations/*/memberships/*}/rbacrolebindings:generateMembershipRBACRoleBindingYAML" + } + ] + }, { "shortName": "GetFeature", "fullName": "google.cloud.gkehub.v1.GkeHub.GetFeature", @@ -101458,6 +102508,17 @@ } ] }, + { + "shortName": "GetFleet", + "fullName": "google.cloud.gkehub.v1.GkeHub.GetFleet", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*/fleets/*}" + } + ] + }, { "shortName": "GetMembership", "fullName": "google.cloud.gkehub.v1.GkeHub.GetMembership", @@ -101469,6 +102530,72 @@ } ] }, + { + "shortName": "GetMembershipBinding", + "fullName": "google.cloud.gkehub.v1.GkeHub.GetMembershipBinding", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*/memberships/*/bindings/*}" + } + ] + }, + { + "shortName": "GetMembershipRBACRoleBinding", + "fullName": "google.cloud.gkehub.v1.GkeHub.GetMembershipRBACRoleBinding", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*/memberships/*/rbacrolebindings/*}" + } + ] + }, + { + "shortName": "GetScope", + "fullName": "google.cloud.gkehub.v1.GkeHub.GetScope", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*/scopes/*}" + } + ] + }, + { + "shortName": "GetScopeNamespace", + "fullName": "google.cloud.gkehub.v1.GkeHub.GetScopeNamespace", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*/scopes/*/namespaces/*}" + } + ] + }, + { + "shortName": "GetScopeRBACRoleBinding", + "fullName": "google.cloud.gkehub.v1.GkeHub.GetScopeRBACRoleBinding", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*/scopes/*/rbacrolebindings/*}" + } + ] + }, + { + "shortName": "ListBoundMemberships", + "fullName": "google.cloud.gkehub.v1.GkeHub.ListBoundMemberships", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{scope_name=projects/*/locations/*/scopes/*}:listMemberships" + } + ] + }, { "shortName": "ListFeatures", "fullName": "google.cloud.gkehub.v1.GkeHub.ListFeatures", @@ -101480,6 +102607,43 @@ } ] }, + { + "shortName": "ListFleets", + "fullName": "google.cloud.gkehub.v1.GkeHub.ListFleets", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*}/fleets" + }, + { + "httpMethod": "GET", + "path": "/v1/{parent=organizations/*/locations/*}/fleets" + } + ] + }, + { + "shortName": "ListMembershipBindings", + "fullName": "google.cloud.gkehub.v1.GkeHub.ListMembershipBindings", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*/memberships/*}/bindings" + } + ] + }, + { + "shortName": "ListMembershipRBACRoleBindings", + "fullName": "google.cloud.gkehub.v1.GkeHub.ListMembershipRBACRoleBindings", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*/memberships/*}/rbacrolebindings" + } + ] + }, { "shortName": "ListMemberships", "fullName": "google.cloud.gkehub.v1.GkeHub.ListMemberships", @@ -101491,6 +102655,50 @@ } ] }, + { + "shortName": "ListPermittedScopes", + "fullName": "google.cloud.gkehub.v1.GkeHub.ListPermittedScopes", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*}/scopes:listPermitted" + } + ] + }, + { + "shortName": "ListScopeNamespaces", + "fullName": "google.cloud.gkehub.v1.GkeHub.ListScopeNamespaces", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*/scopes/*}/namespaces" + } + ] + }, + { + "shortName": "ListScopeRBACRoleBindings", + "fullName": "google.cloud.gkehub.v1.GkeHub.ListScopeRBACRoleBindings", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*/scopes/*}/rbacrolebindings" + } + ] + }, + { + "shortName": "ListScopes", + "fullName": "google.cloud.gkehub.v1.GkeHub.ListScopes", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*}/scopes" + } + ] + }, { "shortName": "UpdateFeature", "fullName": "google.cloud.gkehub.v1.GkeHub.UpdateFeature", @@ -101502,6 +102710,17 @@ } ] }, + { + "shortName": "UpdateFleet", + "fullName": "google.cloud.gkehub.v1.GkeHub.UpdateFleet", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1/{fleet.name=projects/*/locations/*/fleets/*}" + } + ] + }, { "shortName": "UpdateMembership", "fullName": "google.cloud.gkehub.v1.GkeHub.UpdateMembership", @@ -101512,6 +102731,61 @@ "path": "/v1/{name=projects/*/locations/*/memberships/*}" } ] + }, + { + "shortName": "UpdateMembershipBinding", + "fullName": "google.cloud.gkehub.v1.GkeHub.UpdateMembershipBinding", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1/{membership_binding.name=projects/*/locations/*/memberships/*/bindings/*}" + } + ] + }, + { + "shortName": "UpdateMembershipRBACRoleBinding", + "fullName": "google.cloud.gkehub.v1.GkeHub.UpdateMembershipRBACRoleBinding", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1/{rbacrolebinding.name=projects/*/locations/*/memberships/*/rbacrolebindings/*}" + } + ] + }, + { + "shortName": "UpdateScope", + "fullName": "google.cloud.gkehub.v1.GkeHub.UpdateScope", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1/{scope.name=projects/*/locations/*/scopes/*}" + } + ] + }, + { + "shortName": "UpdateScopeNamespace", + "fullName": "google.cloud.gkehub.v1.GkeHub.UpdateScopeNamespace", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1/{scope_namespace.name=projects/*/locations/*/scopes/*/namespaces/*}" + } + ] + }, + { + "shortName": "UpdateScopeRBACRoleBinding", + "fullName": "google.cloud.gkehub.v1.GkeHub.UpdateScopeRBACRoleBinding", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1/{rbacrolebinding.name=projects/*/locations/*/scopes/*/rbacrolebindings/*}" + } + ] } ] } @@ -104492,6 +105766,28 @@ } ] }, + { + "shortName": "DeleteCryptoKey", + "fullName": "google.cloud.kms.v1.KeyManagementService.DeleteCryptoKey", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1/{name=projects/*/locations/*/keyRings/*/cryptoKeys/*}" + } + ] + }, + { + "shortName": "DeleteCryptoKeyVersion", + "fullName": "google.cloud.kms.v1.KeyManagementService.DeleteCryptoKeyVersion", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1/{name=projects/*/locations/*/keyRings/*/cryptoKeys/*/cryptoKeyVersions/*}" + } + ] + }, { "shortName": "DestroyCryptoKeyVersion", "fullName": "google.cloud.kms.v1.KeyManagementService.DestroyCryptoKeyVersion", @@ -104580,6 +105876,17 @@ } ] }, + { + "shortName": "GetRetiredResource", + "fullName": "google.cloud.kms.v1.KeyManagementService.GetRetiredResource", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*/retiredResources/*}" + } + ] + }, { "shortName": "ImportCryptoKeyVersion", "fullName": "google.cloud.kms.v1.KeyManagementService.ImportCryptoKeyVersion", @@ -104635,6 +105942,17 @@ } ] }, + { + "shortName": "ListRetiredResources", + "fullName": "google.cloud.kms.v1.KeyManagementService.ListRetiredResources", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*}/retiredResources" + } + ] + }, { "shortName": "MacSign", "fullName": "google.cloud.kms.v1.KeyManagementService.MacSign", @@ -118185,18 +119503,18 @@ "options": { "go_package": { "valueCounts": { - "cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb;agentendpointpb": 6 + "cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb;agentendpointpb": 7 } }, "java_multiple_files": { "valueCounts": { "": 1, - "true": 5 + "true": 6 } }, "java_package": { "valueCounts": { - "com.google.cloud.osconfig.agentendpoint.v1": 6 + "com.google.cloud.osconfig.agentendpoint.v1": 7 } } }, @@ -118230,6 +119548,11 @@ "fullName": "google.cloud.osconfig.agentendpoint.v1.AgentEndpointService.ReportTaskProgress", "mode": "UNARY" }, + { + "shortName": "ReportVmInventory", + "fullName": "google.cloud.osconfig.agentendpoint.v1.AgentEndpointService.ReportVmInventory", + "mode": "UNARY" + }, { "shortName": "StartNextTask", "fullName": "google.cloud.osconfig.agentendpoint.v1.AgentEndpointService.StartNextTask", @@ -138378,6 +139701,17 @@ } ] }, + { + "shortName": "GetBucketOperation", + "fullName": "google.cloud.storagebatchoperations.v1.StorageBatchOperations.GetBucketOperation", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*/jobs/*/bucketOperations/*}" + } + ] + }, { "shortName": "GetJob", "fullName": "google.cloud.storagebatchoperations.v1.StorageBatchOperations.GetJob", @@ -138389,6 +139723,17 @@ } ] }, + { + "shortName": "ListBucketOperations", + "fullName": "google.cloud.storagebatchoperations.v1.StorageBatchOperations.ListBucketOperations", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*/jobs/*}/bucketOperations" + } + ] + }, { "shortName": "ListJobs", "fullName": "google.cloud.storagebatchoperations.v1.StorageBatchOperations.ListJobs", @@ -143410,6 +144755,7 @@ ], "configFile": "universalledger_v1.yaml", "serviceConfigApiNames": [ + "google.cloud.location.Locations", "google.cloud.universalledger.v1.UniversalLedger" ], "nameInServiceConfig": "universalledger.googleapis.com" @@ -143628,6 +144974,17 @@ } ] }, + { + "shortName": "ExportDataObjects", + "fullName": "google.cloud.vectorsearch.v1beta.VectorSearchService.ExportDataObjects", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1beta/{name=projects/*/locations/*/collections/*}:exportDataObjects" + } + ] + }, { "shortName": "GetCollection", "fullName": "google.cloud.vectorsearch.v1beta.VectorSearchService.GetCollection", @@ -151666,6 +153023,199 @@ ], "nameInServiceConfig": "workflows.googleapis.com" }, + { + "id": "google.cloud.workloadmanager.v1", + "directory": "google/cloud/workloadmanager/v1", + "version": "v1", + "majorVersion": "v1", + "hostName": "workloadmanager.googleapis.com", + "title": "Workload Manager API", + "description": "Workload Manager is a service that provides tooling for enterprise workloads to automate the deployment and validation of your workloads against best practices and recommendations.", + "importDirectories": [ + "google/api", + "google/longrunning", + "google/protobuf" + ], + "options": { + "csharp_namespace": { + "valueCounts": { + "Google.Cloud.WorkloadManager.V1": 1 + } + }, + "go_package": { + "valueCounts": { + "cloud.google.com/go/workloadmanager/apiv1/workloadmanagerpb;workloadmanagerpb": 1 + } + }, + "java_multiple_files": { + "valueCounts": { + "true": 1 + } + }, + "java_package": { + "valueCounts": { + "com.google.cloud.workloadmanager.v1": 1 + } + }, + "php_namespace": { + "valueCounts": { + "Google\\Cloud\\WorkloadManager\\V1": 1 + } + }, + "ruby_package": { + "valueCounts": { + "Google::Cloud::WorkloadManager::V1": 1 + } + } + }, + "services": [ + { + "shortName": "WorkloadManager", + "fullName": "google.cloud.workloadmanager.v1.WorkloadManager", + "methods": [ + { + "shortName": "CreateEvaluation", + "fullName": "google.cloud.workloadmanager.v1.WorkloadManager.CreateEvaluation", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{parent=projects/*/locations/*}/evaluations" + } + ] + }, + { + "shortName": "DeleteEvaluation", + "fullName": "google.cloud.workloadmanager.v1.WorkloadManager.DeleteEvaluation", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1/{name=projects/*/locations/*/evaluations/*}" + } + ] + }, + { + "shortName": "DeleteExecution", + "fullName": "google.cloud.workloadmanager.v1.WorkloadManager.DeleteExecution", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1/{name=projects/*/locations/*/evaluations/*/executions/*}" + } + ] + }, + { + "shortName": "GetEvaluation", + "fullName": "google.cloud.workloadmanager.v1.WorkloadManager.GetEvaluation", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*/evaluations/*}" + } + ] + }, + { + "shortName": "GetExecution", + "fullName": "google.cloud.workloadmanager.v1.WorkloadManager.GetExecution", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*/evaluations/*/executions/*}" + } + ] + }, + { + "shortName": "ListEvaluations", + "fullName": "google.cloud.workloadmanager.v1.WorkloadManager.ListEvaluations", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*}/evaluations" + } + ] + }, + { + "shortName": "ListExecutionResults", + "fullName": "google.cloud.workloadmanager.v1.WorkloadManager.ListExecutionResults", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*/evaluations/*/executions/*}/results" + } + ] + }, + { + "shortName": "ListExecutions", + "fullName": "google.cloud.workloadmanager.v1.WorkloadManager.ListExecutions", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*/evaluations/*}/executions" + } + ] + }, + { + "shortName": "ListRules", + "fullName": "google.cloud.workloadmanager.v1.WorkloadManager.ListRules", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*}/rules" + } + ] + }, + { + "shortName": "ListScannedResources", + "fullName": "google.cloud.workloadmanager.v1.WorkloadManager.ListScannedResources", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*/evaluations/*/executions/*}/scannedResources" + } + ] + }, + { + "shortName": "RunEvaluation", + "fullName": "google.cloud.workloadmanager.v1.WorkloadManager.RunEvaluation", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{name=projects/*/locations/*/evaluations/*}/executions:run" + } + ] + }, + { + "shortName": "UpdateEvaluation", + "fullName": "google.cloud.workloadmanager.v1.WorkloadManager.UpdateEvaluation", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1/{evaluation.name=projects/*/locations/*/evaluations/*}" + } + ] + } + ] + } + ], + "configFile": "workloadmanager_v1.yaml", + "serviceConfigApiNames": [ + "google.cloud.location.Locations", + "google.cloud.workloadmanager.v1.WorkloadManager", + "google.longrunning.Operations" + ], + "nameInServiceConfig": "workloadmanager.googleapis.com" + }, { "id": "google.cloud.workstations.v1", "directory": "google/cloud/workstations/v1", @@ -154014,6 +155564,81 @@ ], "nameInServiceConfig": "datastore.googleapis.com" }, + { + "id": "google.developers.knowledge.v1alpha", + "directory": "google/developers/knowledge/v1alpha", + "version": "v1alpha", + "majorVersion": "v1", + "hostName": "developerknowledge.googleapis.com", + "title": "Developer Knowledge API", + "description": "The Developer Knowledge API provides access to Google's developer knowledge.", + "importDirectories": [ + "google/api" + ], + "options": { + "go_package": { + "valueCounts": { + "google.golang.org/genproto/googleapis/developers/knowledge/v1alpha;knowledge": 1 + } + }, + "java_multiple_files": { + "valueCounts": { + "true": 1 + } + }, + "java_package": { + "valueCounts": { + "com.google.developers.knowledge.v1alpha": 1 + } + } + }, + "services": [ + { + "shortName": "DeveloperKnowledge", + "fullName": "google.developers.knowledge.v1alpha.DeveloperKnowledge", + "methods": [ + { + "shortName": "BatchGetDocuments", + "fullName": "google.developers.knowledge.v1alpha.DeveloperKnowledge.BatchGetDocuments", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha/documents:batchGet" + } + ] + }, + { + "shortName": "GetDocument", + "fullName": "google.developers.knowledge.v1alpha.DeveloperKnowledge.GetDocument", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha/{name=documents/**}" + } + ] + }, + { + "shortName": "SearchDocumentChunks", + "fullName": "google.developers.knowledge.v1alpha.DeveloperKnowledge.SearchDocumentChunks", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha/documents:searchDocumentChunks" + } + ] + } + ] + } + ], + "configFile": "developerknowledge_v1alpha.yaml", + "serviceConfigApiNames": [ + "google.developers.knowledge.v1alpha.DeveloperKnowledge" + ], + "nameInServiceConfig": "developerknowledge.googleapis.com" + }, { "id": "google.devtools.artifactregistry.v1", "directory": "google/devtools/artifactregistry/v1", @@ -157367,37 +158992,37 @@ "options": { "csharp_namespace": { "valueCounts": { - "Google.Cloud.Firestore.Admin.V1": 10 + "Google.Cloud.Firestore.Admin.V1": 11 } }, "go_package": { "valueCounts": { - "cloud.google.com/go/firestore/apiv1/admin/adminpb;adminpb": 10 + "cloud.google.com/go/firestore/apiv1/admin/adminpb;adminpb": 11 } }, "java_multiple_files": { "valueCounts": { - "true": 10 + "true": 11 } }, "java_package": { "valueCounts": { - "com.google.firestore.admin.v1": 10 + "com.google.firestore.admin.v1": 11 } }, "objc_class_prefix": { "valueCounts": { - "GCFS": 10 + "GCFS": 11 } }, "php_namespace": { "valueCounts": { - "Google\\Cloud\\Firestore\\Admin\\V1": 10 + "Google\\Cloud\\Firestore\\Admin\\V1": 11 } }, "ruby_package": { "valueCounts": { - "Google::Cloud::Firestore::Admin::V1": 10 + "Google::Cloud::Firestore::Admin::V1": 11 } } }, @@ -172160,6 +173785,11 @@ "fullName": "google.storage.control.v2.StorageControl.DeleteFolder", "mode": "UNARY" }, + { + "shortName": "DeleteFolderRecursive", + "fullName": "google.storage.control.v2.StorageControl.DeleteFolderRecursive", + "mode": "UNARY" + }, { "shortName": "DeleteManagedFolder", "fullName": "google.storage.control.v2.StorageControl.DeleteManagedFolder",