public sealed class PatchRegionUrlMapRequest : IMessage<PatchRegionUrlMapRequest>, IEquatable<PatchRegionUrlMapRequest>, IDeepCloneable<PatchRegionUrlMapRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class PatchRegionUrlMapRequest.
A request message for RegionUrlMaps.Patch. See the method description for details.
Implements
IMessagePatchRegionUrlMapRequest, IEquatablePatchRegionUrlMapRequest, IDeepCloneablePatchRegionUrlMapRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
PatchRegionUrlMapRequest()
public PatchRegionUrlMapRequest()PatchRegionUrlMapRequest(PatchRegionUrlMapRequest)
public PatchRegionUrlMapRequest(PatchRegionUrlMapRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
PatchRegionUrlMapRequest |
Properties
HasRequestId
public bool HasRequestId { get; }Gets whether the "request_id" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Project
public string Project { get; set; }Project ID for this request.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Region
public string Region { get; set; }Name of the region scoping this request.
| Property Value | |
|---|---|
| Type | Description |
string |
|
RequestId
public string RequestId { get; set; }begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UrlMap
public string UrlMap { get; set; }Name of the UrlMap resource to patch.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UrlMapResource
public UrlMap UrlMapResource { get; set; }The body resource for this request
| Property Value | |
|---|---|
| Type | Description |
UrlMap |
|