cloud.google.com/go/monitoring/apiv3.NotificationChannelClient.notificationChannelClient (field)
12 uses
cloud.google.com/go/monitoring/apiv3 (current package)
notification_channel_client.go#L163: notificationChannelClient monitoringpb.NotificationChannelServiceClient
notification_channel_client.go#L195: notificationChannelClient: monitoringpb.NewNotificationChannelServiceClient(connPool),
notification_channel_client.go#L242: resp, err = c.notificationChannelClient.ListNotificationChannelDescriptors(ctx, req, settings.GRPC...)
notification_channel_client.go#L275: resp, err = c.notificationChannelClient.GetNotificationChannelDescriptor(ctx, req, settings.GRPC...)
notification_channel_client.go#L301: resp, err = c.notificationChannelClient.ListNotificationChannels(ctx, req, settings.GRPC...)
notification_channel_client.go#L337: resp, err = c.notificationChannelClient.GetNotificationChannel(ctx, req, settings.GRPC...)
notification_channel_client.go#L355: resp, err = c.notificationChannelClient.CreateNotificationChannel(ctx, req, settings.GRPC...)
notification_channel_client.go#L373: resp, err = c.notificationChannelClient.UpdateNotificationChannel(ctx, req, settings.GRPC...)
notification_channel_client.go#L389: _, err = c.notificationChannelClient.DeleteNotificationChannel(ctx, req, settings.GRPC...)
notification_channel_client.go#L403: _, err = c.notificationChannelClient.SendNotificationChannelVerificationCode(ctx, req, settings.GRPC...)
notification_channel_client.go#L437: resp, err = c.notificationChannelClient.GetNotificationChannelVerificationCode(ctx, req, settings.GRPC...)
notification_channel_client.go#L456: resp, err = c.notificationChannelClient.VerifyNotificationChannel(ctx, req, settings.GRPC...)
 |
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. |