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 \ V2Methods
__construct
Constructor.
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
↳ 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.
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.
var
string
$this
getService
Required. The Service instance to create.
hasService
clearService
setService
Required. The Service instance to create.
$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}.
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}.
var
string
$this
getValidateOnly
Indicates that the request should be validated and default values populated, without persisting the request or creating any resources.
bool
setValidateOnly
Indicates that the request should be validated and default values populated, without persisting the request or creating any resources.
var
bool
$this
static::build
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 ServicesClient::locationName() for help formatting this field.
service
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}.