Show / Hide Table of Contents

Class UpdateMapConfigRequest

Request to update a MapConfig.

Inheritance
object
UpdateMapConfigRequest
Implements
IMessage<UpdateMapConfigRequest>
IEquatable<UpdateMapConfigRequest>
IDeepCloneable<UpdateMapConfigRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.MapManagement.V2Beta
Assembly: Google.Maps.MapManagement.V2Beta.dll
Syntax
public sealed class UpdateMapConfigRequest : IMessage<UpdateMapConfigRequest>, IEquatable<UpdateMapConfigRequest>, IDeepCloneable<UpdateMapConfigRequest>, IBufferMessage, IMessage

Constructors

UpdateMapConfigRequest()

Declaration
public UpdateMapConfigRequest()

UpdateMapConfigRequest(UpdateMapConfigRequest)

Declaration
public UpdateMapConfigRequest(UpdateMapConfigRequest other)
Parameters
Type Name Description
UpdateMapConfigRequest other

Properties

MapConfig

Required. The MapConfig to update.

The MapConfig's name field is used to identify the MapConfig to update. Format: projects/{project}/mapConfigs/{map_config}

Declaration
public MapConfig MapConfig { get; set; }
Property Value
Type Description
MapConfig

UpdateMask

Optional. The specific field to update for the MapConfig. If not specified, the MapConfig will be updated in its entirety. Valid fields are:

  • display_name
  • description
  • map_features
Declaration
public FieldMask UpdateMask { get; set; }
Property Value
Type Description
FieldMask
In this article
Back to top Generated by DocFX