Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::Contacts::Person.
A contact person for the entry.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#designation
def designation() -> ::String
Returns
- (::String) — Designation of the person, for example, Data Steward.
#designation=
def designation=(value) -> ::String
Parameter
- value (::String) — Designation of the person, for example, Data Steward.
Returns
- (::String) — Designation of the person, for example, Data Steward.
def email() -> ::String
Returns
-
(::String) — Email of the person in the format of
john.doe@xyz
,<john.doe@xyz>
, orJohn Doe<john.doe@xyz>
.
#email=
def email=(value) -> ::String
Parameter
-
value (::String) — Email of the person in the format of
john.doe@xyz
,<john.doe@xyz>
, orJohn Doe<john.doe@xyz>
.
Returns
-
(::String) — Email of the person in the format of
john.doe@xyz
,<john.doe@xyz>
, orJohn Doe<john.doe@xyz>
.