public interface ValidateRegionUrlMapRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getProject()
Project ID for this request.
|
com.google.protobuf.ByteString |
getProjectBytes()
Project ID for this request.
|
String |
getRegion()
Name of the region scoping this request.
|
com.google.protobuf.ByteString |
getRegionBytes()
Name of the region scoping this request.
|
RegionUrlMapsValidateRequest |
getRegionUrlMapsValidateRequestResource()
The body resource for this request
|
RegionUrlMapsValidateRequestOrBuilder |
getRegionUrlMapsValidateRequestResourceOrBuilder()
The body resource for this request
|
String |
getUrlMap()
Name of the UrlMap resource to be validated as.
|
com.google.protobuf.ByteString |
getUrlMapBytes()
Name of the UrlMap resource to be validated as.
|
boolean |
hasRegionUrlMapsValidateRequestResource()
The body resource for this request
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getProject()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getProjectBytes()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];String getRegion()
Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getRegionBytes()
Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];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];
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];
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];
String getUrlMap()
Name of the UrlMap resource to be validated as.
string url_map = 367020684 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getUrlMapBytes()
Name of the UrlMap resource to be validated as.
string url_map = 367020684 [(.google.api.field_behavior) = REQUIRED];Copyright © 2023 Google LLC. All rights reserved.