public sealed class UpdateRegionUrlMapRequest : IMessage<UpdateRegionUrlMapRequest>, IEquatable<UpdateRegionUrlMapRequest>, IDeepCloneable<UpdateRegionUrlMapRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class UpdateRegionUrlMapRequest.
A request message for RegionUrlMaps.Update. See the method description for details.
Implements
IMessageUpdateRegionUrlMapRequest, IEquatableUpdateRegionUrlMapRequest, IDeepCloneableUpdateRegionUrlMapRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
UpdateRegionUrlMapRequest()
public UpdateRegionUrlMapRequest()UpdateRegionUrlMapRequest(UpdateRegionUrlMapRequest)
public UpdateRegionUrlMapRequest(UpdateRegionUrlMapRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        UpdateRegionUrlMapRequest | 
      
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 update.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
UrlMapResource
public UrlMap UrlMapResource { get; set; }The body resource for this request
| Property Value | |
|---|---|
| Type | Description | 
UrlMap | 
        |