You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: string, Required. Name of the GatewayRouteView resource. Formats: projects/{project_number}/locations/{location}/gateways/{gateway_name}/routeViews/{route_view_name} (required)
101
+
x__xgafv: string, V1 error format.
102
+
Allowed values
103
+
1 - v1 error format
104
+
2 - v2 error format
105
+
106
+
Returns:
107
+
An object of the form:
108
+
109
+
{ # GatewayRouteView defines view-only resource for Routes to a Gateway
110
+
"name": "A String", # Output only. Identifier. Full path name of the GatewayRouteView resource. Format: projects/{project_number}/locations/{location}/gateways/{gateway_name}/routeViews/{route_view_name}
111
+
"routeId": "A String", # Output only. The resource id for the route.
112
+
"routeLocation": "A String", # Output only. Location where the route exists.
113
+
"routeProjectNumber": "A String", # Output only. Project number where the route exists.
114
+
"routeType": "A String", # Output only. Type of the route: HttpRoute,GrpcRoute,TcpRoute, or TlsRoute
parent: string, Required. The Gateway to which a Route is associated. Formats: projects/{project_number}/locations/{location}/gateways/{gateway_name} (required)
124
+
pageSize: integer, Maximum number of GatewayRouteViews to return per call.
125
+
pageToken: string, The value returned by the last `ListGatewayRouteViewsResponse` Indicates that this is a continuation of a prior `ListGatewayRouteViews` call, and that the system should return the next page of data.
126
+
x__xgafv: string, V1 error format.
127
+
Allowed values
128
+
1 - v1 error format
129
+
2 - v2 error format
130
+
131
+
Returns:
132
+
An object of the form:
133
+
134
+
{ # Response returned by the ListGatewayRouteViews method.
135
+
"gatewayRouteViews": [ # List of GatewayRouteView resources.
136
+
{ # GatewayRouteView defines view-only resource for Routes to a Gateway
137
+
"name": "A String", # Output only. Identifier. Full path name of the GatewayRouteView resource. Format: projects/{project_number}/locations/{location}/gateways/{gateway_name}/routeViews/{route_view_name}
138
+
"routeId": "A String", # Output only. The resource id for the route.
139
+
"routeLocation": "A String", # Output only. Location where the route exists.
140
+
"routeProjectNumber": "A String", # Output only. Project number where the route exists.
141
+
"routeType": "A String", # Output only. Type of the route: HttpRoute,GrpcRoute,TcpRoute, or TlsRoute
142
+
},
143
+
],
144
+
"nextPageToken": "A String", # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
0 commit comments