Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::AspectType.
Aspect Type is a template for creating Aspects, and represents the JSON-schema for a given Entry, e.g., BigQuery Table Schema.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#authorization
def authorization() -> ::Google::Cloud::Dataplex::V1::AspectType::Authorization
Returns
- (::Google::Cloud::Dataplex::V1::AspectType::Authorization) — Immutable. Authorization defined for this type.
#authorization=
def authorization=(value) -> ::Google::Cloud::Dataplex::V1::AspectType::Authorization
Parameter
- value (::Google::Cloud::Dataplex::V1::AspectType::Authorization) — Immutable. Authorization defined for this type.
Returns
- (::Google::Cloud::Dataplex::V1::AspectType::Authorization) — Immutable. Authorization defined for this type.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time when the AspectType was created.
#description
def description() -> ::String
Returns
- (::String) — Optional. Description of the AspectType.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Optional. Description of the AspectType.
Returns
- (::String) — Optional. Description of the AspectType.
#display_name
def display_name() -> ::String
Returns
- (::String) — Optional. User friendly display name.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Optional. User friendly display name.
Returns
- (::String) — Optional. User friendly display name.
#etag
def etag() -> ::String
Returns
- (::String) — This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
#etag=
def etag=(value) -> ::String
Parameter
- value (::String) — This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
Returns
- (::String) — This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. User-defined labels for the AspectType.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Optional. User-defined labels for the AspectType.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. User-defined labels for the AspectType.
#metadata_template
def metadata_template() -> ::Google::Cloud::Dataplex::V1::AspectType::MetadataTemplate
Returns
- (::Google::Cloud::Dataplex::V1::AspectType::MetadataTemplate) — Required. MetadataTemplate of the aspect.
#metadata_template=
def metadata_template=(value) -> ::Google::Cloud::Dataplex::V1::AspectType::MetadataTemplate
Parameter
- value (::Google::Cloud::Dataplex::V1::AspectType::MetadataTemplate) — Required. MetadataTemplate of the aspect.
Returns
- (::Google::Cloud::Dataplex::V1::AspectType::MetadataTemplate) — Required. MetadataTemplate of the aspect.
#name
def name() -> ::String
Returns
- (::String) — Output only. The relative resource name of the AspectType, of the form: projects/{project_number}/locations/{location_id}/aspectTypes/{aspect_type_id}.
#transfer_status
def transfer_status() -> ::Google::Cloud::Dataplex::V1::TransferStatus
Returns
- (::Google::Cloud::Dataplex::V1::TransferStatus) — Output only. Denotes the transfer status of the Aspect Type. It is unspecified for Aspect Types created from Dataplex API.
#uid
def uid() -> ::String
Returns
- (::String) — Output only. System generated globally unique ID for the AspectType. This ID will be different if the AspectType is deleted and re-created with the same name.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time when the AspectType was last updated.