type cloud.google.com/go/monitoring/apiv3.NotificationChannelIterator
7 uses
cloud.google.com/go/monitoring/apiv3 (current package)
notification_channel_client.go#L285: func (c *NotificationChannelClient) ListNotificationChannels(ctx context.Context, req *monitoringpb.ListNotificationChannelsRequest, opts ...gax.CallOption) *NotificationChannelIterator {
notification_channel_client.go#L289: it := &NotificationChannelIterator{}
notification_channel_client.go#L513: type NotificationChannelIterator struct {
notification_channel_client.go#L533: func (it *NotificationChannelIterator) PageInfo() *iterator.PageInfo {
notification_channel_client.go#L539: func (it *NotificationChannelIterator) Next() (*monitoringpb.NotificationChannel, error) {
notification_channel_client.go#L549: func (it *NotificationChannelIterator) bufLen() int {
notification_channel_client.go#L553: func (it *NotificationChannelIterator) 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. |