Reference documentation and code samples for the Google Cloud Service Management V1 Client class CreateServiceRolloutRequest.
Request message for 'CreateServiceRollout'
Generated from protobuf message google.api.servicemanagement.v1.CreateServiceRolloutRequest
Namespace
Google \ Cloud \ ServiceManagement \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ service_name |
string
Required. The name of the service. See the overview for naming requirements. For example: |
↳ rollout |
Google\Cloud\ServiceManagement\V1\Rollout
Required. The rollout resource. The |
getServiceName
Required. The name of the service. See the
overview for naming
requirements. For example: example.googleapis.com
.
Returns | |
---|---|
Type | Description |
string |
setServiceName
Required. The name of the service. See the
overview for naming
requirements. For example: example.googleapis.com
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getRollout
Required. The rollout resource. The service_name
field is output only.
Returns | |
---|---|
Type | Description |
Google\Cloud\ServiceManagement\V1\Rollout|null |
hasRollout
clearRollout
setRollout
Required. The rollout resource. The service_name
field is output only.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\ServiceManagement\V1\Rollout
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
serviceName |
string
Required. The name of the service. See the
overview for naming
requirements. For example: |
rollout |
Google\Cloud\ServiceManagement\V1\Rollout
Required. The rollout resource. The |
Returns | |
---|---|
Type | Description |
Google\Cloud\ServiceManagement\V1\CreateServiceRolloutRequest |