Reference documentation and code samples for the Google Cloud Network Services V1 Client class GetServiceLbPolicyRequest.
Request used by the GetServiceLbPolicy method.
Generated from protobuf message google.cloud.networkservices.v1.GetServiceLbPolicyRequest
Namespace
Google \ Cloud \ NetworkServices \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. A name of the ServiceLbPolicy to get. Must be in the format projects/{project}/locations/{location}/serviceLbPolicies/*
.
getName
Required. A name of the ServiceLbPolicy to get. Must be in the format projects/{project}/locations/{location}/serviceLbPolicies/*
.
string
setName
Required. A name of the ServiceLbPolicy to get. Must be in the format projects/{project}/locations/{location}/serviceLbPolicies/*
.
var
string
$this
static::build
name
string
Required. A name of the ServiceLbPolicy to get. Must be in the format projects/{project}/locations/{location}/serviceLbPolicies/*
. Please see NetworkServicesClient::serviceLbPolicyName()
for help formatting this field.