Skip to content

Commit 989125c

Browse files
feat(dataplex): update the api
#### dataplex:v1 The following keys were added: - resources.projects.resources.locations.methods.searchEntries.parameters.semanticSearch (Total Keys: 2) - resources.projects.resources.locations.resources.entryGroups.resources.entryLinks.methods.create (Total Keys: 14) - resources.projects.resources.locations.resources.entryGroups.resources.entryLinks.methods.delete (Total Keys: 11) - resources.projects.resources.locations.resources.entryGroups.resources.entryLinks.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.glossaries.methods.create (Total Keys: 16) - resources.projects.resources.locations.resources.glossaries.methods.delete (Total Keys: 11) - resources.projects.resources.locations.resources.glossaries.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.glossaries.methods.list (Total Keys: 20) - resources.projects.resources.locations.resources.glossaries.methods.patch (Total Keys: 17) - resources.projects.resources.locations.resources.glossaries.resources.categories.methods.create (Total Keys: 14) - resources.projects.resources.locations.resources.glossaries.resources.categories.methods.delete (Total Keys: 11) - resources.projects.resources.locations.resources.glossaries.resources.categories.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.glossaries.resources.categories.methods.list (Total Keys: 20) - resources.projects.resources.locations.resources.glossaries.resources.categories.methods.patch (Total Keys: 15) - resources.projects.resources.locations.resources.glossaries.resources.terms.methods.create (Total Keys: 14) - resources.projects.resources.locations.resources.glossaries.resources.terms.methods.delete (Total Keys: 11) - resources.projects.resources.locations.resources.glossaries.resources.terms.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.glossaries.resources.terms.methods.list (Total Keys: 20) - resources.projects.resources.locations.resources.glossaries.resources.terms.methods.patch (Total Keys: 15) - schemas.GoogleCloudDataplexV1EntryLink (Total Keys: 18) - schemas.GoogleCloudDataplexV1Glossary (Total Keys: 53) - schemas.GoogleCloudDataplexV1ListGlossariesResponse (Total Keys: 7) - schemas.GoogleCloudDataplexV1ListGlossaryCategoriesResponse (Total Keys: 7) - schemas.GoogleCloudDataplexV1ListGlossaryTermsResponse (Total Keys: 7)
1 parent c1509c1 commit 989125c

8 files changed

+1798
-35
lines changed

docs/dyn/dataplex_v1.projects.locations.aspectTypes.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ <h3>Method Details</h3>
120120
The object takes the form of:
121121

