Class: Google::Cloud::Run::V2::UpdateServiceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::UpdateServiceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/service.rb
Overview
Request message for updating a service.
Instance Attribute Summary collapse
-
#allow_missing ⇒ ::Boolean
Optional.
-
#service ⇒ ::Google::Cloud::Run::V2::Service
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
-
#validate_only ⇒ ::Boolean
Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.
Instance Attribute Details
#allow_missing ⇒ ::Boolean
Returns Optional. If set to true, and if the Service does not exist, it will create a new one. The caller must have 'run.services.create' permissions if this is set to true and the Service does not exist.
63 64 65 66 |
# File 'proto_docs/google/cloud/run/v2/service.rb', line 63 class UpdateServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service ⇒ ::Google::Cloud::Run::V2::Service
Returns Required. The Service to be updated.
63 64 65 66 |
# File 'proto_docs/google/cloud/run/v2/service.rb', line 63 class UpdateServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. The list of fields to be updated.
63 64 65 66 |
# File 'proto_docs/google/cloud/run/v2/service.rb', line 63 class UpdateServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.
63 64 65 66 |
# File 'proto_docs/google/cloud/run/v2/service.rb', line 63 class UpdateServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |