Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::AspectType::MetadataTemplate::Annotations.
Definition of the annotations of a field.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#deprecated
def deprecated() -> ::String
- (::String) — Optional. Marks a field as deprecated. You can include a deprecation message.
#deprecated=
def deprecated=(value) -> ::String
- value (::String) — Optional. Marks a field as deprecated. You can include a deprecation message.
- (::String) — Optional. Marks a field as deprecated. You can include a deprecation message.
#description
def description() -> ::String
- (::String) — Optional. Description for a field.
#description=
def description=(value) -> ::String
- value (::String) — Optional. Description for a field.
- (::String) — Optional. Description for a field.
#display_name
def display_name() -> ::String
- (::String) — Optional. Display name for a field.
#display_name=
def display_name=(value) -> ::String
- value (::String) — Optional. Display name for a field.
- (::String) — Optional. Display name for a field.
#display_order
def display_order() -> ::Integer
- (::Integer) — Optional. Display order for a field. You can use this to reorder where a field is rendered.
#display_order=
def display_order=(value) -> ::Integer
- value (::Integer) — Optional. Display order for a field. You can use this to reorder where a field is rendered.
- (::Integer) — Optional. Display order for a field. You can use this to reorder where a field is rendered.
#string_type
def string_type() -> ::String
-
(::String) —
Optional. You can use String Type annotations to specify special meaning to string fields. The following values are supported:
- richText: The field must be interpreted as a rich text field.
- url: A fully qualified URL link.
- resource: A service qualified resource reference.
#string_type=
def string_type=(value) -> ::String
-
value (::String) —
Optional. You can use String Type annotations to specify special meaning to string fields. The following values are supported:
- richText: The field must be interpreted as a rich text field.
- url: A fully qualified URL link.
- resource: A service qualified resource reference.
-
(::String) —
Optional. You can use String Type annotations to specify special meaning to string fields. The following values are supported:
- richText: The field must be interpreted as a rich text field.
- url: A fully qualified URL link.
- resource: A service qualified resource reference.
#string_values
def string_values() -> ::Array<::String>
- (::Array<::String>) — Optional. Suggested hints for string fields. You can use them to suggest values to users through console.
#string_values=
def string_values=(value) -> ::Array<::String>
- value (::Array<::String>) — Optional. Suggested hints for string fields. You can use them to suggest values to users through console.
- (::Array<::String>) — Optional. Suggested hints for string fields. You can use them to suggest values to users through console.