public sealed class UpdateRegionUrlMapRequest : IMessage<UpdateRegionUrlMapRequest>, IEquatable<UpdateRegionUrlMapRequest>, IDeepCloneable<UpdateRegionUrlMapRequest>, IBufferMessage, IMessage
A request message for RegionUrlMaps.Update. See the method description for details.
Implements
IMessage<UpdateRegionUrlMapRequest>, IEquatable<UpdateRegionUrlMapRequest>, IDeepCloneable<UpdateRegionUrlMapRequest>, 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 |
Boolean |
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 |