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 ProjectPath(project string) string + func SinkPath(project string, sink string) string + type Client struct + func NewClient(ctx context.Context, opts ...gax.ClientOption) (*Client, error) + func (c *Client) Close() error + func (c *Client) CreateSink(ctx context.Context, req *google_logging_v2.CreateSinkRequest) (*google_logging_v2.LogSink, error) + func (c *Client) DeleteSink(ctx context.Context, req *google_logging_v2.DeleteSinkRequest) error + func (c *Client) GetSink(ctx context.Context, req *google_logging_v2.GetSinkRequest) (*google_logging_v2.LogSink, error) + func (c *Client) ListSinks(ctx context.Context, req *google_logging_v2.ListSinksRequest) *LogSinkIterator + func (c *Client) UpdateSink(ctx context.Context, req *google_logging_v2.UpdateSinkRequest) (*google_logging_v2.LogSink, error) + type LogSinkIterator struct + func (it *LogSinkIterator) Next() (*google_logging_v2.LogSink, error) + func (it *LogSinkIterator) NextPage() ([]*google_logging_v2.LogSink, error) + func (it *LogSinkIterator) NextPageToken() string + func (it *LogSinkIterator) SetPageSize(pageSize int32) + func (it *LogSinkIterator) SetPageToken(token string)