Cloud Run V2 API - Class Google::Cloud::Run::V2::UpdateServiceRequest (v0.3.0)

Reference documentation and code samples for the Cloud Run V2 API class Google::Cloud::Run::V2::UpdateServiceRequest.

Request message for updating a service.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#allow_missing

def allow_missing() -> ::Boolean
Returns
  • (::Boolean) — If set to true, and if the Service does not exist, it will create a new one. Caller must have both create and update permissions for this call if this is set to true.

#allow_missing=

def allow_missing=(value) -> ::Boolean
Parameter
  • value (::Boolean) — If set to true, and if the Service does not exist, it will create a new one. Caller must have both create and update permissions for this call if this is set to true.
Returns
  • (::Boolean) — If set to true, and if the Service does not exist, it will create a new one. Caller must have both create and update permissions for this call if this is set to true.

#service

def service() -> ::Google::Cloud::Run::V2::Service
Returns

#service=

def service=(value) -> ::Google::Cloud::Run::V2::Service
Parameter
Returns

#validate_only

def validate_only() -> ::Boolean
Returns
  • (::Boolean) — Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.

#validate_only=

def validate_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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.