blob: 6b2b755b087b70851c03dca023577eb77301dbca [file] [log] [blame]
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="dns_v1.html">Google Cloud DNS API</a> . <a href="dns_v1.dnsKeys.html">dnsKeys</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
Bu Sun Kim65020912020-05-20 12:08:20 -070078 <code><a href="#get">get(project, managedZone, dnsKeyId, clientOperationId=None, digestType=None)</a></code></p>
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070079<p class="firstline"></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070080<p class="toc_element">
Bu Sun Kim65020912020-05-20 12:08:20 -070081 <code><a href="#list">list(project, managedZone, digestType=None, maxResults=None, pageToken=None)</a></code></p>
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070082<p class="firstline"></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070083<p class="toc_element">
84 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
85<p class="firstline">Retrieves the next page of results.</p>
86<h3>Method Details</h3>
87<div class="method">
Bu Sun Kim65020912020-05-20 12:08:20 -070088 <code class="details" id="get">get(project, managedZone, dnsKeyId, clientOperationId=None, digestType=None)</code>
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070089 <pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070090
91Args:
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070092 project: string, A parameter (required)
93 managedZone: string, A parameter (required)
94 dnsKeyId: string, A parameter (required)
95 clientOperationId: string, A parameter
96 digestType: string, A parameter
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070097
98Returns:
99 An object of the form:
100
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700101 {
102 &quot;algorithm&quot;: &quot;A String&quot;,
103 &quot;creationTime&quot;: &quot;A String&quot;,
104 &quot;description&quot;: &quot;A String&quot;,
105 &quot;digests&quot;: [
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700106 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700107 &quot;digest&quot;: &quot;A String&quot;,
108 &quot;type&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700109 },
110 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700111 &quot;id&quot;: &quot;A String&quot;,
112 &quot;isActive&quot;: True or False,
113 &quot;keyLength&quot;: 42,
114 &quot;keyTag&quot;: 42,
Bu Sun Kim65020912020-05-20 12:08:20 -0700115 &quot;kind&quot;: &quot;dns#dnsKey&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#dnsKey&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700116 &quot;publicKey&quot;: &quot;A String&quot;,
117 &quot;type&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700118 }</pre>
119</div>
120
121<div class="method">
Bu Sun Kim65020912020-05-20 12:08:20 -0700122 <code class="details" id="list">list(project, managedZone, digestType=None, maxResults=None, pageToken=None)</code>
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700123 <pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700124
125Args:
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700126 project: string, A parameter (required)
127 managedZone: string, A parameter (required)
128 digestType: string, A parameter
129 maxResults: integer, A parameter
130 pageToken: string, A parameter
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700131
132Returns:
133 An object of the form:
134
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700135 {
136 &quot;dnsKeys&quot;: [
137 {
138 &quot;algorithm&quot;: &quot;A String&quot;,
139 &quot;creationTime&quot;: &quot;A String&quot;,
140 &quot;description&quot;: &quot;A String&quot;,
141 &quot;digests&quot;: [
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700142 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700143 &quot;digest&quot;: &quot;A String&quot;,
144 &quot;type&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700145 },
146 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700147 &quot;id&quot;: &quot;A String&quot;,
148 &quot;isActive&quot;: True or False,
149 &quot;keyLength&quot;: 42,
150 &quot;keyTag&quot;: 42,
Bu Sun Kim65020912020-05-20 12:08:20 -0700151 &quot;kind&quot;: &quot;dns#dnsKey&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#dnsKey&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700152 &quot;publicKey&quot;: &quot;A String&quot;,
153 &quot;type&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700154 },
155 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700156 &quot;header&quot;: {
157 &quot;operationId&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700158 },
159 &quot;kind&quot;: &quot;dns#dnsKeysListResponse&quot;, # Type of resource.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700160 &quot;nextPageToken&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700161 }</pre>
162</div>
163
164<div class="method">
165 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
166 <pre>Retrieves the next page of results.
167
168Args:
169 previous_request: The request for the previous page. (required)
170 previous_response: The response from the request for the previous page. (required)
171
172Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700173 A request object that you can call &#x27;execute()&#x27; on to request the next
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700174 page. Returns None if there are no more items in the collection.
175 </pre>
176</div>
177
178</body></html>