cloud.google.com/go/monitoring/apiv3.NotificationChannelDescriptorIterator.items (field)
9 uses
cloud.google.com/go/monitoring/apiv3 (current package)
notification_channel_client.go#L257: it.items = append(it.items, items...)
notification_channel_client.go#L467: items []*monitoringpb.NotificationChannelDescriptor
notification_channel_client.go#L497: item = it.items[0]
notification_channel_client.go#L498: it.items = it.items[1:]
notification_channel_client.go#L503: return len(it.items)
notification_channel_client.go#L507: b := it.items
notification_channel_client.go#L508: 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. |