Class: Google::Cloud::Run::V2::UpdateServiceRequest

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Boolean)

    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.

Returns:



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.

Returns:



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.

Returns:

  • (::Boolean)

    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