Class: Google::Cloud::ApiHub::V1::DisablePluginInstanceActionRequest

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 DisablePluginInstanceAction method's request.

Instance Attribute Summary collapse

Instance Attribute Details

#action_id::String

Returns Required. The action id to disable.

Returns:

  • (::String)

    Required. The action id to disable.



809
810
811
812
# File 'proto_docs/google/cloud/apihub/v1/plugin_service.rb', line 809

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

#name::String

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

Returns:

  • (::String)

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



809
810
811
812
# File 'proto_docs/google/cloud/apihub/v1/plugin_service.rb', line 809

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