Class Google::Cloud::DataCatalog::V1::Contacts::Person (v0.10.0)

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.

#email

def email() -> ::String
Returns
  • (::String) — Email of the person in the format of john.doe@example.com, <john.doe@example.com>, or John Doe<john.doe@example.com>.

#email=

def email=(value) -> ::String
Parameter
  • value (::String) — Email of the person in the format of john.doe@example.com, <john.doe@example.com>, or John Doe<john.doe@example.com>.
Returns
  • (::String) — Email of the person in the format of john.doe@example.com, <john.doe@example.com>, or John Doe<john.doe@example.com>.