Class: Google::Cloud::VisionAI::V1::UpdateApplicationInstancesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::UpdateApplicationInstancesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/platform.rb
Overview
Message for updating an ApplicationInstance.
Defined Under Namespace
Classes: UpdateApplicationInstance
Instance Attribute Summary collapse
-
#allow_missing ⇒ ::Boolean
If true, Update Request will create one resource if the target resource doesn't exist, this time, the field_mask will be ignored.
- #application_instances ⇒ ::Array<::Google::Cloud::VisionAI::V1::UpdateApplicationInstancesRequest::UpdateApplicationInstance>
-
#name ⇒ ::String
Required.
-
#request_id ⇒ ::String
Optional.
Instance Attribute Details
#allow_missing ⇒ ::Boolean
Returns If true, Update Request will create one resource if the target resource doesn't exist, this time, the field_mask will be ignored.
620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 620 class UpdateApplicationInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] update_mask # @return [::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. # @!attribute [rw] instance # @return [::Google::Cloud::VisionAI::V1::Instance] # Required. The resource being updated. # @!attribute [rw] instance_id # @return [::String] # Required. The id of the instance. class UpdateApplicationInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#application_instances ⇒ ::Array<::Google::Cloud::VisionAI::V1::UpdateApplicationInstancesRequest::UpdateApplicationInstance>
620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 620 class UpdateApplicationInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] update_mask # @return [::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. # @!attribute [rw] instance # @return [::Google::Cloud::VisionAI::V1::Instance] # Required. The resource being updated. # @!attribute [rw] instance_id # @return [::String] # Required. The id of the instance. class UpdateApplicationInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String
Returns Required. the name of the application to retrieve. Format: "projects/{project}/locations/{location}/applications/{application}".
620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 620 class UpdateApplicationInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] update_mask # @return [::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. # @!attribute [rw] instance # @return [::Google::Cloud::VisionAI::V1::Instance] # Required. The resource being updated. # @!attribute [rw] instance_id # @return [::String] # Required. The id of the instance. class UpdateApplicationInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#request_id ⇒ ::String
Returns Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 620 class UpdateApplicationInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] update_mask # @return [::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. # @!attribute [rw] instance # @return [::Google::Cloud::VisionAI::V1::Instance] # Required. The resource being updated. # @!attribute [rw] instance_id # @return [::String] # Required. The id of the instance. class UpdateApplicationInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |