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

18 uses

	google.golang.org/genproto/googleapis/monitoring/v3 (current package)
		notification_service.pb.go#L590: type DeleteNotificationChannelRequest struct {
		notification_service.pb.go#L606: func (x *DeleteNotificationChannelRequest) Reset() {
		notification_service.pb.go#L607: 	*x = DeleteNotificationChannelRequest{}
		notification_service.pb.go#L615: func (x *DeleteNotificationChannelRequest) String() string {
		notification_service.pb.go#L619: func (*DeleteNotificationChannelRequest) ProtoMessage() {}
		notification_service.pb.go#L621: func (x *DeleteNotificationChannelRequest) ProtoReflect() protoreflect.Message {
		notification_service.pb.go#L634: func (*DeleteNotificationChannelRequest) Descriptor() ([]byte, []int) {
		notification_service.pb.go#L638: func (x *DeleteNotificationChannelRequest) GetName() string {
		notification_service.pb.go#L645: func (x *DeleteNotificationChannelRequest) GetForce() bool {
		notification_service.pb.go#L1243: 	(*DeleteNotificationChannelRequest)(nil),               // 8: google.monitoring.v3.DeleteNotificationChannelRequest
		notification_service.pb.go#L1393: 			switch v := v.(*DeleteNotificationChannelRequest); i {
		notification_service.pb.go#L1506: 	DeleteNotificationChannel(ctx context.Context, in *DeleteNotificationChannelRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
		notification_service.pb.go#L1600: func (c *notificationChannelServiceClient) DeleteNotificationChannel(ctx context.Context, in *DeleteNotificationChannelRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) {
		notification_service.pb.go#L1659: 	DeleteNotificationChannel(context.Context, *DeleteNotificationChannelRequest) (*emptypb.Empty, error)
		notification_service.pb.go#L1713: func (*UnimplementedNotificationChannelServiceServer) DeleteNotificationChannel(context.Context, *DeleteNotificationChannelRequest) (*emptypb.Empty, error) {
		notification_service.pb.go#L1839: 	in := new(DeleteNotificationChannelRequest)
		notification_service.pb.go#L1851: 		return srv.(NotificationChannelServiceServer).DeleteNotificationChannel(ctx, req.(*DeleteNotificationChannelRequest))

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