Reference documentation and code samples for the API hub V1 API class Google::Cloud::ApiHub::V1::UpdatePluginInstanceRequest.
The UpdatePluginInstance method's request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#plugin_instance
def plugin_instance() -> ::Google::Cloud::ApiHub::V1::PluginInstance
Returns
- (::Google::Cloud::ApiHub::V1::PluginInstance) — Required. The plugin instance to update.
#plugin_instance=
def plugin_instance=(value) -> ::Google::Cloud::ApiHub::V1::PluginInstance
Parameter
- value (::Google::Cloud::ApiHub::V1::PluginInstance) — Required. The plugin instance to update.
Returns
- (::Google::Cloud::ApiHub::V1::PluginInstance) — Required. The plugin instance to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Optional. The list of fields to update.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Optional. The list of fields to update.
Returns
- (::Google::Protobuf::FieldMask) — Optional. The list of fields to update.