Reference documentation and code samples for the Google Cloud Service Management V1 Client class GetServiceRolloutRequest.
Request message for GetServiceRollout method.
Generated from protobuf message google.api.servicemanagement.v1.GetServiceRolloutRequest
Methods
__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_id |
string
Required. The id of the rollout resource. |
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 |
|
getRolloutId
Required. The id of the rollout resource.
| Returns | |
|---|---|
| Type | Description |
string |
|
setRolloutId
Required. The id of the rollout resource.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|