Class: Google::Cloud::ApiHub::V1::UpdatePluginInstanceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::UpdatePluginInstanceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/plugin_service.rb
Overview
The UpdatePluginInstance method's request.
Instance Attribute Summary collapse
-
#plugin_instance ⇒ ::Google::Cloud::ApiHub::V1::PluginInstance
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#plugin_instance ⇒ ::Google::Cloud::ApiHub::V1::PluginInstance
Returns Required. The plugin instance to update.
831 832 833 834 |
# File 'proto_docs/google/cloud/apihub/v1/plugin_service.rb', line 831 class UpdatePluginInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. The list of fields to update.
831 832 833 834 |
# File 'proto_docs/google/cloud/apihub/v1/plugin_service.rb', line 831 class UpdatePluginInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |