Google Cloud Run V2 Client - Class CreateServiceRequest (0.9.1)

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

Namespace

Google \ Cloud \ Run \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getService

Required. The Service instance to create.

Returns
TypeDescription
Google\Cloud\Run\V2\Service|null

hasService

clearService

setService

Required. The Service instance to create.

Parameter
NameDescription
var Google\Cloud\Run\V2\Service
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getValidateOnly

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

Returns
TypeDescription
bool

setValidateOnly

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

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
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. Please see Google\Cloud\Run\V2\ServicesClient::locationName() for help formatting this field.

service Google\Cloud\Run\V2\Service

Required. The Service instance to create.

serviceId 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
TypeDescription
Google\Cloud\Run\V2\CreateServiceRequest