Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::UpdateApplicationInstancesRequest::UpdateApplicationInstance.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#instance
def instance() -> ::Google::Cloud::VisionAI::V1::Instance
Returns
- (::Google::Cloud::VisionAI::V1::Instance) — Required. The resource being updated.
#instance=
def instance=(value) -> ::Google::Cloud::VisionAI::V1::Instance
Parameter
- value (::Google::Cloud::VisionAI::V1::Instance) — Required. The resource being updated.
Returns
- (::Google::Cloud::VisionAI::V1::Instance) — Required. The resource being updated.
#instance_id
def instance_id() -> ::String
Returns
- (::String) — Required. The id of the instance.
#instance_id=
def instance_id=(value) -> ::String
Parameter
- value (::String) — Required. The id of the instance.
Returns
- (::String) — Required. The id of the instance.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — 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.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — 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.
Returns
- (::Google::Protobuf::FieldMask) — 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.