Cloud Run V2 API - Class Google::Cloud::Run::V2::CreateServiceRequest (v0.13.2)

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

Request message for creating a Service.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The location and project in which this service should be created. Format: projects/{project}/locations/{location}, where {project} can be project id or number. Only lowercase characters, digits, and hyphens.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The location and project in which this service should be created. Format: projects/{project}/locations/{location}, where {project} can be project id or number. Only lowercase characters, digits, and hyphens.
Returns
  • (::String) — Required. The location and project in which this service should be created. Format: projects/{project}/locations/{location}, where {project} can be project id or number. Only lowercase characters, digits, and hyphens.

#service

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

#service=

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

#service_id

def service_id() -> ::String
Returns
  • (::String) — Required. The unique identifier for the Service. It must begin with letter, and cannot end with hyphen; must contain fewer than 50 characters. The name of the service becomes {parent}/services/{service_id}.

#service_id=

def service_id=(value) -> ::String
Parameter
  • value (::String) — Required. The unique identifier for the Service. It must begin with letter, and cannot end with hyphen; must contain fewer than 50 characters. The name of the service becomes {parent}/services/{service_id}.
Returns
  • (::String) — Required. The unique identifier for the Service. It must begin with letter, and cannot end with hyphen; must contain fewer than 50 characters. The name of the service becomes {parent}/services/{service_id}.

#validate_only

def validate_only() -> ::Boolean
Returns
  • (::Boolean) — Indicates that the request should be validated and default values populated, without persisting the request or creating 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 creating any resources.
Returns
  • (::Boolean) — Indicates that the request should be validated and default values populated, without persisting the request or creating any resources.