Reference documentation and code samples for the Compute V1 Client class BackendServiceOrchestrationInfo.
A message containing information about the resource or system that manages the backend service.
Generated from protobuf message google.cloud.compute.v1.BackendServiceOrchestrationInfo
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ resource_uri |
string
The resource URI of the resource or system that manages the backend service. |
getResourceUri
The resource URI of the resource or system that manages the backend service.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasResourceUri
clearResourceUri
setResourceUri
The resource URI of the resource or system that manages the backend service.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|