Skip to content

Commit f5c7ba0

Browse files
feat(servicenetworking): update the api
#### servicenetworking:v1 The following keys were deleted: - resources.services.resources.dnsZone.methods.get (Total Keys: 11) - resources.services.resources.dnsZones.methods.list (Total Keys: 11) The following keys were added: - resources.services.resources.projects.resources.global.resources.networks.resources.dnsZones.methods.get (Total Keys: 11) - resources.services.resources.projects.resources.global.resources.networks.resources.dnsZones.methods.list (Total Keys: 11)
1 parent e034aa4 commit f5c7ba0

7 files changed

+213
-98
lines changed

docs/dyn/servicenetworking_v1.services.dnsRecordSets.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ <h3>Method Details</h3>
157157
parent: string, Required. Parent resource identifying the connection which owns this collection of DNS zones in the format services/{service}. (required)
158158
consumerNetwork: string, Required. The consumer network containing the record set. Must be in the form of projects/{project}/global/networks/{network}
159159
domain: string, Required. The domain name of the zone containing the recordset.
160-
type: string, Required. RecordSet Type eg. type=&#x27;A&#x27;. See the list of [Supported DNS Types](https://dns.corp.google.com/docs/overview).
160+
type: string, Required. RecordSet Type eg. type=&#x27;A&#x27;. See the list of [Supported DNS Types](https://cloud.google.com/dns/records/json-record).
161161
x__xgafv: string, V1 error format.
162162
Allowed values
163163
1 - v1 error format

docs/dyn/servicenetworking_v1.services.dnsZones.html

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ <h2>Instance Methods</h2>
8080
<p class="toc_element">
8181
<code><a href="#close">close()</a></code></p>
8282
<p class="firstline">Close httplib2 connections.</p>
83-
<p class="toc_element">
84-
<code><a href="#list">list(parent, x__xgafv=None)</a></code></p>
85-
<p class="firstline">* Service producers can use this method to retrieve a list of available DNS zones in the shared producer host project and the matching peering zones in the consumer project. *</p>
8683
<p class="toc_element">
8784
<code><a href="#remove">remove(parent, body=None, x__xgafv=None)</a></code></p>
8885
<p class="firstline">Service producers can use this method to remove private DNS zones in the shared producer host project and matching peering zones in the consumer project.</p>
@@ -136,36 +133,6 @@ <h3>Method Details</h3>
136133
<pre>Close httplib2 connections.</pre>
137134
</div>
138135

139-
<div class="method">
140-
<code class="details" id="list">list(parent, x__xgafv=None)</code>
141-
<pre>* Service producers can use this method to retrieve a list of available DNS zones in the shared producer host project and the matching peering zones in the consumer project. *
142-
143-
Args:
144-
parent: string, Required. Parent resource identifying the connection which owns this collection of DNS zones in the format services/{service}/projects/{project}/global/networks/{network} Service: The service that is managing connectivity for the service producer&#x27;s organization. For Google services that support this functionality, this value is `servicenetworking.googleapis.com`. Projects: the consumer project containing the consumer network. Network: The consumer network accessible from the tenant project. (required)
145-
x__xgafv: string, V1 error format.
146-
Allowed values
147-
1 - v1 error format
148-
2 - v2 error format
149-
150-
Returns:
151-
An object of the form:
152-
153-
{ # Represents all DNS zones in the shared producer host project and the matching peering zones in the consumer project.
154-
&quot;dnsZonePairs&quot;: [ # All pairs of private DNS zones in the shared producer host project and the matching peering zones in the consumer project..
155-
{ # * Represents a pair of private and peering DNS zone resources. *
156-
&quot;consumerPeeringZone&quot;: { # Represents a DNS zone resource. # The DNS peering zone in the consumer project.
157-
&quot;dnsSuffix&quot;: &quot;A String&quot;, # The DNS name suffix of this zone e.g. `example.com.`. Cloud DNS requires that a DNS suffix ends with a trailing dot.
158-
&quot;name&quot;: &quot;A String&quot;, # User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
159-
},
160-
&quot;producerPrivateZone&quot;: { # Represents a DNS zone resource. # The private DNS zone in the shared producer host project.
161-
&quot;dnsSuffix&quot;: &quot;A String&quot;, # The DNS name suffix of this zone e.g. `example.com.`. Cloud DNS requires that a DNS suffix ends with a trailing dot.
162-
&quot;name&quot;: &quot;A String&quot;, # User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
163-
},
164-
},
165-
],
166-
}</pre>
167-
</div>
168-
169136
<div class="method">
170137
<code class="details" id="remove">remove(parent, body=None, x__xgafv=None)</code>
171138
<pre>Service producers can use this method to remove private DNS zones in the shared producer host project and matching peering zones in the consumer project.

