blob: 2ef40ca89f607e2735308bb32c8bfe06e3106e2c [file] [log] [blame]
Nathaniel Manista4f877e52015-06-15 16:44:50 +00001<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.projects.html">projects</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070078 <code><a href="#get">get(project, clientOperationId=None)</a></code></p>
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070079<p class="firstline"></p>
Nathaniel Manista4f877e52015-06-15 16:44:50 +000080<h3>Method Details</h3>
81<div class="method">
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070082 <code class="details" id="get">get(project, clientOperationId=None)</code>
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070083 <pre>
Nathaniel Manista4f877e52015-06-15 16:44:50 +000084
85Args:
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070086 project: string, A parameter (required)
87 clientOperationId: string, A parameter
Nathaniel Manista4f877e52015-06-15 16:44:50 +000088
89Returns:
90 An object of the form:
91
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070092 {
93 &quot;id&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -070094 &quot;kind&quot;: &quot;dns#project&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#project&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070095 &quot;number&quot;: &quot;A String&quot;,
96 &quot;quota&quot;: {
97 &quot;dnsKeysPerManagedZone&quot;: 42,
Bu Sun Kim65020912020-05-20 12:08:20 -070098 &quot;kind&quot;: &quot;dns#quota&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#quota&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070099 &quot;managedZones&quot;: 42,
100 &quot;managedZonesPerNetwork&quot;: 42,
101 &quot;networksPerManagedZone&quot;: 42,
102 &quot;networksPerPolicy&quot;: 42,
103 &quot;policies&quot;: 42,
104 &quot;resourceRecordsPerRrset&quot;: 42,
105 &quot;rrsetAdditionsPerChange&quot;: 42,
106 &quot;rrsetDeletionsPerChange&quot;: 42,
107 &quot;rrsetsPerManagedZone&quot;: 42,
108 &quot;targetNameServersPerManagedZone&quot;: 42,
109 &quot;targetNameServersPerPolicy&quot;: 42,
110 &quot;totalRrdataSizePerChange&quot;: 42,
111 &quot;whitelistedKeySpecs&quot;: [
112 {
113 &quot;algorithm&quot;: &quot;A String&quot;,
114 &quot;keyLength&quot;: 42,
115 &quot;keyType&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700116 &quot;kind&quot;: &quot;dns#dnsKeySpec&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#dnsKeySpec&quot;.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700117 },
118 ],
Nathaniel Manista4f877e52015-06-15 16:44:50 +0000119 },
Nathaniel Manista4f877e52015-06-15 16:44:50 +0000120 }</pre>
121</div>
122
123</body></html>