type cloud.google.com/go/monitoring/apiv3.ServiceIterator
7 uses
cloud.google.com/go/monitoring/apiv3 (current package)
service_monitoring_client.go#L250: func (c *ServiceMonitoringClient) ListServices(ctx context.Context, req *monitoringpb.ListServicesRequest, opts ...gax.CallOption) *ServiceIterator {
service_monitoring_client.go#L254: it := &ServiceIterator{}
service_monitoring_client.go#L426: type ServiceIterator struct {
service_monitoring_client.go#L446: func (it *ServiceIterator) PageInfo() *iterator.PageInfo {
service_monitoring_client.go#L452: func (it *ServiceIterator) Next() (*monitoringpb.Service, error) {
service_monitoring_client.go#L462: func (it *ServiceIterator) bufLen() int {
service_monitoring_client.go#L466: func (it *ServiceIterator) 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. |