Show / Hide Table of Contents

Class MapManagement.MapManagementClient

Client for MapManagement

Inheritance
object
ClientBase
ClientBase<MapManagement.MapManagementClient>
MapManagement.MapManagementClient
Inherited Members
ClientBase<MapManagement.MapManagementClient>.WithHost(string)
ClientBase.CallInvoker
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ToString()
Namespace: Google.Maps.MapManagement.V2Beta
Assembly: Google.Maps.MapManagement.V2Beta.dll
Syntax
public class MapManagement.MapManagementClient : ClientBase<MapManagement.MapManagementClient>

Constructors

MapManagementClient()

Protected parameterless constructor to allow creation of test doubles.

Declaration
protected MapManagementClient()

MapManagementClient(CallInvoker)

Creates a new client for MapManagement that uses a custom CallInvoker.

Declaration
public MapManagementClient(CallInvoker callInvoker)
Parameters
Type Name Description
CallInvoker callInvoker

The callInvoker to use to make remote calls.

MapManagementClient(ChannelBase)

Creates a new client for MapManagement

Declaration
public MapManagementClient(ChannelBase channel)
Parameters
Type Name Description
ChannelBase channel

The channel to use to make remote calls.

MapManagementClient(ClientBaseConfiguration)

Protected constructor to allow creation of configured clients.

Declaration
protected MapManagementClient(ClientBase.ClientBaseConfiguration configuration)
Parameters
Type Name Description
ClientBase.ClientBaseConfiguration configuration

The client configuration.

Methods

CreateMapConfig(CreateMapConfigRequest, CallOptions)

Creates a MapConfig in a project.

Declaration
public virtual MapConfig CreateMapConfig(CreateMapConfigRequest request, CallOptions options)
Parameters
Type Name Description
CreateMapConfigRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
MapConfig

The response received from the server.

CreateMapConfig(CreateMapConfigRequest, Metadata, DateTime?, CancellationToken)

Creates a MapConfig in a project.

