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.
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 |
Google\Cloud\Run\V2\Service|null |
hasService
clearService
setService
Required. The Service instance to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Run\V2\Service
|
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 |
static::build
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Cloud\Run\V2\CreateServiceRequest |