You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/dataplex_v1.projects.locations.aspectTypes.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ <h3>Method Details</h3>
120
120
The object takes the form of:
121
121
122
122
{ # AspectType is a template for creating Aspects, and represents the JSON-schema for a given Entry, for example, BigQuery Table Schema.
123
-
"authorization": { # Autorization for an AspectType. # Immutable. Defines the Authorization for this type.
123
+
"authorization": { # Authorization for an AspectType. # Immutable. Defines the Authorization for this type.
124
124
"alternateUsePermission": "A String", # Immutable. The IAM permission grantable on the EntryGroup to allow access to instantiate Aspects of Dataplex owned AspectTypes, only settable for Dataplex owned Types.
125
125
},
126
126
"createTime": "A String", # Output only. The time when the AspectType was created.
@@ -250,7 +250,7 @@ <h3>Method Details</h3>
250
250
An object of the form:
251
251
252
252
{ # AspectType is a template for creating Aspects, and represents the JSON-schema for a given Entry, for example, BigQuery Table Schema.
253
-
"authorization": { # Autorization for an AspectType. # Immutable. Defines the Authorization for this type.
253
+
"authorization": { # Authorization for an AspectType. # Immutable. Defines the Authorization for this type.
254
254
"alternateUsePermission": "A String", # Immutable. The IAM permission grantable on the EntryGroup to allow access to instantiate Aspects of Dataplex owned AspectTypes, only settable for Dataplex owned Types.
255
255
},
256
256
"createTime": "A String", # Output only. The time when the AspectType was created.
@@ -368,7 +368,7 @@ <h3>Method Details</h3>
368
368
{ # List AspectTypes response.
369
369
"aspectTypes": [ # AspectTypes under the given parent location.
370
370
{ # AspectType is a template for creating Aspects, and represents the JSON-schema for a given Entry, for example, BigQuery Table Schema.
371
-
"authorization": { # Autorization for an AspectType. # Immutable. Defines the Authorization for this type.
371
+
"authorization": { # Authorization for an AspectType. # Immutable. Defines the Authorization for this type.
372
372
"alternateUsePermission": "A String", # Immutable. The IAM permission grantable on the EntryGroup to allow access to instantiate Aspects of Dataplex owned AspectTypes, only settable for Dataplex owned Types.
373
373
},
374
374
"createTime": "A String", # Output only. The time when the AspectType was created.
@@ -447,7 +447,7 @@ <h3>Method Details</h3>
447
447
The object takes the form of:
448
448
449
449
{ # AspectType is a template for creating Aspects, and represents the JSON-schema for a given Entry, for example, BigQuery Table Schema.
450
-
"authorization": { # Autorization for an AspectType. # Immutable. Defines the Authorization for this type.
450
+
"authorization": { # Authorization for an AspectType. # Immutable. Defines the Authorization for this type.
451
451
"alternateUsePermission": "A String", # Immutable. The IAM permission grantable on the EntryGroup to allow access to instantiate Aspects of Dataplex owned AspectTypes, only settable for Dataplex owned Types.
452
452
},
453
453
"createTime": "A String", # Output only. The time when the AspectType was created.
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
+
"createTime": "A String", # Output only. The time when the Entry Link was created.
106
+
"entryLinkType": "A String", # 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
+
"entryReferences": [ # 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
+
"name": "A String", # Required. Immutable. The relative resource name of the referenced entry, of the form: projects/{project}/locations/{location}/entryGroups/{entryGroup}/entries/{entry}.
110
+
"path": "A String", # 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
+
"type": "A String", # Required. Immutable. The reference type of the entry.
112
+
},
113
+
],
114
+
"name": "A String", # 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
+
"updateTime": "A String", # 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
+
"createTime": "A String", # Output only. The time when the Entry Link was created.
129
+
"entryLinkType": "A String", # 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
+
"entryReferences": [ # 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
+
"name": "A String", # Required. Immutable. The relative resource name of the referenced entry, of the form: projects/{project}/locations/{location}/entryGroups/{entryGroup}/entries/{entry}.
133
+
"path": "A String", # 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
+
"type": "A String", # Required. Immutable. The reference type of the entry.
135
+
},
136
+
],
137
+
"name": "A String", # 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
+
"updateTime": "A String", # Output only. The time when the Entry Link was last updated.
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
+
"createTime": "A String", # Output only. The time when the Entry Link was created.
158
+
"entryLinkType": "A String", # 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
+
"entryReferences": [ # 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
+
"name": "A String", # Required. Immutable. The relative resource name of the referenced entry, of the form: projects/{project}/locations/{location}/entryGroups/{entryGroup}/entries/{entry}.
162
+
"path": "A String", # 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
+
"type": "A String", # Required. Immutable. The reference type of the entry.
164
+
},
165
+
],
166
+
"name": "A String", # 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
+
"updateTime": "A String", # Output only. The time when the Entry Link was last updated.
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
+
"createTime": "A String", # Output only. The time when the Entry Link was created.
187
+
"entryLinkType": "A String", # 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
+
"entryReferences": [ # 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
+
"name": "A String", # Required. Immutable. The relative resource name of the referenced entry, of the form: projects/{project}/locations/{location}/entryGroups/{entryGroup}/entries/{entry}.
191
+
"path": "A String", # 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
+
"type": "A String", # Required. Immutable. The reference type of the entry.
193
+
},
194
+
],
195
+
"name": "A String", # 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
+
"updateTime": "A String", # Output only. The time when the Entry Link was last updated.
0 commit comments