Class: Google::Cloud::ApiHub::V1::ConfigValueOption

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

ConfigValueOption represents an option for a config variable of type enum or multi select.

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns Optional. Description of the option.

Returns:

  • (::String)

    Optional. Description of the option.



1405
1406
1407
1408
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 1405

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

#display_name::String

Returns Required. Display name of the option.

Returns:

  • (::String)

    Required. Display name of the option.



1405
1406
1407
1408
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 1405

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

#id::String

Returns Required. Id of the option.

Returns:

  • (::String)

    Required. Id of the option.



1405
1406
1407
1408
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 1405

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