Reference documentation and code samples for the Google Cloud Network Services V1 Client class GatewayRouteView.
GatewayRouteView defines view-only resource for Routes to a Gateway
Generated from protobuf message google.cloud.networkservices.v1.GatewayRouteView
Namespace
Google \ Cloud \ NetworkServices \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. Identifier. Full path name of the GatewayRouteView resource. Format: projects/{project_number}/locations/{location}/gateways/{gateway}/routeViews/{route_view}
↳ route_project_number
int|string
Output only. Project number where the route exists.
↳ route_location
string
Output only. Location where the route exists.
↳ route_type
string
Output only. Type of the route: HttpRoute,GrpcRoute,TcpRoute, or TlsRoute
↳ route_id
string
Output only. The resource id for the route.
getName
Output only. Identifier. Full path name of the GatewayRouteView resource.
Format: projects/{project_number}/locations/{location}/gateways/{gateway}/routeViews/{route_view}
string
setName
Output only. Identifier. Full path name of the GatewayRouteView resource.
Format: projects/{project_number}/locations/{location}/gateways/{gateway}/routeViews/{route_view}
var
string
$this
getRouteProjectNumber
Output only. Project number where the route exists.
int|string
setRouteProjectNumber
Output only. Project number where the route exists.
var
int|string
$this
getRouteLocation
Output only. Location where the route exists.
string
setRouteLocation
Output only. Location where the route exists.
var
string
$this
getRouteType
Output only. Type of the route: HttpRoute,GrpcRoute,TcpRoute, or TlsRoute
string
setRouteType
Output only. Type of the route: HttpRoute,GrpcRoute,TcpRoute, or TlsRoute
var
string
$this
getRouteId
Output only. The resource id for the route.
string
setRouteId
Output only. The resource id for the route.
var
string
$this