public interface CreateTlsRouteRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getParent()
public abstract String getParent()
Required. The parent resource of the TlsRoute. 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 TlsRoute. 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. |
getTlsRoute()
public abstract TlsRoute getTlsRoute()
Required. TlsRoute resource to be created.
.google.cloud.networkservices.v1.TlsRoute tls_route = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
TlsRoute |
The tlsRoute. |
getTlsRouteId()
public abstract String getTlsRouteId()
Required. Short name of the TlsRoute resource to be created.
string tls_route_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The tlsRouteId. |
getTlsRouteIdBytes()
public abstract ByteString getTlsRouteIdBytes()
Required. Short name of the TlsRoute resource to be created.
string tls_route_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for tlsRouteId. |
getTlsRouteOrBuilder()
public abstract TlsRouteOrBuilder getTlsRouteOrBuilder()
Required. TlsRoute resource to be created.
.google.cloud.networkservices.v1.TlsRoute tls_route = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
TlsRouteOrBuilder |
hasTlsRoute()
public abstract boolean hasTlsRoute()
Required. TlsRoute resource to be created.
.google.cloud.networkservices.v1.TlsRoute tls_route = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the tlsRoute field is set. |