122122
{ # AspectType is a template for creating Aspects, and represents the JSON-schema for a given Entry, for example, BigQuery Table Schema.
123-
&quot;authorization&quot;: { # Autorization for an AspectType. # Immutable. Defines the Authorization for this type.
123+
&quot;authorization&quot;: { # Authorization for an AspectType. # Immutable. Defines the Authorization for this type.
124124
&quot;alternateUsePermission&quot;: &quot;A String&quot;, # Immutable. The IAM permission grantable on the EntryGroup to allow access to instantiate Aspects of Dataplex owned AspectTypes, only settable for Dataplex owned Types.
125125
},
126126
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the AspectType was created.
@@ -250,7 +250,7 @@ <h3>Method Details</h3>
250250
An object of the form:
251251

252252
{ # AspectType is a template for creating Aspects, and represents the JSON-schema for a given Entry, for example, BigQuery Table Schema.
253-
&quot;authorization&quot;: { # Autorization for an AspectType. # Immutable. Defines the Authorization for this type.
253+
&quot;authorization&quot;: { # Authorization for an AspectType. # Immutable. Defines the Authorization for this type.
254254
&quot;alternateUsePermission&quot;: &quot;A String&quot;, # Immutable. The IAM permission grantable on the EntryGroup to allow access to instantiate Aspects of Dataplex owned AspectTypes, only settable for Dataplex owned Types.
255255
},
256256
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the AspectType was created.
@@ -368,7 +368,7 @@ <h3>Method Details</h3>
368368
{ # List AspectTypes response.
369369
&quot;aspectTypes&quot;: [ # AspectTypes under the given parent location.
370370
{ # AspectType is a template for creating Aspects, and represents the JSON-schema for a given Entry, for example, BigQuery Table Schema.
371-
&quot;authorization&quot;: { # Autorization for an AspectType. # Immutable. Defines the Authorization for this type.
371+
&quot;authorization&quot;: { # Authorization for an AspectType. # Immutable. Defines the Authorization for this type.
372372
&quot;alternateUsePermission&quot;: &quot;A String&quot;, # Immutable. The IAM permission grantable on the EntryGroup to allow access to instantiate Aspects of Dataplex owned AspectTypes, only settable for Dataplex owned Types.
373373
},
374374
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the AspectType was created.
@@ -447,7 +447,7 @@ <h3>Method Details</h3>
447447
The object takes the form of:
448448

449449
{ # AspectType is a template for creating Aspects, and represents the JSON-schema for a given Entry, for example, BigQuery Table Schema.
450-
&quot;authorization&quot;: { # Autorization for an AspectType. # Immutable. Defines the Authorization for this type.
450+
&quot;authorization&quot;: { # Authorization for an AspectType. # Immutable. Defines the Authorization for this type.
451451
&quot;alternateUsePermission&quot;: &quot;A String&quot;, # Immutable. The IAM permission grantable on the EntryGroup to allow access to instantiate Aspects of Dataplex owned AspectTypes, only settable for Dataplex owned Types.
452452
},
453453
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the AspectType was created.
Lines changed: 200 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,200 @@
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="dataplex_v1.html">Cloud Dataplex API</a> . <a href="dataplex_v1.projects.html">projects</a> . <a href="dataplex_v1.projects.locations.html">locations</a> . <a href="dataplex_v1.projects.locations.entryGroups.html">entryGroups</a> . <a href="dataplex_v1.projects.locations.entryGroups.entryLinks.html">entryLinks</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="#create">create(parent, body=None, entryLinkId=None, x__xgafv=None)</a></code></p>
82+
<p class="firstline">Creates an Entry Link.</p>
83+
<p class="toc_element">
84+
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
85+
<p class="firstline">Deletes an Entry Link.</p>
86+
<p class="toc_element">
87+
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
88+
<p class="firstline">Gets an entry link.</p>
89+
<h3>Method Details</h3>
90+
<div class="method">
91+
<code class="details" id="close">close()</code>
92+
<pre>Close httplib2 connections.</pre>
93+
</div>
94+
95+
<div class="method">
96+
<code class="details" id="create">create(parent, body=None, entryLinkId=None, x__xgafv=None)</code>
97+
<pre>Creates an Entry Link.
98+
99+
Args:
100+
parent: string, Required. The resource name of the parent Entry Group: projects/{project}/locations/{location}/entryGroups/{entry_group}. (required)
101+
body: object, The request body.
102+
The object takes the form of:
103+
104+
{ # EntryLink represents a link between two entries.
105+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the Entry Link was created.
106+
&quot;entryLinkType&quot;: &quot;A String&quot;, # Required. Immutable. Relative resource name of the Entry Link Type used to create this Entry Link, of the form: projects/{project}/locations/{location}/entryLinkTypes/{entry_link_type}.
107+
&quot;entryReferences&quot;: [ # Required. Specifies the entries referenced in the entry link. There should be exactly two entry references.
108+
{ # Reference to the Entry that is linked through the entry link.
109+
&quot;name&quot;: &quot;A String&quot;, # Required. Immutable. The relative resource name of the referenced entry, of the form: projects/{project}/locations/{location}/entryGroups/{entryGroup}/entries/{entry}.
110+
&quot;path&quot;: &quot;A String&quot;, # Immutable. The path in the entry that is referenced in the entry link. Empty path denotes that the entry itself is referenced in the entry link.
111+
&quot;type&quot;: &quot;A String&quot;, # Required. Immutable. The reference type of the entry.
112+
},
113+
],
114+
&quot;name&quot;: &quot;A String&quot;, # Output only. Immutable. Identifier. The relative resource name of the Entry Link, of the form: projects/{project}/locations/{location}/entryGroups/{entry_group}/entryLinks/{entry_link}.
115+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the Entry Link was last updated.
116+
}
117+
118+
entryLinkId: string, Required. Entry Link identifier * Must contain only lowercase letters, numbers and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the EntryGroup.
119+
x__xgafv: string, V1 error format.
120+
Allowed values
121+
1 - v1 error format
122+
2 - v2 error format
123+
124+
Returns:
125+
An object of the form:
126+
127+
{ # EntryLink represents a link between two entries.
128+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the Entry Link was created.
129+
&quot;entryLinkType&quot;: &quot;A String&quot;, # Required. Immutable. Relative resource name of the Entry Link Type used to create this Entry Link, of the form: projects/{project}/locations/{location}/entryLinkTypes/{entry_link_type}.
130+
&quot;entryReferences&quot;: [ # Required. Specifies the entries referenced in the entry link. There should be exactly two entry references.
131+
{ # Reference to the Entry that is linked through the entry link.
132+
&quot;name&quot;: &quot;A String&quot;, # Required. Immutable. The relative resource name of the referenced entry, of the form: projects/{project}/locations/{location}/entryGroups/{entryGroup}/entries/{entry}.
133+
&quot;path&quot;: &quot;A String&quot;, # Immutable. The path in the entry that is referenced in the entry link. Empty path denotes that the entry itself is referenced in the entry link.
134+
&quot;type&quot;: &quot;A String&quot;, # Required. Immutable. The reference type of the entry.
135+
},
136+
],
137+
&quot;name&quot;: &quot;A String&quot;, # Output only. Immutable. Identifier. The relative resource name of the Entry Link, of the form: projects/{project}/locations/{location}/entryGroups/{entry_group}/entryLinks/{entry_link}.
138+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the Entry Link was last updated.
139+
}</pre>
140+
</div>
141+
142+
<div class="method">
143+
<code class="details" id="delete">delete(name, x__xgafv=None)</code>
144+
<pre>Deletes an Entry Link.
145+
146+
Args:
147+
name: string, Required. The resource name of the Entry Link: projects/{project}/locations/{location}/entryGroups/{entry_group}/entryLinks/{entry_link}. (required)
148+
x__xgafv: string, V1 error format.
149+
Allowed values
150+
1 - v1 error format
151+
2 - v2 error format
152+
153+
Returns:
154+
An object of the form:
155+
156+
{ # EntryLink represents a link between two entries.
157+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the Entry Link was created.
158+
&quot;entryLinkType&quot;: &quot;A String&quot;, # Required. Immutable. Relative resource name of the Entry Link Type used to create this Entry Link, of the form: projects/{project}/locations/{location}/entryLinkTypes/{entry_link_type}.
159+
&quot;entryReferences&quot;: [ # Required. Specifies the entries referenced in the entry link. There should be exactly two entry references.
160+
{ # Reference to the Entry that is linked through the entry link.
161+
&quot;name&quot;: &quot;A String&quot;, # Required. Immutable. The relative resource name of the referenced entry, of the form: projects/{project}/locations/{location}/entryGroups/{entryGroup}/entries/{entry}.
162+
&quot;path&quot;: &quot;A String&quot;, # Immutable. The path in the entry that is referenced in the entry link. Empty path denotes that the entry itself is referenced in the entry link.
163+
&quot;type&quot;: &quot;A String&quot;, # Required. Immutable. The reference type of the entry.
164+
},
165+
],
166+
&quot;name&quot;: &quot;A String&quot;, # Output only. Immutable. Identifier. The relative resource name of the Entry Link, of the form: projects/{project}/locations/{location}/entryGroups/{entry_group}/entryLinks/{entry_link}.
167+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the Entry Link was last updated.
168+
}</pre>
169+
</div>
170+
171+
<div class="method">
172+
<code class="details" id="get">get(name, x__xgafv=None)</code>
173+
<pre>Gets an entry link.
174+
175+
Args:
176+
name: string, Required. The resource name of the Entry Link: projects/{project}/locations/{location}/entryGroups/{entry_group}/entryLinks/{entry_link}. (required)
177+
x__xgafv: string, V1 error format.
178+
Allowed values
179+
1 - v1 error format
180+
2 - v2 error format
181+
182+
Returns:
183+
An object of the form:
184+
185+
{ # EntryLink represents a link between two entries.
186+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the Entry Link was created.
187+
&quot;entryLinkType&quot;: &quot;A String&quot;, # Required. Immutable. Relative resource name of the Entry Link Type used to create this Entry Link, of the form: projects/{project}/locations/{location}/entryLinkTypes/{entry_link_type}.
188+
&quot;entryReferences&quot;: [ # Required. Specifies the entries referenced in the entry link. There should be exactly two entry references.
189+
{ # Reference to the Entry that is linked through the entry link.
190+
&quot;name&quot;: &quot;A String&quot;, # Required. Immutable. The relative resource name of the referenced entry, of the form: projects/{project}/locations/{location}/entryGroups/{entryGroup}/entries/{entry}.
191+
&quot;path&quot;: &quot;A String&quot;, # Immutable. The path in the entry that is referenced in the entry link. Empty path denotes that the entry itself is referenced in the entry link.
192+
&quot;type&quot;: &quot;A String&quot;, # Required. Immutable. The reference type of the entry.
193+
},
194+
],
195+
&quot;name&quot;: &quot;A String&quot;, # Output only. Immutable. Identifier. The relative resource name of the Entry Link, of the form: projects/{project}/locations/{location}/entryGroups/{entry_group}/entryLinks/{entry_link}.
196+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the Entry Link was last updated.
197+
}</pre>
198+
</div>
199+
200+
</body></html>

docs/dyn/dataplex_v1.projects.locations.entryGroups.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ <h2>Instance Methods</h2>
7979
</p>
8080
<p class="firstline">Returns the entries Resource.</p>
8181

82+
<p class="toc_element">
83+
<code><a href="dataplex_v1.projects.locations.entryGroups.entryLinks.html">entryLinks()</a></code>
84+
</p>
85+
<p class="firstline">Returns the entryLinks Resource.</p>
86+
8287
<p class="toc_element">
8388
<code><a href="#close">close()</a></code></p>
8489
<p class="firstline">Close httplib2 connections.</p>

0 commit comments

Comments
 (0)