public interface InsertRegionUrlMapRequestOrBuilder
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.
|
String |
getRequestId()
begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
|
com.google.protobuf.ByteString |
getRequestIdBytes()
begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
|
UrlMap |
getUrlMapResource()
The body resource for this request
|
UrlMapOrBuilder |
getUrlMapResourceOrBuilder()
The body resource for this request
|
boolean |
hasRequestId()
begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
|
boolean |
hasUrlMapResource()
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, (.google.cloud.operation_request_field) = "project"];
com.google.protobuf.ByteString getProjectBytes()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "project"];
String getRegion()
Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "region"];
com.google.protobuf.ByteString getRegionBytes()
Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "region"];
boolean hasRequestId()
begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
optional string request_id = 37109963;String getRequestId()
begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
optional string request_id = 37109963;com.google.protobuf.ByteString getRequestIdBytes()
begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
optional string request_id = 37109963;boolean hasUrlMapResource()
The body resource for this request
.google.cloud.compute.v1.UrlMap url_map_resource = 168675425 [(.google.api.field_behavior) = REQUIRED];
UrlMap getUrlMapResource()
The body resource for this request
.google.cloud.compute.v1.UrlMap url_map_resource = 168675425 [(.google.api.field_behavior) = REQUIRED];
UrlMapOrBuilder getUrlMapResourceOrBuilder()
The body resource for this request
.google.cloud.compute.v1.UrlMap url_map_resource = 168675425 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2023 Google LLC. All rights reserved.