public interface CreateHttpRouteRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getHttpRoute()
public abstract HttpRoute getHttpRoute()Required. HttpRoute resource to be created.
 
 .google.cloud.networkservices.v1.HttpRoute http_route = 3 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
HttpRoute | 
        The httpRoute.  | 
      
getHttpRouteId()
public abstract String getHttpRouteId()Required. Short name of the HttpRoute resource to be created.
 string http_route_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The httpRouteId.  | 
      
getHttpRouteIdBytes()
public abstract ByteString getHttpRouteIdBytes()Required. Short name of the HttpRoute resource to be created.
 string http_route_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for httpRouteId.  | 
      
getHttpRouteOrBuilder()
public abstract HttpRouteOrBuilder getHttpRouteOrBuilder()Required. HttpRoute resource to be created.
 
 .google.cloud.networkservices.v1.HttpRoute http_route = 3 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
HttpRouteOrBuilder | 
        |
getParent()
public abstract String getParent() Required. The parent resource of the HttpRoute. 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 HttpRoute. 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.  | 
      
hasHttpRoute()
public abstract boolean hasHttpRoute()Required. HttpRoute resource to be created.
 
 .google.cloud.networkservices.v1.HttpRoute http_route = 3 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the httpRoute field is set.  |