type google.golang.org/genproto/googleapis/monitoring/v3.VerifyNotificationChannelRequest

18 uses

	google.golang.org/genproto/googleapis/monitoring/v3 (current package)
		notification_service.pb.go#L833: type VerifyNotificationChannelRequest struct {
		notification_service.pb.go#L850: func (x *VerifyNotificationChannelRequest) Reset() {
		notification_service.pb.go#L851: 	*x = VerifyNotificationChannelRequest{}
		notification_service.pb.go#L859: func (x *VerifyNotificationChannelRequest) String() string {
		notification_service.pb.go#L863: func (*VerifyNotificationChannelRequest) ProtoMessage() {}
		notification_service.pb.go#L865: func (x *VerifyNotificationChannelRequest) ProtoReflect() protoreflect.Message {
		notification_service.pb.go#L878: func (*VerifyNotificationChannelRequest) Descriptor() ([]byte, []int) {
		notification_service.pb.go#L882: func (x *VerifyNotificationChannelRequest) GetName() string {
		notification_service.pb.go#L889: func (x *VerifyNotificationChannelRequest) GetCode() string {
		notification_service.pb.go#L1247: 	(*VerifyNotificationChannelRequest)(nil),               // 12: google.monitoring.v3.VerifyNotificationChannelRequest
		notification_service.pb.go#L1441: 			switch v := v.(*VerifyNotificationChannelRequest); i {
		notification_service.pb.go#L1535: 	VerifyNotificationChannel(ctx context.Context, in *VerifyNotificationChannelRequest, opts ...grpc.CallOption) (*NotificationChannel, error)
		notification_service.pb.go#L1627: func (c *notificationChannelServiceClient) VerifyNotificationChannel(ctx context.Context, in *VerifyNotificationChannelRequest, opts ...grpc.CallOption) (*NotificationChannel, error) {
		notification_service.pb.go#L1688: 	VerifyNotificationChannel(context.Context, *VerifyNotificationChannelRequest) (*NotificationChannel, error)
		notification_service.pb.go#L1722: func (*UnimplementedNotificationChannelServiceServer) VerifyNotificationChannel(context.Context, *VerifyNotificationChannelRequest) (*NotificationChannel, error) {
		notification_service.pb.go#L1893: 	in := new(VerifyNotificationChannelRequest)
		notification_service.pb.go#L1905: 		return srv.(NotificationChannelServiceServer).VerifyNotificationChannel(ctx, req.(*VerifyNotificationChannelRequest))

	cloud.google.com/go/monitoring/apiv3
		notification_channel_client.go#L449: func (c *NotificationChannelClient) VerifyNotificationChannel(ctx context.Context, req *monitoringpb.VerifyNotificationChannelRequest, opts ...gax.CallOption) (*monitoringpb.NotificationChannel, error) {