Class: Google::Cloud::ApiHub::V1::SourceMetadata::PluginInstanceActionSource
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::SourceMetadata::PluginInstanceActionSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/common_fields.rb
Overview
PluginInstanceActionSource represents the plugin instance action source.
Instance Attribute Summary collapse
-
#action_id ⇒ ::String
readonly
Output only.
-
#plugin_instance ⇒ ::String
readonly
Output only.
Instance Attribute Details
#action_id ⇒ ::String (readonly)
Returns Output only. The id of the plugin instance action.
1711 1712 1713 1714 |
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 1711 class PluginInstanceActionSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#plugin_instance ⇒ ::String (readonly)
Returns Output only. The resource name of the source plugin instance.
Format is
projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}.
1711 1712 1713 1714 |
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 1711 class PluginInstanceActionSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |