Class: Google::Cloud::DataCatalog::V1::Contacts::Person
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::Contacts::Person
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/datacatalog.rb
Overview
A contact person for the entry.
Instance Attribute Summary collapse
-
#designation ⇒ ::String
Designation of the person, for example, Data Steward.
-
#email ⇒ ::String
Email of the person in the format of
john.doe@xyz
,<john.doe@xyz>
, orJohn Doe<john.doe@xyz>
.
Instance Attribute Details
#designation ⇒ ::String
Returns Designation of the person, for example, Data Steward.
1082 1083 1084 1085 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1082 class Person include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#email ⇒ ::String
Returns Email of the person in the format of john.doe@xyz
,
<john.doe@xyz>
, or John Doe<john.doe@xyz>
.
1082 1083 1084 1085 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1082 class Person include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |