Class: Google::Cloud::ApiHub::V1::EnablePluginInstanceActionRequest

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

Overview

The EnablePluginInstanceAction method's request.

Instance Attribute Summary collapse

Instance Attribute Details

#action_id::String

Returns Required. The action id to enable.

Returns:

  • (::String)

    Required. The action id to enable.



785
786
787
788
# File 'proto_docs/google/cloud/apihub/v1/plugin_service.rb', line 785

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

#name::String

Returns Required. The name of the plugin instance to enable. Format: projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}.

Returns:

  • (::String)

    Required. The name of the plugin instance to enable. Format: projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}



785
786
787
788
# File 'proto_docs/google/cloud/apihub/v1/plugin_service.rb', line 785

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