Interface CreateTcpRouteRequestOrBuilder (0.1.0)

public interface CreateTcpRouteRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The parent resource of the TcpRoute. Must be in the format projects/*/locations/global.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent resource of the TcpRoute. Must be in the format projects/*/locations/global.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

getTcpRoute()

public abstract TcpRoute getTcpRoute()

Required. TcpRoute resource to be created.

.google.cloud.networkservices.v1.TcpRoute tcp_route = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
TcpRoute

The tcpRoute.

getTcpRouteId()

public abstract String getTcpRouteId()

Required. Short name of the TcpRoute resource to be created.

string tcp_route_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The tcpRouteId.

getTcpRouteIdBytes()

public abstract ByteString getTcpRouteIdBytes()

Required. Short name of the TcpRoute resource to be created.

string tcp_route_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for tcpRouteId.

getTcpRouteOrBuilder()

public abstract TcpRouteOrBuilder getTcpRouteOrBuilder()

Required. TcpRoute resource to be created.

.google.cloud.networkservices.v1.TcpRoute tcp_route = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
TcpRouteOrBuilder

hasTcpRoute()

public abstract boolean hasTcpRoute()

Required. TcpRoute resource to be created.

.google.cloud.networkservices.v1.TcpRoute tcp_route = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the tcpRoute field is set.