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...)