public interface GatewayRouteViewOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getName()
public abstract String getName()
Output only. Identifier. Full path name of the GatewayRouteView resource. Format: projects/{project_number}/locations/{location}/gateways/{gateway}/routeViews/{route_view}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Output only. Identifier. Full path name of the GatewayRouteView resource. Format: projects/{project_number}/locations/{location}/gateways/{gateway}/routeViews/{route_view}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getRouteId()
public abstract String getRouteId()
Output only. The resource id for the route.
string route_id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The routeId. |
getRouteIdBytes()
public abstract ByteString getRouteIdBytes()
Output only. The resource id for the route.
string route_id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for routeId. |
getRouteLocation()
public abstract String getRouteLocation()
Output only. Location where the route exists.
string route_location = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The routeLocation. |
getRouteLocationBytes()
public abstract ByteString getRouteLocationBytes()
Output only. Location where the route exists.
string route_location = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for routeLocation. |
getRouteProjectNumber()
public abstract long getRouteProjectNumber()
Output only. Project number where the route exists.
int64 route_project_number = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
long |
The routeProjectNumber. |
getRouteType()
public abstract String getRouteType()
Output only. Type of the route: HttpRoute,GrpcRoute,TcpRoute, or TlsRoute
string route_type = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The routeType. |
getRouteTypeBytes()
public abstract ByteString getRouteTypeBytes()
Output only. Type of the route: HttpRoute,GrpcRoute,TcpRoute, or TlsRoute
string route_type = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for routeType. |