public interface CreateGrpcRouteRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGrpcRoute()
public abstract GrpcRoute getGrpcRoute()Required. GrpcRoute resource to be created.
 
 .google.cloud.networkservices.v1.GrpcRoute grpc_route = 3 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
GrpcRoute | 
        The grpcRoute.  | 
      
getGrpcRouteId()
public abstract String getGrpcRouteId()Required. Short name of the GrpcRoute resource to be created.
 string grpc_route_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The grpcRouteId.  | 
      
getGrpcRouteIdBytes()
public abstract ByteString getGrpcRouteIdBytes()Required. Short name of the GrpcRoute resource to be created.
 string grpc_route_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for grpcRouteId.  | 
      
getGrpcRouteOrBuilder()
public abstract GrpcRouteOrBuilder getGrpcRouteOrBuilder()Required. GrpcRoute resource to be created.
 
 .google.cloud.networkservices.v1.GrpcRoute grpc_route = 3 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
GrpcRouteOrBuilder | 
        |
getParent()
public abstract String getParent() Required. The parent resource of the GrpcRoute. 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 GrpcRoute. 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.  | 
      
hasGrpcRoute()
public abstract boolean hasGrpcRoute()Required. GrpcRoute resource to be created.
 
 .google.cloud.networkservices.v1.GrpcRoute grpc_route = 3 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the grpcRoute field is set.  |