Class PatchRegionUrlMapRequest (1.3.0)

public sealed class PatchRegionUrlMapRequest : IMessage<PatchRegionUrlMapRequest>, IEquatable<PatchRegionUrlMapRequest>, IDeepCloneable<PatchRegionUrlMapRequest>, IBufferMessage, IMessage

A request message for RegionUrlMaps.Patch. See the method description for details.

Inheritance

Object > PatchRegionUrlMapRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

PatchRegionUrlMapRequest()

public PatchRegionUrlMapRequest()

PatchRegionUrlMapRequest(PatchRegionUrlMapRequest)

public PatchRegionUrlMapRequest(PatchRegionUrlMapRequest other)
Parameter
NameDescription
otherPatchRegionUrlMapRequest

Properties

HasRequestId

public bool HasRequestId { get; }

Gets whether the "request_id" field is set

Property Value
TypeDescription
Boolean

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
String

Region

public string Region { get; set; }

Name of the region scoping this request.

Property Value
TypeDescription
String

RequestId

public string RequestId { get; set; }

begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.

Property Value
TypeDescription
String

UrlMap

public string UrlMap { get; set; }

Name of the UrlMap resource to patch.

Property Value
TypeDescription
String

UrlMapResource

public UrlMap UrlMapResource { get; set; }

The body resource for this request

Property Value
TypeDescription
UrlMap