lib/google/apis/dataplex_v1/classes.rb in google-apis-dataplex_v1-0.25.0 vs lib/google/apis/dataplex_v1/classes.rb in google-apis-dataplex_v1-0.26.0
- old
+ new
@@ -1230,12 +1230,15 @@
# The profile information for each field type.
# Corresponds to the JSON property `profile`
# @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo]
attr_accessor :profile
- # The field data type. Possible values include: STRING BYTE INT64 INT32 INT16
- # DOUBLE FLOAT DECIMAL BOOLEAN BINARY TIMESTAMP DATE TIME NULL RECORD
+ # The data type retrieved from the schema of the data source. For instance, for
+ # a BigQuery native table, it is the BigQuery Table Schema (https://cloud.google.
+ # com/bigquery/docs/reference/rest/v2/tables#tablefieldschema). For a Dataplex
+ # Entity, it is the Entity Schema (https://cloud.google.com/dataplex/docs/
+ # reference/rpc/google.cloud.dataplex.v1#type_3).
# Corresponds to the JSON property `type`
# @return [String]
attr_accessor :type
def initialize(**args)
@@ -2668,11 +2671,10 @@
attr_accessor :format
# Required. 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. Must begin with a letter and consist of 256 or
- # fewer characters.
+ # numbers (0-9), and underscores, and consist of 256 or fewer characters.
# Corresponds to the JSON property `id`
# @return [String]
attr_accessor :id
# Output only. The resource name of the entity, of the form: projects/`