Reference documentation and code samples for the Compute V1 Client class GetHealthRegionBackendServiceRequest.
A request message for RegionBackendServices.GetHealth. See the method description for details.
Generated from protobuf message google.cloud.compute.v1.GetHealthRegionBackendServiceRequest
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ backend_service |
string
Name of the BackendService resource for which to get health. |
↳ project |
string
|
↳ region |
string
Name of the region scoping this request. |
↳ resource_group_reference_resource |
Google\Cloud\Compute\V1\ResourceGroupReference
The body resource for this request |
getBackendService
Name of the BackendService resource for which to get health.
Returns | |
---|---|
Type | Description |
string |
setBackendService
Name of the BackendService resource for which to get health.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getProject
Generated from protobuf field string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
string |
setProject
Generated from protobuf field string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getRegion
Name of the region scoping this request.
Returns | |
---|---|
Type | Description |
string |
setRegion
Name of the region scoping this request.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getResourceGroupReferenceResource
The body resource for this request
Returns | |
---|---|
Type | Description |
Google\Cloud\Compute\V1\ResourceGroupReference|null |
hasResourceGroupReferenceResource
clearResourceGroupReferenceResource
setResourceGroupReferenceResource
The body resource for this request
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Compute\V1\ResourceGroupReference
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
project |
string
|
region |
string
Name of the region scoping this request. |
backendService |
string
Name of the BackendService resource for which to get health. |
resourceGroupReferenceResource |
Google\Cloud\Compute\V1\ResourceGroupReference
The body resource for this request |
Returns | |
---|---|
Type | Description |
Google\Cloud\Compute\V1\GetHealthRegionBackendServiceRequest |