Skip to content

Commit 8a770c3

Browse files
author
Google APIs
committed
chore: regenerate API index
1 parent 8bf048d commit 8a770c3

1 file changed

Lines changed: 0 additions & 381 deletions

File tree

api-index-v1.json

Lines changed: 0 additions & 381 deletions
Original file line numberDiff line numberDiff line change
@@ -24028,387 +24028,6 @@
2402824028
}
2402924029
]
2403024030
},
24031-
{
24032-
"id": "google.cloud.dataproc.v1beta2",
24033-
"directory": "google/cloud/dataproc/v1beta2",
24034-
"version": "v1beta2",
24035-
"majorVersion": "v1",
24036-
"hostName": "dataproc.googleapis.com",
24037-
"title": "Cloud Dataproc API",
24038-
"description": "Manages Hadoop-based clusters and jobs on Google Cloud Platform.",
24039-
"importDirectories": [
24040-
"google/api",
24041-
"google/cloud/dataproc/v1beta2",
24042-
"google/longrunning",
24043-
"google/protobuf"
24044-
],
24045-
"options": {
24046-
"go_package": {
24047-
"valueCounts": {
24048-
"google.golang.org/genproto/googleapis/cloud/dataproc/v1beta2;dataproc": 6
24049-
}
24050-
},
24051-
"java_multiple_files": {
24052-
"valueCounts": {
24053-
"true": 6
24054-
}
24055-
},
24056-
"java_package": {
24057-
"valueCounts": {
24058-
"com.google.cloud.dataproc.v1beta2": 6
24059-
}
24060-
}
24061-
},
24062-
"services": [
24063-
{
24064-
"shortName": "AutoscalingPolicyService",
24065-
"fullName": "google.cloud.dataproc.v1beta2.AutoscalingPolicyService",
24066-
"methods": [
24067-
{
24068-
"shortName": "CreateAutoscalingPolicy",
24069-
"fullName": "google.cloud.dataproc.v1beta2.AutoscalingPolicyService.CreateAutoscalingPolicy",
24070-
"mode": "UNARY",
24071-
"bindings": [
24072-
{
24073-
"httpMethod": "POST",
24074-
"path": "/v1beta2/{parent=projects/*/locations/*}/autoscalingPolicies"
24075-
},
24076-
{
24077-
"httpMethod": "POST",
24078-
"path": "/v1beta2/{parent=projects/*/regions/*}/autoscalingPolicies"
24079-
}
24080-
]
24081-
},
24082-
{
24083-
"shortName": "DeleteAutoscalingPolicy",
24084-
"fullName": "google.cloud.dataproc.v1beta2.AutoscalingPolicyService.DeleteAutoscalingPolicy",
24085-
"mode": "UNARY",
24086-
"bindings": [
24087-
{
24088-
"httpMethod": "DELETE",
24089-
"path": "/v1beta2/{name=projects/*/locations/*/autoscalingPolicies/*}"
24090-
},
24091-
{
24092-
"httpMethod": "DELETE",
24093-
"path": "/v1beta2/{name=projects/*/regions/*/autoscalingPolicies/*}"
24094-
}
24095-
]
24096-
},
24097-
{
24098-
"shortName": "GetAutoscalingPolicy",
24099-
"fullName": "google.cloud.dataproc.v1beta2.AutoscalingPolicyService.GetAutoscalingPolicy",
24100-
"mode": "UNARY",
24101-
"bindings": [
24102-
{
24103-
"httpMethod": "GET",
24104-
"path": "/v1beta2/{name=projects/*/locations/*/autoscalingPolicies/*}"
24105-
},
24106-
{
24107-
"httpMethod": "GET",
24108-
"path": "/v1beta2/{name=projects/*/regions/*/autoscalingPolicies/*}"
24109-
}
24110-
]
24111-
},
24112-
{
24113-
"shortName": "ListAutoscalingPolicies",
24114-
"fullName": "google.cloud.dataproc.v1beta2.AutoscalingPolicyService.ListAutoscalingPolicies",
24115-
"mode": "UNARY",
24116-
"bindings": [
24117-
{
24118-
"httpMethod": "GET",
24119-
"path": "/v1beta2/{parent=projects/*/locations/*}/autoscalingPolicies"
24120-
},
24121-
{
24122-
"httpMethod": "GET",
24123-
"path": "/v1beta2/{parent=projects/*/regions/*}/autoscalingPolicies"
24124-
}
24125-
]
24126-
},
24127-
{
24128-
"shortName": "UpdateAutoscalingPolicy",
24129-
"fullName": "google.cloud.dataproc.v1beta2.AutoscalingPolicyService.UpdateAutoscalingPolicy",
24130-
"mode": "UNARY",
24131-
"bindings": [
24132-
{
24133-
"httpMethod": "PUT",
24134-
"path": "/v1beta2/{policy.name=projects/*/locations/*/autoscalingPolicies/*}"
24135-
},
24136-
{
24137-
"httpMethod": "PUT",
24138-
"path": "/v1beta2/{policy.name=projects/*/regions/*/autoscalingPolicies/*}"
24139-
}
24140-
]
24141-
}
24142-
]
24143-
},
24144-
{
24145-
"shortName": "ClusterController",
24146-
"fullName": "google.cloud.dataproc.v1beta2.ClusterController",
24147-
"methods": [
24148-
{
24149-
"shortName": "CreateCluster",
24150-
"fullName": "google.cloud.dataproc.v1beta2.ClusterController.CreateCluster",
24151-
"mode": "UNARY",
24152-
"bindings": [
24153-
{
24154-
"httpMethod": "POST",
24155-
"path": "/v1beta2/projects/{project_id}/regions/{region}/clusters"
24156-
}
24157-
]
24158-
},
24159-
{
24160-
"shortName": "DeleteCluster",
24161-
"fullName": "google.cloud.dataproc.v1beta2.ClusterController.DeleteCluster",
24162-
"mode": "UNARY",
24163-
"bindings": [
24164-
{
24165-
"httpMethod": "DELETE",
24166-
"path": "/v1beta2/projects/{project_id}/regions/{region}/clusters/{cluster_name}"
24167-
}
24168-
]
24169-
},
24170-
{
24171-
"shortName": "DiagnoseCluster",
24172-
"fullName": "google.cloud.dataproc.v1beta2.ClusterController.DiagnoseCluster",
24173-
"mode": "UNARY",
24174-
"bindings": [
24175-
{
24176-
"httpMethod": "POST",
24177-
"path": "/v1beta2/projects/{project_id}/regions/{region}/clusters/{cluster_name}:diagnose"
24178-
}
24179-
]
24180-
},
24181-
{
24182-
"shortName": "GetCluster",
24183-
"fullName": "google.cloud.dataproc.v1beta2.ClusterController.GetCluster",
24184-
"mode": "UNARY",
24185-
"bindings": [
24186-
{
24187-
"httpMethod": "GET",
24188-
"path": "/v1beta2/projects/{project_id}/regions/{region}/clusters/{cluster_name}"
24189-
}
24190-
]
24191-
},
24192-
{
24193-
"shortName": "ListClusters",
24194-
"fullName": "google.cloud.dataproc.v1beta2.ClusterController.ListClusters",
24195-
"mode": "UNARY",
24196-
"bindings": [
24197-
{
24198-
"httpMethod": "GET",
24199-
"path": "/v1beta2/projects/{project_id}/regions/{region}/clusters"
24200-
}
24201-
]
24202-
},
24203-
{
24204-
"shortName": "UpdateCluster",
24205-
"fullName": "google.cloud.dataproc.v1beta2.ClusterController.UpdateCluster",
24206-
"mode": "UNARY",
24207-
"bindings": [
24208-
{
24209-
"httpMethod": "PATCH",
24210-
"path": "/v1beta2/projects/{project_id}/regions/{region}/clusters/{cluster_name}"
24211-
}
24212-
]
24213-
}
24214-
]
24215-
},
24216-
{
24217-
"shortName": "JobController",
24218-
"fullName": "google.cloud.dataproc.v1beta2.JobController",
24219-
"methods": [
24220-
{
24221-
"shortName": "CancelJob",
24222-
"fullName": "google.cloud.dataproc.v1beta2.JobController.CancelJob",
24223-
"mode": "UNARY",
24224-
"bindings": [
24225-
{
24226-
"httpMethod": "POST",
24227-
"path": "/v1beta2/projects/{project_id}/regions/{region}/jobs/{job_id}:cancel"
24228-
}
24229-
]
24230-
},
24231-
{
24232-
"shortName": "DeleteJob",
24233-
"fullName": "google.cloud.dataproc.v1beta2.JobController.DeleteJob",
24234-
"mode": "UNARY",
24235-
"bindings": [
24236-
{
24237-
"httpMethod": "DELETE",
24238-
"path": "/v1beta2/projects/{project_id}/regions/{region}/jobs/{job_id}"
24239-
}
24240-
]
24241-
},
24242-
{
24243-
"shortName": "GetJob",
24244-
"fullName": "google.cloud.dataproc.v1beta2.JobController.GetJob",
24245-
"mode": "UNARY",
24246-
"bindings": [
24247-
{
24248-
"httpMethod": "GET",
24249-
"path": "/v1beta2/projects/{project_id}/regions/{region}/jobs/{job_id}"
24250-
}
24251-
]
24252-
},
24253-
{
24254-
"shortName": "ListJobs",
24255-
"fullName": "google.cloud.dataproc.v1beta2.JobController.ListJobs",
24256-
"mode": "UNARY",
24257-
"bindings": [
24258-
{
24259-
"httpMethod": "GET",
24260-
"path": "/v1beta2/projects/{project_id}/regions/{region}/jobs"
24261-
}
24262-
]
24263-
},
24264-
{
24265-
"shortName": "SubmitJob",
24266-
"fullName": "google.cloud.dataproc.v1beta2.JobController.SubmitJob",
24267-
"mode": "UNARY",
24268-
"bindings": [
24269-
{
24270-
"httpMethod": "POST",
24271-
"path": "/v1beta2/projects/{project_id}/regions/{region}/jobs:submit"
24272-
}
24273-
]
24274-
},
24275-
{
24276-
"shortName": "SubmitJobAsOperation",
24277-
"fullName": "google.cloud.dataproc.v1beta2.JobController.SubmitJobAsOperation",
24278-
"mode": "UNARY",
24279-
"bindings": [
24280-
{
24281-
"httpMethod": "POST",
24282-
"path": "/v1beta2/projects/{project_id}/regions/{region}/jobs:submitAsOperation"
24283-
}
24284-
]
24285-
},
24286-
{
24287-
"shortName": "UpdateJob",
24288-
"fullName": "google.cloud.dataproc.v1beta2.JobController.UpdateJob",
24289-
"mode": "UNARY",
24290-
"bindings": [
24291-
{
24292-
"httpMethod": "PATCH",
24293-
"path": "/v1beta2/projects/{project_id}/regions/{region}/jobs/{job_id}"
24294-
}
24295-
]
24296-
}
24297-
]
24298-
},
24299-
{
24300-
"shortName": "WorkflowTemplateService",
24301-
"fullName": "google.cloud.dataproc.v1beta2.WorkflowTemplateService",
24302-
"methods": [
24303-
{
24304-
"shortName": "CreateWorkflowTemplate",
24305-
"fullName": "google.cloud.dataproc.v1beta2.WorkflowTemplateService.CreateWorkflowTemplate",
24306-
"mode": "UNARY",
24307-
"bindings": [
24308-
{
24309-
"httpMethod": "POST",
24310-
"path": "/v1beta2/{parent=projects/*/regions/*}/workflowTemplates"
24311-
},
24312-
{
24313-
"httpMethod": "POST",
24314-
"path": "/v1beta2/{parent=projects/*/locations/*}/workflowTemplates"
24315-
}
24316-
]
24317-
},
24318-
{
24319-
"shortName": "DeleteWorkflowTemplate",
24320-
"fullName": "google.cloud.dataproc.v1beta2.WorkflowTemplateService.DeleteWorkflowTemplate",
24321-
"mode": "UNARY",
24322-
"bindings": [
24323-
{
24324-
"httpMethod": "DELETE",
24325-
"path": "/v1beta2/{name=projects/*/regions/*/workflowTemplates/*}"
24326-
},
24327-
{
24328-
"httpMethod": "DELETE",
24329-
"path": "/v1beta2/{name=projects/*/locations/*/workflowTemplates/*}"
24330-
}
24331-
]
24332-
},
24333-
{
24334-
"shortName": "GetWorkflowTemplate",
24335-
"fullName": "google.cloud.dataproc.v1beta2.WorkflowTemplateService.GetWorkflowTemplate",
24336-
"mode": "UNARY",
24337-
"bindings": [
24338-
{
24339-
"httpMethod": "GET",
24340-
"path": "/v1beta2/{name=projects/*/regions/*/workflowTemplates/*}"
24341-
},
24342-
{
24343-
"httpMethod": "GET",
24344-
"path": "/v1beta2/{name=projects/*/locations/*/workflowTemplates/*}"
24345-
}
24346-
]
24347-
},
24348-
{
24349-
"shortName": "InstantiateInlineWorkflowTemplate",
24350-
"fullName": "google.cloud.dataproc.v1beta2.WorkflowTemplateService.InstantiateInlineWorkflowTemplate",
24351-
"mode": "UNARY",
24352-
"bindings": [
24353-
{
24354-
"httpMethod": "POST",
24355-
"path": "/v1beta2/{parent=projects/*/locations/*}/workflowTemplates:instantiateInline"
24356-
},
24357-
{
24358-
"httpMethod": "POST",
24359-
"path": "/v1beta2/{parent=projects/*/regions/*}/workflowTemplates:instantiateInline"
24360-
}
24361-
]
24362-
},
24363-
{
24364-
"shortName": "InstantiateWorkflowTemplate",
24365-
"fullName": "google.cloud.dataproc.v1beta2.WorkflowTemplateService.InstantiateWorkflowTemplate",
24366-
"mode": "UNARY",
24367-
"bindings": [
24368-
{
24369-
"httpMethod": "POST",
24370-
"path": "/v1beta2/{name=projects/*/regions/*/workflowTemplates/*}:instantiate"
24371-
},
24372-
{
24373-
"httpMethod": "POST",
24374-
"path": "/v1beta2/{name=projects/*/locations/*/workflowTemplates/*}:instantiate"
24375-
}
24376-
]
24377-
},
24378-
{
24379-
"shortName": "ListWorkflowTemplates",
24380-
"fullName": "google.cloud.dataproc.v1beta2.WorkflowTemplateService.ListWorkflowTemplates",
24381-
"mode": "UNARY",
24382-
"bindings": [
24383-
{
24384-
"httpMethod": "GET",
24385-
"path": "/v1beta2/{parent=projects/*/regions/*}/workflowTemplates"
24386-
},
24387-
{
24388-
"httpMethod": "GET",
24389-
"path": "/v1beta2/{parent=projects/*/locations/*}/workflowTemplates"
24390-
}
24391-
]
24392-
},
24393-
{
24394-
"shortName": "UpdateWorkflowTemplate",
24395-
"fullName": "google.cloud.dataproc.v1beta2.WorkflowTemplateService.UpdateWorkflowTemplate",
24396-
"mode": "UNARY",
24397-
"bindings": [
24398-
{
24399-
"httpMethod": "PUT",
24400-
"path": "/v1beta2/{template.name=projects/*/regions/*/workflowTemplates/*}"
24401-
},
24402-
{
24403-
"httpMethod": "PUT",
24404-
"path": "/v1beta2/{template.name=projects/*/locations/*/workflowTemplates/*}"
24405-
}
24406-
]
24407-
}
24408-
]
24409-
}
24410-
]
24411-
},
2441224031
{
2441324032
"id": "google.cloud.dataqna.v1alpha",
2441424033
"directory": "google/cloud/dataqna/v1alpha",

0 commit comments

Comments
 (0)