Versions in this module Expand all Collapse all v0 v0.1.0 Aug 3, 2016 Changes in this version + var Done = errors.New("iterator done") + func MetricPath(project string, metric string) string + func ProjectPath(project string) string + type Client struct + func NewClient(ctx context.Context, opts ...gax.ClientOption) (*Client, error) + func (c *Client) Close() error + func (c *Client) CreateLogMetric(ctx context.Context, req *google_logging_v2.CreateLogMetricRequest) (*google_logging_v2.LogMetric, error) + func (c *Client) DeleteLogMetric(ctx context.Context, req *google_logging_v2.DeleteLogMetricRequest) error + func (c *Client) GetLogMetric(ctx context.Context, req *google_logging_v2.GetLogMetricRequest) (*google_logging_v2.LogMetric, error) + func (c *Client) ListLogMetrics(ctx context.Context, req *google_logging_v2.ListLogMetricsRequest) *LogMetricIterator + func (c *Client) UpdateLogMetric(ctx context.Context, req *google_logging_v2.UpdateLogMetricRequest) (*google_logging_v2.LogMetric, error) + type LogMetricIterator struct + func (it *LogMetricIterator) Next() (*google_logging_v2.LogMetric, error) + func (it *LogMetricIterator) NextPage() ([]*google_logging_v2.LogMetric, error) + func (it *LogMetricIterator) NextPageToken() string + func (it *LogMetricIterator) SetPageSize(pageSize int32) + func (it *LogMetricIterator) SetPageToken(token string)