Google Cloud Run V2 Client - Class CreateServiceRequest (0.3.4)

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

Request message for creating a Service.

Generated from protobuf message google.cloud.run.v2.CreateServiceRequest

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ parent
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
Google\Cloud\Run\V2\Service

Required. The Service instance to create.

↳ service_id
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
bool

Indicates that the request should be validated and default values populated, without persisting the request or creating any resources.

getParent

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
Type
Description
string

setParent

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.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getService

Required. The Service instance to create.

Returns
Type
Description

hasService

clearService

setService

Required. The Service instance to create.

Parameter
Name
Description
Returns
Type
Description
$this

getServiceId

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
Type
Description
string

setServiceId

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}.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getValidateOnly

Indicates that the request should be validated and default values populated, without persisting the request or creating any resources.

Returns
Type
Description
bool

setValidateOnly

Indicates that the request should be validated and default values populated, without persisting the request or creating any resources.

Parameter
Name
Description
var
bool
Returns
Type
Description
$this
Design a Mobile Site
View Site in Mobile | Classic
Share by: