Versions in this module Expand all Collapse all v1 v1.41.0 Aug 27, 2026 v1.40.0 Aug 20, 2026 Changes in this version + func DefaultAuthScopes() []string + type CallOptions struct + CreateMapConfig []gax.CallOption + CreateMapContextConfig []gax.CallOption + CreateStyleConfig []gax.CallOption + DeleteMapConfig []gax.CallOption + DeleteMapContextConfig []gax.CallOption + DeleteStyleConfig []gax.CallOption + GetMapConfig []gax.CallOption + GetMapContextConfig []gax.CallOption + GetStyleConfig []gax.CallOption + ListMapConfigs []gax.CallOption + ListMapContextConfigs []gax.CallOption + ListStyleConfigs []gax.CallOption + UpdateMapConfig []gax.CallOption + UpdateMapContextConfig []gax.CallOption + UpdateStyleConfig []gax.CallOption + type Client struct + CallOptions *CallOptions + func NewClient(ctx context.Context, opts ...option.ClientOption) (*Client, error) + func NewRESTClient(ctx context.Context, opts ...option.ClientOption) (*Client, error) + func (c *Client) Close() error + func (c *Client) Connection() *grpc.ClientConn + func (c *Client) CreateMapConfig(ctx context.Context, req *mapmanagementpb.CreateMapConfigRequest, ...) (*mapmanagementpb.MapConfig, error) + func (c *Client) CreateMapContextConfig(ctx context.Context, req *mapmanagementpb.CreateMapContextConfigRequest, ...) (*mapmanagementpb.MapContextConfig, error) + func (c *Client) CreateStyleConfig(ctx context.Context, req *mapmanagementpb.CreateStyleConfigRequest, ...) (*mapmanagementpb.StyleConfig, error) + func (c *Client) DeleteMapConfig(ctx context.Context, req *mapmanagementpb.DeleteMapConfigRequest, ...) error + func (c *Client) DeleteMapContextConfig(ctx context.Context, req *mapmanagementpb.DeleteMapContextConfigRequest, ...) error + func (c *Client) DeleteStyleConfig(ctx context.Context, req *mapmanagementpb.DeleteStyleConfigRequest, ...) error + func (c *Client) GetMapConfig(ctx context.Context, req *mapmanagementpb.GetMapConfigRequest, ...) (*mapmanagementpb.MapConfig, error) + func (c *Client) GetMapContextConfig(ctx context.Context, req *mapmanagementpb.GetMapContextConfigRequest, ...) (*mapmanagementpb.MapContextConfig, error) + func (c *Client) GetStyleConfig(ctx context.Context, req *mapmanagementpb.GetStyleConfigRequest, ...) (*mapmanagementpb.StyleConfig, error) + func (c *Client) ListMapConfigs(ctx context.Context, req *mapmanagementpb.ListMapConfigsRequest, ...) *MapConfigIterator + func (c *Client) ListMapContextConfigs(ctx context.Context, req *mapmanagementpb.ListMapContextConfigsRequest, ...) *MapContextConfigIterator + func (c *Client) ListStyleConfigs(ctx context.Context, req *mapmanagementpb.ListStyleConfigsRequest, ...) *StyleConfigIterator + func (c *Client) UpdateMapConfig(ctx context.Context, req *mapmanagementpb.UpdateMapConfigRequest, ...) (*mapmanagementpb.MapConfig, error) + func (c *Client) UpdateMapContextConfig(ctx context.Context, req *mapmanagementpb.UpdateMapContextConfigRequest, ...) (*mapmanagementpb.MapContextConfig, error) + func (c *Client) UpdateStyleConfig(ctx context.Context, req *mapmanagementpb.UpdateStyleConfigRequest, ...) (*mapmanagementpb.StyleConfig, error) + type MapConfigIterator struct + InternalFetch func(pageSize int, pageToken string) (results []*mapmanagementpb.MapConfig, nextPageToken string, err error) + Response interface{} + func (it *MapConfigIterator) All() iter.Seq2[*mapmanagementpb.MapConfig, error] + func (it *MapConfigIterator) Next() (*mapmanagementpb.MapConfig, error) + func (it *MapConfigIterator) PageInfo() *iterator.PageInfo + type MapContextConfigIterator struct + InternalFetch func(pageSize int, pageToken string) (results []*mapmanagementpb.MapContextConfig, nextPageToken string, err error) + Response interface{} + func (it *MapContextConfigIterator) All() iter.Seq2[*mapmanagementpb.MapContextConfig, error] + func (it *MapContextConfigIterator) Next() (*mapmanagementpb.MapContextConfig, error) + func (it *MapContextConfigIterator) PageInfo() *iterator.PageInfo + type StyleConfigIterator struct + InternalFetch func(pageSize int, pageToken string) (results []*mapmanagementpb.StyleConfig, nextPageToken string, err error) + Response interface{} + func (it *StyleConfigIterator) All() iter.Seq2[*mapmanagementpb.StyleConfig, error] + func (it *StyleConfigIterator) Next() (*mapmanagementpb.StyleConfig, error) + func (it *StyleConfigIterator) PageInfo() *iterator.PageInfo