1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
type: google.api.Service
config_version: 3
name: dataflow.googleapis.com
title: Dataflow API
apis:
- name: google.dataflow.v1beta3.FlexTemplatesService
- name: google.dataflow.v1beta3.JobsV1Beta3
- name: google.dataflow.v1beta3.MessagesV1Beta3
- name: google.dataflow.v1beta3.MetricsV1Beta3
- name: google.dataflow.v1beta3.SnapshotsV1Beta3
- name: google.dataflow.v1beta3.TemplatesService
documentation:
summary: Manages Google Cloud Dataflow projects on Google Cloud Platform.
backend:
rules:
- selector: google.dataflow.v1beta3.FlexTemplatesService.LaunchFlexTemplate
deadline: 30.0
- selector: 'google.dataflow.v1beta3.JobsV1Beta3.*'
deadline: 30.0
- selector: google.dataflow.v1beta3.MessagesV1Beta3.ListJobMessages
deadline: 30.0
- selector: 'google.dataflow.v1beta3.MetricsV1Beta3.*'
deadline: 30.0
- selector: 'google.dataflow.v1beta3.SnapshotsV1Beta3.*'
deadline: 30.0
- selector: 'google.dataflow.v1beta3.TemplatesService.*'
deadline: 30.0
authentication:
rules:
- selector: google.dataflow.v1beta3.FlexTemplatesService.LaunchFlexTemplate
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform,
https://www.googleapis.com/auth/compute,
https://www.googleapis.com/auth/compute.readonly,
https://www.googleapis.com/auth/userinfo.email
- selector: 'google.dataflow.v1beta3.JobsV1Beta3.*'
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform,
https://www.googleapis.com/auth/compute,
https://www.googleapis.com/auth/compute.readonly,
https://www.googleapis.com/auth/userinfo.email
- selector: google.dataflow.v1beta3.MessagesV1Beta3.ListJobMessages
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform,
https://www.googleapis.com/auth/compute,
https://www.googleapis.com/auth/compute.readonly,
https://www.googleapis.com/auth/userinfo.email
- selector: 'google.dataflow.v1beta3.MetricsV1Beta3.*'
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform,
https://www.googleapis.com/auth/compute,
https://www.googleapis.com/auth/compute.readonly,
https://www.googleapis.com/auth/userinfo.email
- selector: 'google.dataflow.v1beta3.SnapshotsV1Beta3.*'
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform,
https://www.googleapis.com/auth/compute,
https://www.googleapis.com/auth/compute.readonly,
https://www.googleapis.com/auth/userinfo.email
- selector: 'google.dataflow.v1beta3.TemplatesService.*'
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform,
https://www.googleapis.com/auth/compute,
https://www.googleapis.com/auth/compute.readonly,
https://www.googleapis.com/auth/userinfo.email
|