Entity Args
/* Create a metadata entity. Auto-naming is currently not supported for this resource.
Constructors
Properties
Immutable. The storage path of the entity data. For Cloud Storage data, this is the fully-qualified path to the entity, such as gs://bucket/path/to/data. For BigQuery data, this is the name of the table resource, such as projects/project_id/datasets/dataset_id/tables/table_id.
Optional. The set of items within the data path constituting the data in the entity, represented as a glob path. Example: gs://bucket/path/to/data/**/*.csv.
Optional. User friendly longer description text. Must be shorter than or equal to 1024 characters.
Optional. Display name must be shorter than or equal to 256 characters.
Identifies the storage format of the entity data. It does not apply to entities with data stored in BigQuery.
A user-provided entity ID. It is mutable, and will be used as the published table name. Specifying a new ID in an update entity request will override the existing value. The ID must contain only letters (a-z, A-Z), numbers (0-9), and underscores, and consist of 256 or fewer characters.
The description of the data structure and layout. The schema is not included in list responses. It is only included in SCHEMA and FULL entity views of a GetEntity response.
Immutable. Identifies the storage system of the entity data.
Immutable. The type of entity.