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 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)

    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.



60
61
62
63
# File 'proto_docs/google/cloud/run/v2/service.rb', line 60

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:



60
61
62
63
# File 'proto_docs/google/cloud/run/v2/service.rb', line 60

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.



60
61
62
63
# File 'proto_docs/google/cloud/run/v2/service.rb', line 60

class UpdateServiceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end