type cloud.google.com/go/monitoring/apiv3.MetricDescriptorIterator
7 uses
cloud.google.com/go/monitoring/apiv3 (current package)
metric_client.go#L270: func (c *MetricClient) ListMetricDescriptors(ctx context.Context, req *monitoringpb.ListMetricDescriptorsRequest, opts ...gax.CallOption) *MetricDescriptorIterator {
metric_client.go#L274: it := &MetricDescriptorIterator{}
metric_client.go#L419: type MetricDescriptorIterator struct {
metric_client.go#L439: func (it *MetricDescriptorIterator) PageInfo() *iterator.PageInfo {
metric_client.go#L445: func (it *MetricDescriptorIterator) Next() (*metricpb.MetricDescriptor, error) {
metric_client.go#L455: func (it *MetricDescriptorIterator) bufLen() int {
metric_client.go#L459: func (it *MetricDescriptorIterator) 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. |