Show / Hide Table of Contents

Class UpdateMapContextConfigRequest

Request to update a MapContextConfig.

Inheritance
object
UpdateMapContextConfigRequest
Implements
IMessage<UpdateMapContextConfigRequest>
IEquatable<UpdateMapContextConfigRequest>
IDeepCloneable<UpdateMapContextConfigRequest>
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 UpdateMapContextConfigRequest : IMessage<UpdateMapContextConfigRequest>, IEquatable<UpdateMapContextConfigRequest>, IDeepCloneable<UpdateMapContextConfigRequest>, IBufferMessage, IMessage

Constructors

UpdateMapContextConfigRequest()

Declaration
public UpdateMapContextConfigRequest()

UpdateMapContextConfigRequest(UpdateMapContextConfigRequest)

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

Properties

MapContextConfig

Required. The MapContextConfig to update.

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

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

UpdateMask

Optional. The list of fields to update. If not specified, the MapContextConfig will be updated in its entirety. Valid fields are:

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