Class: Google::Cloud::ApiHub::V1::GetPluginRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

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



75
76
77
78
# File 'proto_docs/google/cloud/apihub/v1/plugin_service.rb', line 75

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