Declaration
public virtual MapConfig CreateMapConfig(CreateMapConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
CreateMapConfigRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
MapConfig

The response received from the server.

CreateMapConfigAsync(CreateMapConfigRequest, CallOptions)

Creates a MapConfig in a project.

Declaration
public virtual AsyncUnaryCall<MapConfig> CreateMapConfigAsync(CreateMapConfigRequest request, CallOptions options)
Parameters
Type Name Description
CreateMapConfigRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<MapConfig>

The call object.

CreateMapConfigAsync(CreateMapConfigRequest, Metadata, DateTime?, CancellationToken)

Creates a MapConfig in a project.

Declaration
public virtual AsyncUnaryCall<MapConfig> CreateMapConfigAsync(CreateMapConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
CreateMapConfigRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<MapConfig>

The call object.

CreateMapContextConfig(CreateMapContextConfigRequest, CallOptions)

Creates a MapContextConfig.

Declaration
public virtual MapContextConfig CreateMapContextConfig(CreateMapContextConfigRequest request, CallOptions options)
Parameters
Type Name Description
CreateMapContextConfigRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
MapContextConfig

The response received from the server.

CreateMapContextConfig(CreateMapContextConfigRequest, Metadata, DateTime?, CancellationToken)

Creates a MapContextConfig.

Declaration
public virtual MapContextConfig CreateMapContextConfig(CreateMapContextConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
CreateMapContextConfigRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
MapContextConfig

The response received from the server.

CreateMapContextConfigAsync(CreateMapContextConfigRequest, CallOptions)

Creates a MapContextConfig.

Declaration
public virtual AsyncUnaryCall<MapContextConfig> CreateMapContextConfigAsync(CreateMapContextConfigRequest request, CallOptions options)
Parameters
Type Name Description
CreateMapContextConfigRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<MapContextConfig>

The call object.

CreateMapContextConfigAsync(CreateMapContextConfigRequest, Metadata, DateTime?, CancellationToken)

Creates a MapContextConfig.

Declaration
public virtual AsyncUnaryCall<MapContextConfig> CreateMapContextConfigAsync(CreateMapContextConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
CreateMapContextConfigRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<MapContextConfig>

The call object.

CreateStyleConfig(CreateStyleConfigRequest, CallOptions)

Creates a StyleConfig.

Declaration
public virtual StyleConfig CreateStyleConfig(CreateStyleConfigRequest request, CallOptions options)
Parameters
Type Name Description
CreateStyleConfigRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
StyleConfig

The response received from the server.

CreateStyleConfig(CreateStyleConfigRequest, Metadata, DateTime?, CancellationToken)

Creates a StyleConfig.

Declaration
public virtual StyleConfig CreateStyleConfig(CreateStyleConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
CreateStyleConfigRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
StyleConfig

The response received from the server.

CreateStyleConfigAsync(CreateStyleConfigRequest, CallOptions)

Creates a StyleConfig.

Declaration
public virtual AsyncUnaryCall<StyleConfig> CreateStyleConfigAsync(CreateStyleConfigRequest request, CallOptions options)
Parameters
Type Name Description
CreateStyleConfigRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<StyleConfig>

The call object.

CreateStyleConfigAsync(CreateStyleConfigRequest, Metadata, DateTime?, CancellationToken)

Creates a StyleConfig.

Declaration
public virtual AsyncUnaryCall<StyleConfig> CreateStyleConfigAsync(CreateStyleConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
CreateStyleConfigRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<StyleConfig>

The call object.

DeleteMapConfig(DeleteMapConfigRequest, CallOptions)

Deletes a MapConfig.

Declaration
public virtual Empty DeleteMapConfig(DeleteMapConfigRequest request, CallOptions options)
Parameters
Type Name Description
DeleteMapConfigRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
Empty

The response received from the server.

DeleteMapConfig(DeleteMapConfigRequest, Metadata, DateTime?, CancellationToken)

Deletes a MapConfig.

Declaration
public virtual Empty DeleteMapConfig(DeleteMapConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
DeleteMapConfigRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
Empty

The response received from the server.

DeleteMapConfigAsync(DeleteMapConfigRequest, CallOptions)

Deletes a MapConfig.

Declaration
public virtual AsyncUnaryCall<Empty> DeleteMapConfigAsync(DeleteMapConfigRequest request, CallOptions options)
Parameters
Type Name Description
DeleteMapConfigRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<Empty>

The call object.

DeleteMapConfigAsync(DeleteMapConfigRequest, Metadata, DateTime?, CancellationToken)

Deletes a MapConfig.

Declaration
public virtual AsyncUnaryCall<Empty> DeleteMapConfigAsync(DeleteMapConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
DeleteMapConfigRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<Empty>

The call object.

DeleteMapContextConfig(DeleteMapContextConfigRequest, CallOptions)

Deletes a MapContextConfig.

Declaration
public virtual Empty DeleteMapContextConfig(DeleteMapContextConfigRequest request, CallOptions options)
Parameters
Type Name Description
DeleteMapContextConfigRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
Empty

The response received from the server.

DeleteMapContextConfig(DeleteMapContextConfigRequest, Metadata, DateTime?, CancellationToken)

Deletes a MapContextConfig.

Declaration
public virtual Empty DeleteMapContextConfig(DeleteMapContextConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
DeleteMapContextConfigRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
Empty

The response received from the server.

DeleteMapContextConfigAsync(DeleteMapContextConfigRequest, CallOptions)

Deletes a MapContextConfig.

Declaration
public virtual AsyncUnaryCall<Empty> DeleteMapContextConfigAsync(DeleteMapContextConfigRequest request, CallOptions options)
Parameters
Type Name Description
DeleteMapContextConfigRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<Empty>

The call object.

DeleteMapContextConfigAsync(DeleteMapContextConfigRequest, Metadata, DateTime?, CancellationToken)

Deletes a MapContextConfig.

Declaration
public virtual AsyncUnaryCall<Empty> DeleteMapContextConfigAsync(DeleteMapContextConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
DeleteMapContextConfigRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<Empty>

The call object.

DeleteStyleConfig(DeleteStyleConfigRequest, CallOptions)

Deletes a StyleConfig.

Declaration
public virtual Empty DeleteStyleConfig(DeleteStyleConfigRequest request, CallOptions options)
Parameters
Type Name Description
DeleteStyleConfigRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
Empty

The response received from the server.

DeleteStyleConfig(DeleteStyleConfigRequest, Metadata, DateTime?, CancellationToken)

Deletes a StyleConfig.

Declaration
public virtual Empty DeleteStyleConfig(DeleteStyleConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
DeleteStyleConfigRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
Empty

The response received from the server.

DeleteStyleConfigAsync(DeleteStyleConfigRequest, CallOptions)

Deletes a StyleConfig.

Declaration
public virtual AsyncUnaryCall<Empty> DeleteStyleConfigAsync(DeleteStyleConfigRequest request, CallOptions options)
Parameters
Type Name Description
DeleteStyleConfigRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<Empty>

The call object.

DeleteStyleConfigAsync(DeleteStyleConfigRequest, Metadata, DateTime?, CancellationToken)

Deletes a StyleConfig.

Declaration
public virtual AsyncUnaryCall<Empty> DeleteStyleConfigAsync(DeleteStyleConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
DeleteStyleConfigRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<Empty>

The call object.

GetMapConfig(GetMapConfigRequest, CallOptions)

Gets a MapConfig.

Declaration
public virtual MapConfig GetMapConfig(GetMapConfigRequest request, CallOptions options)
Parameters
Type Name Description
GetMapConfigRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
MapConfig

The response received from the server.

GetMapConfig(GetMapConfigRequest, Metadata, DateTime?, CancellationToken)

Gets a MapConfig.

Declaration
public virtual MapConfig GetMapConfig(GetMapConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
GetMapConfigRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
MapConfig

The response received from the server.

GetMapConfigAsync(GetMapConfigRequest, CallOptions)

Gets a MapConfig.

Declaration
public virtual AsyncUnaryCall<MapConfig> GetMapConfigAsync(GetMapConfigRequest request, CallOptions options)
Parameters
Type Name Description
GetMapConfigRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<MapConfig>

The call object.

GetMapConfigAsync(GetMapConfigRequest, Metadata, DateTime?, CancellationToken)

Gets a MapConfig.

Declaration
public virtual AsyncUnaryCall<MapConfig> GetMapConfigAsync(GetMapConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
GetMapConfigRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<MapConfig>

The call object.

GetMapContextConfig(GetMapContextConfigRequest, CallOptions)

Gets a MapContextConfig.

Declaration
public virtual MapContextConfig GetMapContextConfig(GetMapContextConfigRequest request, CallOptions options)
Parameters
Type Name Description
GetMapContextConfigRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
MapContextConfig

The response received from the server.

GetMapContextConfig(GetMapContextConfigRequest, Metadata, DateTime?, CancellationToken)

Gets a MapContextConfig.

Declaration
public virtual MapContextConfig GetMapContextConfig(GetMapContextConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
GetMapContextConfigRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
MapContextConfig

The response received from the server.

GetMapContextConfigAsync(GetMapContextConfigRequest, CallOptions)

Gets a MapContextConfig.

Declaration
public virtual AsyncUnaryCall<MapContextConfig> GetMapContextConfigAsync(GetMapContextConfigRequest request, CallOptions options)
Parameters
Type Name Description
GetMapContextConfigRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<MapContextConfig>

The call object.

GetMapContextConfigAsync(GetMapContextConfigRequest, Metadata, DateTime?, CancellationToken)

Gets a MapContextConfig.

Declaration
public virtual AsyncUnaryCall<MapContextConfig> GetMapContextConfigAsync(GetMapContextConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
GetMapContextConfigRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<MapContextConfig>

The call object.

GetStyleConfig(GetStyleConfigRequest, CallOptions)

Gets a StyleConfig.

Declaration
public virtual StyleConfig GetStyleConfig(GetStyleConfigRequest request, CallOptions options)
Parameters
Type Name Description
GetStyleConfigRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
StyleConfig

The response received from the server.

GetStyleConfig(GetStyleConfigRequest, Metadata, DateTime?, CancellationToken)

Gets a StyleConfig.

Declaration
public virtual StyleConfig GetStyleConfig(GetStyleConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
GetStyleConfigRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
StyleConfig

The response received from the server.

GetStyleConfigAsync(GetStyleConfigRequest, CallOptions)

Gets a StyleConfig.

Declaration
public virtual AsyncUnaryCall<StyleConfig> GetStyleConfigAsync(GetStyleConfigRequest request, CallOptions options)
Parameters
Type Name Description
GetStyleConfigRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<StyleConfig>

The call object.

GetStyleConfigAsync(GetStyleConfigRequest, Metadata, DateTime?, CancellationToken)

Gets a StyleConfig.

Declaration
public virtual AsyncUnaryCall<StyleConfig> GetStyleConfigAsync(GetStyleConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
GetStyleConfigRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<StyleConfig>

The call object.

ListMapConfigs(ListMapConfigsRequest, CallOptions)

Lists MapConfigs for a project.

Declaration
public virtual ListMapConfigsResponse ListMapConfigs(ListMapConfigsRequest request, CallOptions options)
Parameters
Type Name Description
ListMapConfigsRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
ListMapConfigsResponse

The response received from the server.

ListMapConfigs(ListMapConfigsRequest, Metadata, DateTime?, CancellationToken)

Lists MapConfigs for a project.

Declaration
public virtual ListMapConfigsResponse ListMapConfigs(ListMapConfigsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListMapConfigsRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
ListMapConfigsResponse

The response received from the server.

ListMapConfigsAsync(ListMapConfigsRequest, CallOptions)

Lists MapConfigs for a project.

Declaration
public virtual AsyncUnaryCall<ListMapConfigsResponse> ListMapConfigsAsync(ListMapConfigsRequest request, CallOptions options)
Parameters
Type Name Description
ListMapConfigsRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<ListMapConfigsResponse>

The call object.

ListMapConfigsAsync(ListMapConfigsRequest, Metadata, DateTime?, CancellationToken)

Lists MapConfigs for a project.

Declaration
public virtual AsyncUnaryCall<ListMapConfigsResponse> ListMapConfigsAsync(ListMapConfigsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListMapConfigsRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<ListMapConfigsResponse>

The call object.

ListMapContextConfigs(ListMapContextConfigsRequest, CallOptions)

Lists MapContextConfigs.

Declaration
public virtual ListMapContextConfigsResponse ListMapContextConfigs(ListMapContextConfigsRequest request, CallOptions options)
Parameters
Type Name Description
ListMapContextConfigsRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
ListMapContextConfigsResponse

The response received from the server.

ListMapContextConfigs(ListMapContextConfigsRequest, Metadata, DateTime?, CancellationToken)

Lists MapContextConfigs.

Declaration
public virtual ListMapContextConfigsResponse ListMapContextConfigs(ListMapContextConfigsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListMapContextConfigsRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
ListMapContextConfigsResponse

The response received from the server.

ListMapContextConfigsAsync(ListMapContextConfigsRequest, CallOptions)

Lists MapContextConfigs.

Declaration
public virtual AsyncUnaryCall<ListMapContextConfigsResponse> ListMapContextConfigsAsync(ListMapContextConfigsRequest request, CallOptions options)
Parameters
Type Name Description
ListMapContextConfigsRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<ListMapContextConfigsResponse>

The call object.

ListMapContextConfigsAsync(ListMapContextConfigsRequest, Metadata, DateTime?, CancellationToken)

Lists MapContextConfigs.

Declaration
public virtual AsyncUnaryCall<ListMapContextConfigsResponse> ListMapContextConfigsAsync(ListMapContextConfigsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListMapContextConfigsRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<ListMapContextConfigsResponse>

The call object.

ListStyleConfigs(ListStyleConfigsRequest, CallOptions)

Lists StyleConfigs.

Declaration
public virtual ListStyleConfigsResponse ListStyleConfigs(ListStyleConfigsRequest request, CallOptions options)
Parameters
Type Name Description
ListStyleConfigsRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
ListStyleConfigsResponse

The response received from the server.

ListStyleConfigs(ListStyleConfigsRequest, Metadata, DateTime?, CancellationToken)

Lists StyleConfigs.

Declaration
public virtual ListStyleConfigsResponse ListStyleConfigs(ListStyleConfigsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListStyleConfigsRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
ListStyleConfigsResponse

The response received from the server.

ListStyleConfigsAsync(ListStyleConfigsRequest, CallOptions)

Lists StyleConfigs.

Declaration
public virtual AsyncUnaryCall<ListStyleConfigsResponse> ListStyleConfigsAsync(ListStyleConfigsRequest request, CallOptions options)
Parameters
Type Name Description
ListStyleConfigsRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<ListStyleConfigsResponse>

The call object.

ListStyleConfigsAsync(ListStyleConfigsRequest, Metadata, DateTime?, CancellationToken)

Lists StyleConfigs.

Declaration
public virtual AsyncUnaryCall<ListStyleConfigsResponse> ListStyleConfigsAsync(ListStyleConfigsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListStyleConfigsRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<ListStyleConfigsResponse>

The call object.

NewInstance(ClientBaseConfiguration)

Creates a new instance of client from given ClientBaseConfiguration.

Declaration
protected override MapManagement.MapManagementClient NewInstance(ClientBase.ClientBaseConfiguration configuration)
Parameters
Type Name Description
ClientBase.ClientBaseConfiguration configuration
Returns
Type Description
MapManagement.MapManagementClient
Overrides
Grpc.Core.ClientBase<Google.Maps.MapManagement.V2Beta.MapManagement.MapManagementClient>.NewInstance(Grpc.Core.ClientBase.ClientBaseConfiguration)

UpdateMapConfig(UpdateMapConfigRequest, CallOptions)

Updates a MapConfig.

Declaration
public virtual MapConfig UpdateMapConfig(UpdateMapConfigRequest request, CallOptions options)
Parameters
Type Name Description
UpdateMapConfigRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
MapConfig

The response received from the server.

UpdateMapConfig(UpdateMapConfigRequest, Metadata, DateTime?, CancellationToken)

Updates a MapConfig.

Declaration
public virtual MapConfig UpdateMapConfig(UpdateMapConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
UpdateMapConfigRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
MapConfig

The response received from the server.

UpdateMapConfigAsync(UpdateMapConfigRequest, CallOptions)

Updates a MapConfig.

Declaration
public virtual AsyncUnaryCall<MapConfig> UpdateMapConfigAsync(UpdateMapConfigRequest request, CallOptions options)
Parameters
Type Name Description
UpdateMapConfigRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<MapConfig>

The call object.

UpdateMapConfigAsync(UpdateMapConfigRequest, Metadata, DateTime?, CancellationToken)

Updates a MapConfig.

Declaration
public virtual AsyncUnaryCall<MapConfig> UpdateMapConfigAsync(UpdateMapConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
UpdateMapConfigRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<MapConfig>

The call object.

UpdateMapContextConfig(UpdateMapContextConfigRequest, CallOptions)

Updates a MapContextConfig.

Declaration
public virtual MapContextConfig UpdateMapContextConfig(UpdateMapContextConfigRequest request, CallOptions options)
Parameters
Type Name Description
UpdateMapContextConfigRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
MapContextConfig

The response received from the server.

UpdateMapContextConfig(UpdateMapContextConfigRequest, Metadata, DateTime?, CancellationToken)

Updates a MapContextConfig.

Declaration
public virtual MapContextConfig UpdateMapContextConfig(UpdateMapContextConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
UpdateMapContextConfigRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
MapContextConfig

The response received from the server.

UpdateMapContextConfigAsync(UpdateMapContextConfigRequest, CallOptions)

Updates a MapContextConfig.

Declaration
public virtual AsyncUnaryCall<MapContextConfig> UpdateMapContextConfigAsync(UpdateMapContextConfigRequest request, CallOptions options)
Parameters
Type Name Description
UpdateMapContextConfigRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<MapContextConfig>

The call object.

UpdateMapContextConfigAsync(UpdateMapContextConfigRequest, Metadata, DateTime?, CancellationToken)

Updates a MapContextConfig.

Declaration
public virtual AsyncUnaryCall<MapContextConfig> UpdateMapContextConfigAsync(UpdateMapContextConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
UpdateMapContextConfigRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<MapContextConfig>

The call object.

UpdateStyleConfig(UpdateStyleConfigRequest, CallOptions)

Updates a StyleConfig.

Declaration
public virtual StyleConfig UpdateStyleConfig(UpdateStyleConfigRequest request, CallOptions options)
Parameters
Type Name Description
UpdateStyleConfigRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
StyleConfig

The response received from the server.

UpdateStyleConfig(UpdateStyleConfigRequest, Metadata, DateTime?, CancellationToken)

Updates a StyleConfig.

Declaration
public virtual StyleConfig UpdateStyleConfig(UpdateStyleConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
UpdateStyleConfigRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
StyleConfig

The response received from the server.

UpdateStyleConfigAsync(UpdateStyleConfigRequest, CallOptions)

Updates a StyleConfig.

Declaration
public virtual AsyncUnaryCall<StyleConfig> UpdateStyleConfigAsync(UpdateStyleConfigRequest request, CallOptions options)
Parameters
Type Name Description
UpdateStyleConfigRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<StyleConfig>

The call object.

UpdateStyleConfigAsync(UpdateStyleConfigRequest, Metadata, DateTime?, CancellationToken)

Updates a StyleConfig.

Declaration
public virtual AsyncUnaryCall<StyleConfig> UpdateStyleConfigAsync(UpdateStyleConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
UpdateStyleConfigRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<StyleConfig>

The call object.

In this article
Back to top Generated by DocFX