type cloud.google.com/go/logging/apiv2.LogMetricIterator
7 uses
cloud.google.com/go/logging/apiv2 (current package)
metrics_client.go#L134: func (c *MetricsClient) ListLogMetrics(ctx context.Context, req *loggingpb.ListLogMetricsRequest, opts ...gax.CallOption) *LogMetricIterator {
metrics_client.go#L138: it := &LogMetricIterator{}
metrics_client.go#L237: type LogMetricIterator struct {
metrics_client.go#L252: func (it *LogMetricIterator) PageInfo() *iterator.PageInfo {
metrics_client.go#L258: func (it *LogMetricIterator) Next() (*loggingpb.LogMetric, error) {
metrics_client.go#L268: func (it *LogMetricIterator) bufLen() int {
metrics_client.go#L272: func (it *LogMetricIterator) takeBuf() interface{} {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |