Class ListMapContextConfigsRequest
Request to list MapContextConfigs.
Implements
Namespace: Google.Maps.MapManagement.V2Beta
Assembly: Google.Maps.MapManagement.V2Beta.dll
Syntax
public sealed class ListMapContextConfigsRequest : IPageRequest, IMessage<ListMapContextConfigsRequest>, IEquatable<ListMapContextConfigsRequest>, IDeepCloneable<ListMapContextConfigsRequest>, IBufferMessage, IMessage
Constructors
ListMapContextConfigsRequest()
Declaration
public ListMapContextConfigsRequest()
ListMapContextConfigsRequest(ListMapContextConfigsRequest)
Declaration
public ListMapContextConfigsRequest(ListMapContextConfigsRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| ListMapContextConfigsRequest | other |
Properties
PageSize
Optional. The maximum number of MapContextConfigs to return. The service may return fewer than this value. If unspecified, at most 50 MapContextConfigs will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. CURRENTLY UNSUPPORTED.
Declaration
public int PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Implements
PageToken
Optional. A page token, received from a previous ListMapContextConfigs
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListMapContextConfigs
must match the call that provided the page token. CURRENTLY UNSUPPORTED.
Declaration
public string PageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Implements
Parent
Required. Parent MapConfig that owns the MapContextConfigs.
Format: projects/{project}/mapConfigs/{map_config}
Declaration
public string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParentAsMapConfigName
MapConfigName-typed view over the Parent resource name property.
Declaration
public MapConfigName ParentAsMapConfigName { get; set; }
Property Value
| Type | Description |
|---|---|
| MapConfigName |