google.golang.org/genproto/googleapis/monitoring/v3.ListNotificationChannelDescriptorsResponse.NextPageToken (field)

3 uses

	google.golang.org/genproto/googleapis/monitoring/v3 (current package)
		notification_service.pb.go#L144: 	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
		notification_service.pb.go#L188: 		return x.NextPageToken

	cloud.google.com/go/monitoring/apiv3
		notification_channel_client.go#L250: 		return resp.ChannelDescriptors, resp.NextPageToken, nil