API hub V1 API - Class Google::Cloud::ApiHub::V1::ConfigValueOption (v0.6.0)

Reference documentation and code samples for the API hub V1 API class Google::Cloud::ApiHub::V1::ConfigValueOption.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#description

def description() -> ::String
Returns
  • (::String) — Optional. Description of the option.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — Optional. Description of the option.
Returns
  • (::String) — Optional. Description of the option.

#display_name

def display_name() -> ::String
Returns
  • (::String) — Required. Display name of the option.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — Required. Display name of the option.
Returns
  • (::String) — Required. Display name of the option.

#id

def id() -> ::String
Returns
  • (::String) — Required. Id of the option.

#id=

def id=(value) -> ::String
Parameter
  • value (::String) — Required. Id of the option.
Returns
  • (::String) — Required. Id of the option.