public interface ValidateUrlMapRequestOrBuilder 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. |
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. |
getUrlMapsValidateRequestResource()
public abstract UrlMapsValidateRequest getUrlMapsValidateRequestResource()
The body resource for this request
.google.cloud.compute.v1.UrlMapsValidateRequest url_maps_validate_request_resource = 395913455 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
UrlMapsValidateRequest |
The urlMapsValidateRequestResource. |
getUrlMapsValidateRequestResourceOrBuilder()
public abstract UrlMapsValidateRequestOrBuilder getUrlMapsValidateRequestResourceOrBuilder()
The body resource for this request
.google.cloud.compute.v1.UrlMapsValidateRequest url_maps_validate_request_resource = 395913455 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
UrlMapsValidateRequestOrBuilder |
hasUrlMapsValidateRequestResource()
public abstract boolean hasUrlMapsValidateRequestResource()
The body resource for this request
.google.cloud.compute.v1.UrlMapsValidateRequest url_maps_validate_request_resource = 395913455 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the urlMapsValidateRequestResource field is set. |