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

3 uses

	cloud.google.com/go/monitoring/apiv3 (current package)
		service_monitoring_client.go#L256: 	it.InternalFetch = func(pageSize int, pageToken string) ([]*monitoringpb.Service, string, error) {
		service_monitoring_client.go#L277: 		items, nextPageToken, err := it.InternalFetch(pageSize, pageToken)
		service_monitoring_client.go#L442: 	InternalFetch func(pageSize int, pageToken string) (results []*monitoringpb.Service, nextPageToken string, err error)