cloud.google.com/go/monitoring/apiv3.NotificationChannelIterator.InternalFetch (field)

3 uses

	cloud.google.com/go/monitoring/apiv3 (current package)
		notification_channel_client.go#L291: 	it.InternalFetch = func(pageSize int, pageToken string) ([]*monitoringpb.NotificationChannel, string, error) {
		notification_channel_client.go#L312: 		items, nextPageToken, err := it.InternalFetch(pageSize, pageToken)
		notification_channel_client.go#L529: 	InternalFetch func(pageSize int, pageToken string) (results []*monitoringpb.NotificationChannel, nextPageToken string, err error)