Class: Google::Cloud::Connectors::V1::EnumOption

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

Overview

EnumOption definition

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns Display name of the option.

Returns:

  • (::String)

    Display name of the option.



152
153
154
155
# File 'proto_docs/google/cloud/connectors/v1/common.rb', line 152

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

#id::String

Returns Id of the option.

Returns:

  • (::String)

    Id of the option.



152
153
154
155
# File 'proto_docs/google/cloud/connectors/v1/common.rb', line 152

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