Class: Google::Cloud::VisionAI::V1::UpdateApplicationInstancesRequest::UpdateApplicationInstance
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::UpdateApplicationInstancesRequest::UpdateApplicationInstance
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/platform.rb
Instance Attribute Summary collapse
-
#instance ⇒ ::Google::Cloud::VisionAI::V1::Instance
Required.
-
#instance_id ⇒ ::String
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#instance ⇒ ::Google::Cloud::VisionAI::V1::Instance
Returns Required. The resource being updated.
637 638 639 640 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 637 class UpdateApplicationInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance_id ⇒ ::String
Returns Required. The id of the instance.
637 638 639 640 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 637 class UpdateApplicationInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. Field mask is used to specify the fields to be overwritten in the Draft resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
637 638 639 640 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 637 class UpdateApplicationInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |