Skip to content

Commit f6bf3c6

Browse files
feat(datafusion): update the api
#### datafusion:v1 The following keys were added: - schemas.CryptoKeyConfig (Total Keys: 3) - schemas.Instance.properties.cryptoKeyConfig.$ref (Total Keys: 1) #### datafusion:v1beta1 The following keys were added: - resources.projects.resources.locations.resources.instances.resources.dnsPeerings.methods.add (Total Keys: 12) - resources.projects.resources.locations.resources.instances.resources.dnsPeerings.methods.list (Total Keys: 16) - resources.projects.resources.locations.resources.instances.resources.dnsPeerings.methods.remove (Total Keys: 12) - resources.projects.resources.locations.resources.instances.resources.namespaces.methods.list (Total Keys: 18) - schemas.AddDnsPeeringRequest (Total Keys: 3) - schemas.AddDnsPeeringResponse (Total Keys: 2) - schemas.CryptoKeyConfig (Total Keys: 3) - schemas.DnsPeering (Total Keys: 6) - schemas.IAMPolicy (Total Keys: 4) - schemas.Instance.properties.cryptoKeyConfig.$ref (Total Keys: 1) - schemas.ListDnsPeeringsResponse (Total Keys: 5) - schemas.ListNamespacesResponse (Total Keys: 5) - schemas.Namespace (Total Keys: 4) - schemas.RemoveDnsPeeringRequest (Total Keys: 3) - schemas.RemoveDnsPeeringResponse (Total Keys: 2)
1 parent c0695aa commit f6bf3c6

8 files changed

+640
-14
lines changed

docs/dyn/datafusion_v1.projects.locations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ <h3>Method Details</h3>
142142
name: string, The resource that owns the locations collection, if applicable. (required)
143143
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like &quot;displayName=tokyo&quot;, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
144144
includeUnrevealedLocations: boolean, If true, the returned list will include locations which are not yet revealed.
145-
pageSize: integer, The maximum number of results to return. If not set, the service will select a default.
145+
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
146146
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
147147
x__xgafv: string, V1 error format.
148148
Allowed values

