Class: Google::Cloud::ApiHub::V1::Owner

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/apihub/v1/common_fields.rb

Overview

Owner details.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns Optional. The name of the owner.

Returns:

  • (::String)

    Optional. The name of the owner.



832
833
834
835
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 832

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

#email::String

Returns Required. The email of the owner.

Returns:

  • (::String)

    Required. The email of the owner.



832
833
834
835
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 832

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