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

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

PluginActionConfig represents the configuration of an action supported by a plugin.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#description

def description() -> ::String
Returns
  • (::String) — Required. The description of the operation performed by the action.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — Required. The description of the operation performed by the action.
Returns
  • (::String) — Required. The description of the operation performed by the action.

#display_name

def display_name() -> ::String
Returns
  • (::String) — Required. The display name of the action.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — Required. The display name of the action.
Returns
  • (::String) — Required. The display name of the action.

#id

def id() -> ::String
Returns
  • (::String) — Required. The id of the action.

#id=

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

#trigger_mode

def trigger_mode() -> ::Google::Cloud::ApiHub::V1::PluginActionConfig::TriggerMode
Returns

#trigger_mode=

def trigger_mode=(value) -> ::Google::Cloud::ApiHub::V1::PluginActionConfig::TriggerMode
Parameter
Returns