docs/dyn/datafusion_v1.projects.locations.instances.html

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,17 @@ <h3>Method Details</h3>
140140
},
141141
],
142142
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the instance was created.
143+
&quot;cryptoKeyConfig&quot;: { # The crypto key configuration. This field is used by the Customer-managed encryption keys (CMEK) feature. # The crypto key configuration. This field is used by the Customer-Managed Encryption Keys (CMEK) feature.
144+
&quot;keyReference&quot;: &quot;A String&quot;, # The name of the key which is used to encrypt/decrypt customer data. For key in Cloud KMS, the key should be in the format of `projects/*/locations/*/keyRings/*/cryptoKeys/*`.
145+
},
143146
&quot;dataprocServiceAccount&quot;: &quot;A String&quot;, # User-managed service account to set on Dataproc when Cloud Data Fusion creates Dataproc to run data processing pipelines. This allows users to have fine-grained access control on Dataproc&#x27;s accesses to cloud resources.
144147
&quot;description&quot;: &quot;A String&quot;, # A description of this instance.
145148
&quot;displayName&quot;: &quot;A String&quot;, # Display name for an instance.
146149
&quot;enableRbac&quot;: True or False, # Option to enable granular role-based access control.
147150
&quot;enableStackdriverLogging&quot;: True or False, # Option to enable Stackdriver Logging.
148151
&quot;enableStackdriverMonitoring&quot;: True or False, # Option to enable Stackdriver Monitoring.
149152
&quot;gcsBucket&quot;: &quot;A String&quot;, # Output only. Cloud Storage bucket generated by Data Fusion in the customer project.
150-
&quot;labels&quot;: { # The resource labels for instance to use to annotate any related underlying resources such as GCE VMs. The character &#x27;=&#x27; is not allowed to be used within the labels.
153+
&quot;labels&quot;: { # The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character &#x27;=&#x27; is not allowed to be used within the labels.
151154
&quot;a_key&quot;: &quot;A String&quot;,
152155
},
153156
&quot;name&quot;: &quot;A String&quot;, # Output only. The name of this instance is in the form of projects/{project}/locations/{location}/instances/{instance}.
@@ -268,14 +271,17 @@ <h3>Method Details</h3>
268271
},
269272
],
270273
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the instance was created.
274+
&quot;cryptoKeyConfig&quot;: { # The crypto key configuration. This field is used by the Customer-managed encryption keys (CMEK) feature. # The crypto key configuration. This field is used by the Customer-Managed Encryption Keys (CMEK) feature.
275+
&quot;keyReference&quot;: &quot;A String&quot;, # The name of the key which is used to encrypt/decrypt customer data. For key in Cloud KMS, the key should be in the format of `projects/*/locations/*/keyRings/*/cryptoKeys/*`.
276+
},
271277
&quot;dataprocServiceAccount&quot;: &quot;A String&quot;, # User-managed service account to set on Dataproc when Cloud Data Fusion creates Dataproc to run data processing pipelines. This allows users to have fine-grained access control on Dataproc&#x27;s accesses to cloud resources.
272278
&quot;description&quot;: &quot;A String&quot;, # A description of this instance.
273279
&quot;displayName&quot;: &quot;A String&quot;, # Display name for an instance.
274280
&quot;enableRbac&quot;: True or False, # Option to enable granular role-based access control.
275281
&quot;enableStackdriverLogging&quot;: True or False, # Option to enable Stackdriver Logging.
276282
&quot;enableStackdriverMonitoring&quot;: True or False, # Option to enable Stackdriver Monitoring.
277283
&quot;gcsBucket&quot;: &quot;A String&quot;, # Output only. Cloud Storage bucket generated by Data Fusion in the customer project.
278-
&quot;labels&quot;: { # The resource labels for instance to use to annotate any related underlying resources such as GCE VMs. The character &#x27;=&#x27; is not allowed to be used within the labels.
284+
&quot;labels&quot;: { # The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character &#x27;=&#x27; is not allowed to be used within the labels.
279285
&quot;a_key&quot;: &quot;A String&quot;,
280286
},
281287
&quot;name&quot;: &quot;A String&quot;, # Output only. The name of this instance is in the form of projects/{project}/locations/{location}/instances/{instance}.
@@ -386,14 +392,17 @@ <h3>Method Details</h3>
386392
},
387393
],
388394
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the instance was created.
395+
&quot;cryptoKeyConfig&quot;: { # The crypto key configuration. This field is used by the Customer-managed encryption keys (CMEK) feature. # The crypto key configuration. This field is used by the Customer-Managed Encryption Keys (CMEK) feature.
396+
&quot;keyReference&quot;: &quot;A String&quot;, # The name of the key which is used to encrypt/decrypt customer data. For key in Cloud KMS, the key should be in the format of `projects/*/locations/*/keyRings/*/cryptoKeys/*`.
397+
},
389398
&quot;dataprocServiceAccount&quot;: &quot;A String&quot;, # User-managed service account to set on Dataproc when Cloud Data Fusion creates Dataproc to run data processing pipelines. This allows users to have fine-grained access control on Dataproc&#x27;s accesses to cloud resources.
390399
&quot;description&quot;: &quot;A String&quot;, # A description of this instance.
391400
&quot;displayName&quot;: &quot;A String&quot;, # Display name for an instance.
392401
&quot;enableRbac&quot;: True or False, # Option to enable granular role-based access control.
393402
&quot;enableStackdriverLogging&quot;: True or False, # Option to enable Stackdriver Logging.
394403
&quot;enableStackdriverMonitoring&quot;: True or False, # Option to enable Stackdriver Monitoring.
395404
&quot;gcsBucket&quot;: &quot;A String&quot;, # Output only. Cloud Storage bucket generated by Data Fusion in the customer project.
396-
&quot;labels&quot;: { # The resource labels for instance to use to annotate any related underlying resources such as GCE VMs. The character &#x27;=&#x27; is not allowed to be used within the labels.
405+
&quot;labels&quot;: { # The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character &#x27;=&#x27; is not allowed to be used within the labels.
397406
&quot;a_key&quot;: &quot;A String&quot;,
398407
},
399408
&quot;name&quot;: &quot;A String&quot;, # Output only. The name of this instance is in the form of projects/{project}/locations/{location}/instances/{instance}.
@@ -465,14 +474,17 @@ <h3>Method Details</h3>
465474
},
466475
],
467476
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the instance was created.
477+
&quot;cryptoKeyConfig&quot;: { # The crypto key configuration. This field is used by the Customer-managed encryption keys (CMEK) feature. # The crypto key configuration. This field is used by the Customer-Managed Encryption Keys (CMEK) feature.
478+
&quot;keyReference&quot;: &quot;A String&quot;, # The name of the key which is used to encrypt/decrypt customer data. For key in Cloud KMS, the key should be in the format of `projects/*/locations/*/keyRings/*/cryptoKeys/*`.
479+
},
468480
&quot;dataprocServiceAccount&quot;: &quot;A String&quot;, # User-managed service account to set on Dataproc when Cloud Data Fusion creates Dataproc to run data processing pipelines. This allows users to have fine-grained access control on Dataproc&#x27;s accesses to cloud resources.
469481
&quot;description&quot;: &quot;A String&quot;, # A description of this instance.
470482
&quot;displayName&quot;: &quot;A String&quot;, # Display name for an instance.
471483
&quot;enableRbac&quot;: True or False, # Option to enable granular role-based access control.
472484
&quot;enableStackdriverLogging&quot;: True or False, # Option to enable Stackdriver Logging.
473485
&quot;enableStackdriverMonitoring&quot;: True or False, # Option to enable Stackdriver Monitoring.
474486
&quot;gcsBucket&quot;: &quot;A String&quot;, # Output only. Cloud Storage bucket generated by Data Fusion in the customer project.
475-
&quot;labels&quot;: { # The resource labels for instance to use to annotate any related underlying resources such as GCE VMs. The character &#x27;=&#x27; is not allowed to be used within the labels.
487+
&quot;labels&quot;: { # The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character &#x27;=&#x27; is not allowed to be used within the labels.
476488
&quot;a_key&quot;: &quot;A String&quot;,
477489
},
478490
&quot;name&quot;: &quot;A String&quot;, # Output only. The name of this instance is in the form of projects/{project}/locations/{location}/instances/{instance}.

docs/dyn/datafusion_v1beta1.projects.locations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ <h3>Method Details</h3>
145145
name: string, The resource that owns the locations collection, if applicable. (required)
146146
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like &quot;displayName=tokyo&quot;, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
147147
includeUnrevealedLocations: boolean, If true, the returned list will include locations which are not yet revealed.
148-
pageSize: integer, The maximum number of results to return. If not set, the service will select a default.
148+
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
149149
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
150150
x__xgafv: string, V1 error format.
151151
Allowed values
Lines changed: 198 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,198 @@
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="datafusion_v1beta1.html">Cloud Data Fusion API</a> . <a href="datafusion_v1beta1.projects.html">projects</a> . <a href="datafusion_v1beta1.projects.locations.html">locations</a> . <a href="datafusion_v1beta1.projects.locations.instances.html">instances</a> . <a href="datafusion_v1beta1.projects.locations.instances.dnsPeerings.html">dnsPeerings</a></h1>
76+
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="#add">add(parent, body=None, x__xgafv=None)</a></code></p>
79+
<p class="firstline">Add DNS peering on the given resource.</p>
80+
<p class="toc_element">
81+
<code><a href="#close">close()</a></code></p>
82+
<p class="firstline">Close httplib2 connections.</p>
83+
<p class="toc_element">
84+
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
85+
<p class="firstline">List DNS peering for a given resource.</p>
86+
<p class="toc_element">
87+
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
88+
<p class="firstline">Retrieves the next page of results.</p>
89+
<p class="toc_element">
90+
<code><a href="#remove">remove(parent, body=None, x__xgafv=None)</a></code></p>
91+
<p class="firstline">Remove DNS peering on the given resource.</p>
92+
<h3>Method Details</h3>
93+
<div class="method">
94+
<code class="details" id="add">add(parent, body=None, x__xgafv=None)</code>
95+
<pre>Add DNS peering on the given resource.
96+
97+
Args:
98+
parent: string, The resource on which DNS peering will be created. (required)
99+
body: object, The request body.
100+
The object takes the form of:
101+
102+
{ # Request message to create dns peering.
103+
&quot;dnsPeering&quot;: { # DNS peering configuration. These configurations are used to create DNS peering with the customer Cloud DNS. # Dns peering config.
104+
&quot;description&quot;: &quot;A String&quot;, # Optional. Optional description of the dns zone.
105+
&quot;domain&quot;: &quot;A String&quot;, # Required. Name of the dns.
106+
&quot;targetNetwork&quot;: &quot;A String&quot;, # Optional. Optional target network to which dns peering should happen.
107+
&quot;targetProject&quot;: &quot;A String&quot;, # Optional. Optional target project to which dns peering should happen.
108+
&quot;zone&quot;: &quot;A String&quot;, # Required. Name of the zone.
109+
},
110+
}
111+
112+
x__xgafv: string, V1 error format.
113+
Allowed values
114+
1 - v1 error format
115+
2 - v2 error format
116+
117+
Returns:
118+
An object of the form:
119+
120+
{ # Response message for set dns peering method.
121+
}</pre>
122+
</div>
123+
124+
<div class="method">
125+
<code class="details" id="close">close()</code>
126+
<pre>Close httplib2 connections.</pre>
127+
</div>
128+
129+
<div class="method">
130+
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
131+
<pre>List DNS peering for a given resource.
132+
133+
Args:
134+
parent: string, Required. The resource on which dns peering will be listed. (required)
135+
pageSize: integer, The maximum number of items to return.
136+
pageToken: string, The next_page_token value to use if there are additional results to retrieve for this list request.
137+
x__xgafv: string, V1 error format.
138+
Allowed values
139+
1 - v1 error format
140+
2 - v2 error format
141+
142+
Returns:
143+
An object of the form:
144+
145+
{ # List dns peering response.
146+
&quot;dnsPeerings&quot;: [ # List of dns peering configs.
147+
{ # DNS peering configuration. These configurations are used to create DNS peering with the customer Cloud DNS.
148+
&quot;description&quot;: &quot;A String&quot;, # Optional. Optional description of the dns zone.
149+
&quot;domain&quot;: &quot;A String&quot;, # Required. Name of the dns.
150+
&quot;targetNetwork&quot;: &quot;A String&quot;, # Optional. Optional target network to which dns peering should happen.
151+
&quot;targetProject&quot;: &quot;A String&quot;, # Optional. Optional target project to which dns peering should happen.
152+
&quot;zone&quot;: &quot;A String&quot;, # Required. Name of the zone.
153+
},
154+
],
155+
&quot;nextPageToken&quot;: &quot;A String&quot;, # Token to retrieve the next page of results or empty if there are no more results in the list.
156+
}</pre>
157+
</div>
158+
159+
<div class="method">
160+
<code class="details" id="list_next">list_next(previous_request, previous_response)</code>
161+
<pre>Retrieves the next page of results.
162+
163+
Args:
164+
previous_request: The request for the previous page. (required)
165+
previous_response: The response from the request for the previous page. (required)
166+
167+
Returns:
168+
A request object that you can call &#x27;execute()&#x27; on to request the next
169+
page. Returns None if there are no more items in the collection.
170+
</pre>
171+
</div>
172+
173+
<div class="method">
174+
<code class="details" id="remove">remove(parent, body=None, x__xgafv=None)</code>
175+
<pre>Remove DNS peering on the given resource.
176+
177+
Args:
178+
parent: string, The resource on which DNS peering will be removed. (required)
179+
body: object, The request body.
180+
The object takes the form of:
181+
182+
{ # Request message to remove dns peering.
183+
&quot;zone&quot;: &quot;A String&quot;, # Required. The zone to be removed.
184+
}
185+
186+
x__xgafv: string, V1 error format.
187+
Allowed values
188+
1 - v1 error format
189+
2 - v2 error format
190+
191+
Returns:
192+
An object of the form:
193+
194+
{ # Response message for set dns peering method.
195+
}</pre>
196+
</div>
197+
198+
</body></html>

0 commit comments

Comments
 (0)