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
- (::Google::Cloud::ApiHub::V1::PluginActionConfig::TriggerMode) — Required. The trigger mode supported by the action.
#trigger_mode=
def trigger_mode=(value) -> ::Google::Cloud::ApiHub::V1::PluginActionConfig::TriggerMode
Parameter
- value (::Google::Cloud::ApiHub::V1::PluginActionConfig::TriggerMode) — Required. The trigger mode supported by the action.
Returns
- (::Google::Cloud::ApiHub::V1::PluginActionConfig::TriggerMode) — Required. The trigger mode supported by the action.