Class: Google::Cloud::ApiHub::V1::PluginInstanceAction::ResourceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::PluginInstanceAction::ResourceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/plugin_service.rb
Overview
The configuration of resources created for a given plugin instance action.
Instance Attribute Summary collapse
-
#action_type ⇒ ::Google::Cloud::ApiHub::V1::ActionType
readonly
Output only.
-
#pubsub_topic ⇒ ::String
readonly
Output only.
Instance Attribute Details
#action_type ⇒ ::Google::Cloud::ApiHub::V1::ActionType (readonly)
Returns Output only. The type of the action.
308 309 310 311 |
# File 'proto_docs/google/cloud/apihub/v1/plugin_service.rb', line 308 class ResourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pubsub_topic ⇒ ::String (readonly)
Returns Output only. The pubsub topic to publish the data to. Format is projects/{project}/topics/{topic}.
308 309 310 311 |
# File 'proto_docs/google/cloud/apihub/v1/plugin_service.rb', line 308 class ResourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |