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