type cloud.google.com/go/monitoring/apiv3.NotificationChannelDescriptorIterator
7 uses
cloud.google.com/go/monitoring/apiv3 (current package)
notification_channel_client.go#L226: func (c *NotificationChannelClient) ListNotificationChannelDescriptors(ctx context.Context, req *monitoringpb.ListNotificationChannelDescriptorsRequest, opts ...gax.CallOption) *NotificationChannelDescriptorIterator {
notification_channel_client.go#L230: it := &NotificationChannelDescriptorIterator{}
notification_channel_client.go#L466: type NotificationChannelDescriptorIterator struct {
notification_channel_client.go#L486: func (it *NotificationChannelDescriptorIterator) PageInfo() *iterator.PageInfo {
notification_channel_client.go#L492: func (it *NotificationChannelDescriptorIterator) Next() (*monitoringpb.NotificationChannelDescriptor, error) {
notification_channel_client.go#L502: func (it *NotificationChannelDescriptorIterator) bufLen() int {
notification_channel_client.go#L506: func (it *NotificationChannelDescriptorIterator) 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. |