You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.1 KiB
41 lines
1.1 KiB
6 years ago
|
type: google.api.Service
|
||
|
config_version: 2
|
||
|
name: dataproc.googleapis.com
|
||
|
title: Google Cloud Dataproc API
|
||
|
|
||
|
apis:
|
||
|
- name: google.cloud.dataproc.v1.ClusterController
|
||
|
- name: google.cloud.dataproc.v1.JobController
|
||
|
- name: google.cloud.dataproc.v1.WorkflowTemplateService
|
||
|
|
||
|
types:
|
||
|
- name: google.cloud.dataproc.v1.DiagnoseClusterResults
|
||
|
- name: google.cloud.dataproc.v1.ClusterOperationMetadata
|
||
|
- name: google.cloud.dataproc.v1.WorkflowMetadata
|
||
|
|
||
|
documentation:
|
||
|
summary: 'Manages Hadoop-based clusters and jobs on Google Cloud Platform.'
|
||
|
|
||
|
http:
|
||
|
rules:
|
||
|
- selector: google.longrunning.Operations.ListOperations
|
||
|
get: '/v1/{name=projects/*/regions/*/operations}'
|
||
|
|
||
|
- selector: google.longrunning.Operations.GetOperation
|
||
|
get: '/v1/{name=projects/*/regions/*/operations/*}'
|
||
|
|
||
|
- selector: google.longrunning.Operations.DeleteOperation
|
||
|
delete: '/v1/{name=projects/*/regions/*/operations/*}'
|
||
|
|
||
|
- selector: google.longrunning.Operations.CancelOperation
|
||
|
post: '/v1/{name=projects/*/regions/*/operations/*}:cancel'
|
||
|
|
||
|
|
||
|
authentication:
|
||
|
rules:
|
||
|
- selector: '*'
|
||
|
oauth:
|
||
|
canonical_scopes: |-
|
||
|
https://www.googleapis.com/auth/cloud-platform
|
||
|
|