xref: /aosp_15_r20/external/googleapis/google/cloud/telcoautomation/v1/telcoautomation_v1.yaml (revision d5c09012810ac0c9f33fe448fb6da8260d444cc9)
1type: google.api.Service
2config_version: 3
3name: telcoautomation.googleapis.com
4title: Telco Automation API
5
6apis:
7- name: google.cloud.location.Locations
8- name: google.cloud.telcoautomation.v1.TelcoAutomation
9- name: google.longrunning.Operations
10
11types:
12- name: google.cloud.telcoautomation.v1.OperationMetadata
13
14documentation:
15  summary: APIs to automate management of cloud infrastructure for network functions.
16  rules:
17  - selector: google.cloud.location.Locations.GetLocation
18    description: Gets information about a location.
19
20  - selector: google.cloud.location.Locations.ListLocations
21    description: Lists information about the supported locations for this service.
22
23http:
24  rules:
25  - selector: google.cloud.location.Locations.GetLocation
26    get: '/v1/{name=projects/*/locations/*}'
27  - selector: google.cloud.location.Locations.ListLocations
28    get: '/v1/{name=projects/*/locations}'
29  - selector: google.longrunning.Operations.CancelOperation
30    post: '/v1/{name=projects/*/locations/*/operations/*}:cancel'
31    body: '*'
32  - selector: google.longrunning.Operations.DeleteOperation
33    delete: '/v1/{name=projects/*/locations/*/operations/*}'
34  - selector: google.longrunning.Operations.GetOperation
35    get: '/v1/{name=projects/*/locations/*/operations/*}'
36  - selector: google.longrunning.Operations.ListOperations
37    get: '/v1/{name=projects/*/locations/*/operations}'
38
39authentication:
40  rules:
41  - selector: google.cloud.location.Locations.GetLocation
42    oauth:
43      canonical_scopes: |-
44        https://www.googleapis.com/auth/cloud-platform
45  - selector: google.cloud.location.Locations.ListLocations
46    oauth:
47      canonical_scopes: |-
48        https://www.googleapis.com/auth/cloud-platform
49  - selector: 'google.cloud.telcoautomation.v1.TelcoAutomation.*'
50    oauth:
51      canonical_scopes: |-
52        https://www.googleapis.com/auth/cloud-platform
53  - selector: 'google.longrunning.Operations.*'
54    oauth:
55      canonical_scopes: |-
56        https://www.googleapis.com/auth/cloud-platform
57
58publishing:
59  new_issue_uri: https://issuetracker.google.com/issues/new?component=190865&template=1161103
60  documentation_uri: https://cloud.google.com/telecom-network-automation
61  api_short_name: telcoautomation
62  github_label: 'api: telcoautomation'
63  doc_tag_prefix: telcoautomation
64  organization: CLOUD
65  library_settings:
66  - version: google.cloud.telcoautomation.v1
67    launch_stage: GA
68    java_settings:
69      common:
70        destinations:
71        - PACKAGE_MANAGER
72    cpp_settings:
73      common:
74        destinations:
75        - PACKAGE_MANAGER
76    php_settings:
77      common:
78        destinations:
79        - PACKAGE_MANAGER
80    python_settings:
81      common:
82        destinations:
83        - PACKAGE_MANAGER
84    node_settings:
85      common:
86        destinations:
87        - PACKAGE_MANAGER
88    dotnet_settings:
89      common:
90        destinations:
91        - PACKAGE_MANAGER
92    ruby_settings:
93      common:
94        destinations:
95        - PACKAGE_MANAGER
96    go_settings:
97      common:
98        destinations:
99        - PACKAGE_MANAGER
100