Class: Google::Cloud::ApiHub::V1::DeletePluginInstanceRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

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



844
845
846
847
# File 'proto_docs/google/cloud/apihub/v1/plugin_service.rb', line 844

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