public interface ValidateRegionUrlMapRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getProject()
public abstract String getProject()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The project. |
getProjectBytes()
public abstract ByteString getProjectBytes()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for project. |
getRegion()
public abstract String getRegion()
Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The region. |
getRegionBytes()
public abstract ByteString getRegionBytes()
Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for region. |
getRegionUrlMapsValidateRequestResource()
public abstract RegionUrlMapsValidateRequest getRegionUrlMapsValidateRequestResource()
The body resource for this request
.google.cloud.compute.v1.RegionUrlMapsValidateRequest region_url_maps_validate_request_resource = 56632858 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
RegionUrlMapsValidateRequest |
The regionUrlMapsValidateRequestResource. |
getRegionUrlMapsValidateRequestResourceOrBuilder()
public abstract RegionUrlMapsValidateRequestOrBuilder getRegionUrlMapsValidateRequestResourceOrBuilder()
The body resource for this request
.google.cloud.compute.v1.RegionUrlMapsValidateRequest region_url_maps_validate_request_resource = 56632858 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
RegionUrlMapsValidateRequestOrBuilder |
getUrlMap()
public abstract String getUrlMap()
Name of the UrlMap resource to be validated as.
string url_map = 367020684 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The urlMap. |
getUrlMapBytes()
public abstract ByteString getUrlMapBytes()
Name of the UrlMap resource to be validated as.
string url_map = 367020684 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for urlMap. |
hasRegionUrlMapsValidateRequestResource()
public abstract boolean hasRegionUrlMapsValidateRequestResource()
The body resource for this request
.google.cloud.compute.v1.RegionUrlMapsValidateRequest region_url_maps_validate_request_resource = 56632858 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the regionUrlMapsValidateRequestResource field is set. |