aspect_types
Creates, updates, deletes, gets or lists an aspect_types resource.
Overview
| Name | aspect_types |
| Type | Resource |
| Id | google.dataplex.aspect_types |
Fields
The following fields are returned by SELECT queries:
- projects_locations_aspect_types_get
- projects_locations_aspect_types_list
| Name | Datatype | Description |
|---|---|---|
name | string | Output only. The relative resource name of the AspectType, of the form: projects/{project_number}/locations/{location_id}/aspectTypes/{aspect_type_id}. |
authorization | object | Immutable. Defines the Authorization for this type. (id: GoogleCloudDataplexV1AspectTypeAuthorization) |
createTime | string (google-datetime) | Output only. The time when the AspectType was created. |
dataClassification | string | Optional. Immutable. Stores data classification of the aspect. (DATA_CLASSIFICATION_UNSPECIFIED, METADATA_AND_DATA) |
description | string | Optional. Description of the AspectType. |
displayName | string | Optional. User friendly display name. |
etag | string | The service computes this checksum. The client may send it on update and delete requests to ensure it has an up-to-date value before proceeding. |
labels | object | Optional. User-defined labels for the AspectType. |
metadataTemplate | object | Required. MetadataTemplate of the aspect. (id: GoogleCloudDataplexV1AspectTypeMetadataTemplate) |
transferStatus | string | Output only. Denotes the transfer status of the Aspect Type. It is unspecified for Aspect Types created from Dataplex API. (TRANSFER_STATUS_UNSPECIFIED, TRANSFER_STATUS_MIGRATED, TRANSFER_STATUS_TRANSFERRED) |
uid | string | Output only. System generated globally unique ID for the AspectType. If you delete and recreate the AspectType with the same name, then this ID will be different. |
updateTime | string (google-datetime) | Output only. The time when the AspectType was last updated. |
| Name | Datatype | Description |
|---|
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
projects_locations_aspect_types_get | select | projectsId, locationsId, aspectTypesId | Gets an AspectType. | |
projects_locations_aspect_types_list | select | projectsId, locationsId | pageSize, orderBy, filter, pageToken | Lists AspectType resources in a project and location. |
projects_locations_aspect_types_create | insert | projectsId, locationsId | aspectTypeId, validateOnly | Creates an AspectType. |
projects_locations_aspect_types_patch | update | projectsId, locationsId, aspectTypesId | updateMask, validateOnly | Updates an AspectType. |
projects_locations_aspect_types_delete | delete | projectsId, locationsId, aspectTypesId | etag | Deletes an AspectType. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
aspectTypesId | string | |
locationsId | string | |
projectsId | string | |
aspectTypeId | string | |
etag | string | |
filter | string | |
orderBy | string | |
pageSize | integer (int32) | |
pageToken | string | |
updateMask | string (google-fieldmask) | |
validateOnly | boolean |
SELECT examples
- projects_locations_aspect_types_get
- projects_locations_aspect_types_list
Gets an AspectType.
SELECT
name,
authorization,
createTime,
dataClassification,
description,
displayName,
etag,
labels,
metadataTemplate,
transferStatus,
uid,
updateTime
FROM google.dataplex.aspect_types
WHERE projectsId = '{{ projectsId }}' -- required
AND locationsId = '{{ locationsId }}' -- required
AND aspectTypesId = '{{ aspectTypesId }}' -- required
;
Lists AspectType resources in a project and location.
SELECT
*
FROM google.dataplex.aspect_types
WHERE projectsId = '{{ projectsId }}' -- required
AND locationsId = '{{ locationsId }}' -- required
AND pageSize = '{{ pageSize }}'
AND orderBy = '{{ orderBy }}'
AND filter = '{{ filter }}'
AND pageToken = '{{ pageToken }}'
;
INSERT examples
- projects_locations_aspect_types_create
- Manifest
Creates an AspectType.
INSERT INTO google.dataplex.aspect_types (
data__dataClassification,
data__labels,
data__metadataTemplate,
data__displayName,
data__etag,
data__authorization,
data__description,
projectsId,
locationsId,
aspectTypeId,
validateOnly
)
SELECT
'{{ dataClassification }}',
'{{ labels }}',
'{{ metadataTemplate }}',
'{{ displayName }}',
'{{ etag }}',
'{{ authorization }}',
'{{ description }}',
'{{ projectsId }}',
'{{ locationsId }}',
'{{ aspectTypeId }}',
'{{ validateOnly }}'
RETURNING
name,
done,
error,
metadata,
response
;
# Description fields are for documentation purposes
- name: aspect_types
props:
- name: projectsId
value: "{{ projectsId }}"
description: Required parameter for the aspect_types resource.
- name: locationsId
value: "{{ locationsId }}"
description: Required parameter for the aspect_types resource.
- name: dataClassification
value: "{{ dataClassification }}"
description: |
Optional. Immutable. Stores data classification of the aspect.
valid_values: ['DATA_CLASSIFICATION_UNSPECIFIED', 'METADATA_AND_DATA']
- name: labels
value: "{{ labels }}"
description: |
Optional. User-defined labels for the AspectType.
- name: metadataTemplate
description: |
Required. MetadataTemplate of the aspect.
value:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues:
- name: "{{ name }}"
deprecated: "{{ deprecated }}"
index: {{ index }}
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields:
- type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields: "{{ recordFields }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
typeRef: "{{ typeRef }}"
enumValues:
- name: "{{ name }}"
deprecated: "{{ deprecated }}"
index: {{ index }}
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues:
- name: "{{ name }}"
deprecated: "{{ deprecated }}"
index: {{ index }}
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields:
- type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields: "{{ recordFields }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
recordFields:
- type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields: "{{ recordFields }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues:
- "{{ stringValues }}"
typeRef: "{{ typeRef }}"
enumValues:
- name: "{{ name }}"
deprecated: "{{ deprecated }}"
index: {{ index }}
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues:
- name: "{{ name }}"
deprecated: "{{ deprecated }}"
index: {{ index }}
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields:
- type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields: "{{ recordFields }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
typeRef: "{{ typeRef }}"
enumValues:
- name: "{{ name }}"
deprecated: "{{ deprecated }}"
index: {{ index }}
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues:
- name: "{{ name }}"
deprecated: "{{ deprecated }}"
index: {{ index }}
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields:
- type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields: "{{ recordFields }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
recordFields:
- type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields: "{{ recordFields }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues:
- "{{ stringValues }}"
recordFields:
- type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues:
- name: "{{ name }}"
deprecated: "{{ deprecated }}"
index: {{ index }}
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields:
- type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields: "{{ recordFields }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues:
- name: "{{ name }}"
deprecated: "{{ deprecated }}"
index: {{ index }}
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields:
- type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields: "{{ recordFields }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
recordFields: "{{ recordFields }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues:
- "{{ stringValues }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues:
- "{{ stringValues }}"
typeRef: "{{ typeRef }}"
enumValues:
- name: "{{ name }}"
deprecated: "{{ deprecated }}"
index: {{ index }}
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues:
- name: "{{ name }}"
deprecated: "{{ deprecated }}"
index: {{ index }}
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields:
- type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields: "{{ recordFields }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
typeRef: "{{ typeRef }}"
enumValues:
- name: "{{ name }}"
deprecated: "{{ deprecated }}"
index: {{ index }}
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues:
- name: "{{ name }}"
deprecated: "{{ deprecated }}"
index: {{ index }}
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields:
- type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields: "{{ recordFields }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
recordFields:
- type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields: "{{ recordFields }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues:
- "{{ stringValues }}"
typeRef: "{{ typeRef }}"
enumValues:
- name: "{{ name }}"
deprecated: "{{ deprecated }}"
index: {{ index }}
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues:
- name: "{{ name }}"
deprecated: "{{ deprecated }}"
index: {{ index }}
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields:
- type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields: "{{ recordFields }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
typeRef: "{{ typeRef }}"
enumValues:
- name: "{{ name }}"
deprecated: "{{ deprecated }}"
index: {{ index }}
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues:
- name: "{{ name }}"
deprecated: "{{ deprecated }}"
index: {{ index }}
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields:
- type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields: "{{ recordFields }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
recordFields:
- type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields: "{{ recordFields }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues:
- "{{ stringValues }}"
recordFields:
- type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues:
- name: "{{ name }}"
deprecated: "{{ deprecated }}"
index: {{ index }}
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields:
- type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields: "{{ recordFields }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues:
- name: "{{ name }}"
deprecated: "{{ deprecated }}"
index: {{ index }}
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields:
- type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields: "{{ recordFields }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
recordFields: "{{ recordFields }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues:
- "{{ stringValues }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues:
- "{{ stringValues }}"
recordFields:
- type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues:
- name: "{{ name }}"
deprecated: "{{ deprecated }}"
index: {{ index }}
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields:
- type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields: "{{ recordFields }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
typeRef: "{{ typeRef }}"
enumValues:
- name: "{{ name }}"
deprecated: "{{ deprecated }}"
index: {{ index }}
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues:
- name: "{{ name }}"
deprecated: "{{ deprecated }}"
index: {{ index }}
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields:
- type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields: "{{ recordFields }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
recordFields:
- type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields: "{{ recordFields }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues:
- "{{ stringValues }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues:
- name: "{{ name }}"
deprecated: "{{ deprecated }}"
index: {{ index }}
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields:
- type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields: "{{ recordFields }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
typeRef: "{{ typeRef }}"
enumValues:
- name: "{{ name }}"
deprecated: "{{ deprecated }}"
index: {{ index }}
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues:
- name: "{{ name }}"
deprecated: "{{ deprecated }}"
index: {{ index }}
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields:
- type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields: "{{ recordFields }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
recordFields:
- type: "{{ type }}"
typeId: "{{ typeId }}"
constraints:
required: {{ required }}
index: {{ index }}
name: "{{ name }}"
mapItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems:
type: "{{ type }}"
typeId: "{{ typeId }}"
constraints: "{{ constraints }}"
index: {{ index }}
name: "{{ name }}"
mapItems: "{{ mapItems }}"
typeRef: "{{ typeRef }}"
enumValues: "{{ enumValues }}"
arrayItems: "{{ arrayItems }}"
recordFields: "{{ recordFields }}"
annotations: "{{ annotations }}"
recordFields: "{{ recordFields }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues: "{{ stringValues }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues:
- "{{ stringValues }}"
recordFields: "{{ recordFields }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues:
- "{{ stringValues }}"
annotations:
deprecated: "{{ deprecated }}"
description: "{{ description }}"
stringType: "{{ stringType }}"
displayOrder: {{ displayOrder }}
displayName: "{{ displayName }}"
stringValues:
- "{{ stringValues }}"
- name: displayName
value: "{{ displayName }}"
description: |
Optional. User friendly display name.
- name: etag
value: "{{ etag }}"
description: |
The service computes this checksum. The client may send it on update and delete requests to ensure it has an up-to-date value before proceeding.
- name: authorization
description: |
Immutable. Defines the Authorization for this type.
value:
alternateUsePermission: "{{ alternateUsePermission }}"
- name: description
value: "{{ description }}"
description: |
Optional. Description of the AspectType.
- name: aspectTypeId
value: "{{ aspectTypeId }}"
- name: validateOnly
value: {{ validateOnly }}
UPDATE examples
- projects_locations_aspect_types_patch
Updates an AspectType.
UPDATE google.dataplex.aspect_types
SET
data__dataClassification = '{{ dataClassification }}',
data__labels = '{{ labels }}',
data__metadataTemplate = '{{ metadataTemplate }}',
data__displayName = '{{ displayName }}',
data__etag = '{{ etag }}',
data__authorization = '{{ authorization }}',
data__description = '{{ description }}'
WHERE
projectsId = '{{ projectsId }}' --required
AND locationsId = '{{ locationsId }}' --required
AND aspectTypesId = '{{ aspectTypesId }}' --required
AND updateMask = '{{ updateMask}}'
AND validateOnly = {{ validateOnly}}
RETURNING
name,
done,
error,
metadata,
response;
DELETE examples
- projects_locations_aspect_types_delete
Deletes an AspectType.
DELETE FROM google.dataplex.aspect_types
WHERE projectsId = '{{ projectsId }}' --required
AND locationsId = '{{ locationsId }}' --required
AND aspectTypesId = '{{ aspectTypesId }}' --required
AND etag = '{{ etag }}'
;