docs/dyn/servicenetworking_v1.services.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@ <h2>Instance Methods</h2>
8484
</p>
8585
<p class="firstline">Returns the dnsRecordSets Resource.</p>
8686

87-
<p class="toc_element">
88-
<code><a href="servicenetworking_v1.services.dnsZone.html">dnsZone()</a></code>
89-
</p>
90-
<p class="firstline">Returns the dnsZone Resource.</p>
91-
9287
<p class="toc_element">
9388
<code><a href="servicenetworking_v1.services.dnsZones.html">dnsZones()</a></code>
9489
</p>
Lines changed: 148 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,148 @@
1+
<html><body>
2+
<style>
3+
4+
body, 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+
15+
body {
16+
font-size: 13px;
17+
padding: 1em;
18+
}
19+
20+
h1 {
21+
font-size: 26px;
22+
margin-bottom: 1em;
23+
}
24+
25+
h2 {
26+
font-size: 24px;
27+
margin-bottom: 1em;
28+
}
29+
30+
h3 {
31+
font-size: 20px;
32+
margin-bottom: 1em;
33+
margin-top: 1em;
34+
}
35+
36+
pre, code {
37+
line-height: 1.5;
38+
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39+
}
40+
41+
pre {
42+
margin-top: 0.5em;
43+
}
44+
45+
h1, h2, h3, p {
46+
font-family: Arial, sans serif;
47+
}
48+
49+
h1, 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="servicenetworking_v1.html">Service Networking API</a> . <a href="servicenetworking_v1.services.html">services</a> . <a href="servicenetworking_v1.services.projects.html">projects</a> . <a href="servicenetworking_v1.services.projects.global_.html">global_</a> . <a href="servicenetworking_v1.services.projects.global_.networks.html">networks</a> . <a href="servicenetworking_v1.services.projects.global_.networks.dnsZones.html">dnsZones</a></h1>
76+
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="#close">close()</a></code></p>
79+
<p class="firstline">Close httplib2 connections.</p>
80+
<p class="toc_element">
81+
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
82+
<p class="firstline">Service producers can use this method to retrieve a DNS zone in the shared producer host project and the matching peering zones in consumer project</p>
83+
<p class="toc_element">
84+
<code><a href="#list">list(parent, x__xgafv=None)</a></code></p>
85+
<p class="firstline">* Service producers can use this method to retrieve a list of available DNS zones in the shared producer host project and the matching peering zones in the consumer project. *</p>
86+
<h3>Method Details</h3>
87+
<div class="method">
88+
<code class="details" id="close">close()</code>
89+
<pre>Close httplib2 connections.</pre>
90+
</div>
91+
92+
<div class="method">
93+
<code class="details" id="get">get(name, x__xgafv=None)</code>
94+
<pre>Service producers can use this method to retrieve a DNS zone in the shared producer host project and the matching peering zones in consumer project
95+
96+
Args:
97+
name: string, Required. The network that the consumer is using to connect with services. Must be in the form of services/{service}/projects/{project}/global/networks/{network}/zones/{zoneName} Where {service} is the peering service that is managing connectivity for the service producer&#x27;s organization. For Google services that support this {project} is the project number, as in &#x27;12345&#x27; {network} is the network name. {zoneName} is the DNS zone name (required)
98+
x__xgafv: string, V1 error format.
99+
Allowed values
100+
1 - v1 error format
101+
2 - v2 error format
102+
103+
Returns:
104+
An object of the form:
105+
106+
{ # Represents managed DNS zones created in the shared Producer host and consumer projects.
107+
&quot;consumerPeeringZone&quot;: { # Represents a DNS zone resource. # The DNS peering zone created in the consumer project.
108+
&quot;dnsSuffix&quot;: &quot;A String&quot;, # The DNS name suffix of this zone e.g. `example.com.`. Cloud DNS requires that a DNS suffix ends with a trailing dot.
109+
&quot;name&quot;: &quot;A String&quot;, # User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
110+
},
111+
&quot;producerPrivateZone&quot;: { # Represents a DNS zone resource. # The private DNS zone created in the shared producer host project.
112+
&quot;dnsSuffix&quot;: &quot;A String&quot;, # The DNS name suffix of this zone e.g. `example.com.`. Cloud DNS requires that a DNS suffix ends with a trailing dot.
113+
&quot;name&quot;: &quot;A String&quot;, # User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
114+
},
115+
}</pre>
116+
</div>
117+
118+
<div class="method">
119+
<code class="details" id="list">list(parent, x__xgafv=None)</code>
120+
<pre>* Service producers can use this method to retrieve a list of available DNS zones in the shared producer host project and the matching peering zones in the consumer project. *
121+
122+
Args:
123+
parent: string, Required. Parent resource identifying the connection which owns this collection of DNS zones in the format services/{service}/projects/{project}/global/networks/{network} Service: The service that is managing connectivity for the service producer&#x27;s organization. For Google services that support this functionality, this value is `servicenetworking.googleapis.com`. Projects: the consumer project containing the consumer network. Network: The consumer network accessible from the tenant project. (required)
124+
x__xgafv: string, V1 error format.
125+
Allowed values
126+
1 - v1 error format
127+
2 - v2 error format
128+
129+
Returns:
130+
An object of the form:
131+
132+
{ # Represents all DNS zones in the shared producer host project and the matching peering zones in the consumer project.
133+
&quot;dnsZonePairs&quot;: [ # All pairs of private DNS zones in the shared producer host project and the matching peering zones in the consumer project..
134+
{ # * Represents a pair of private and peering DNS zone resources. *
135+
&quot;consumerPeeringZone&quot;: { # Represents a DNS zone resource. # The DNS peering zone in the consumer project.
136+
&quot;dnsSuffix&quot;: &quot;A String&quot;, # The DNS name suffix of this zone e.g. `example.com.`. Cloud DNS requires that a DNS suffix ends with a trailing dot.
137+
&quot;name&quot;: &quot;A String&quot;, # User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
138+
},
139+
&quot;producerPrivateZone&quot;: { # Represents a DNS zone resource. # The private DNS zone in the shared producer host project.
140+
&quot;dnsSuffix&quot;: &quot;A String&quot;, # The DNS name suffix of this zone e.g. `example.com.`. Cloud DNS requires that a DNS suffix ends with a trailing dot.
141+
&quot;name&quot;: &quot;A String&quot;, # User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
142+
},
143+
},
144+
],
145+
}</pre>
146+
</div>
147+
148+
</body></html>

docs/dyn/servicenetworking_v1.services.projects.global_.networks.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@
7474

7575
<h1><a href="servicenetworking_v1.html">Service Networking API</a> . <a href="servicenetworking_v1.services.html">services</a> . <a href="servicenetworking_v1.services.projects.html">projects</a> . <a href="servicenetworking_v1.services.projects.global_.html">global_</a> . <a href="servicenetworking_v1.services.projects.global_.networks.html">networks</a></h1>
7676
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="servicenetworking_v1.services.projects.global_.networks.dnsZones.html">dnsZones()</a></code>
79+
</p>
80+
<p class="firstline">Returns the dnsZones Resource.</p>
81+
7782
<p class="toc_element">
7883
<code><a href="servicenetworking_v1.services.projects.global_.networks.peeredDnsDomains.html">peeredDnsDomains()</a></code>
7984
</p>

0 commit comments

Comments
 (0)