Class: Google::Cloud::DataCatalog::V1::Contacts::Person

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#designation::String

Returns Designation of the person, for example, Data Steward.

Returns:

  • (::String)

    Designation of the person, for example, Data Steward.



1048
1049
1050
1051
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1048

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>.

Returns:

  • (::String)

    Email of the person in the format of john.doe@xyz, <john.doe@xyz>, or John Doe<john.doe@xyz>.



1048
1049
1050
1051
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1048

class Person
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end