public interface DeleteRegionUrlMapRequestOrBuilder
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.
|
String |
getUrlMap()
Name of the UrlMap resource to delete.
|
com.google.protobuf.ByteString |
getUrlMapBytes()
Name of the UrlMap resource to delete.
|
boolean |
hasRequestId()
begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
|
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;String getUrlMap()
Name of the UrlMap resource to delete.
string url_map = 367020684 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getUrlMapBytes()
Name of the UrlMap resource to delete.
string url_map = 367020684 [(.google.api.field_behavior) = REQUIRED];Copyright © 2023 Google LLC. All rights reserved.