cloud.google.com/go/logging/apiv2.MonitoredResourceDescriptorIterator.items (field)
9 uses
cloud.google.com/go/logging/apiv2 (current package)
logging_client.go#L241: it.items = append(it.items, items...)
logging_client.go#L334: items []*monitoredrespb.MonitoredResourceDescriptor
logging_client.go#L359: item = it.items[0]
logging_client.go#L360: it.items = it.items[1:]
logging_client.go#L365: return len(it.items)
logging_client.go#L369: b := it.items
logging_client.go#L370: it.items = nil
![]() |
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. |